brintos

brintos / linux-shallow public Read only

0
0
Text · 313 B · dc16271 Raw
12 lines · plain
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * 32-bit assembly helpers for asm operations that lack support in both gcc and4 * clang. For example, clang asm does not support segment prefixes.5 */6.global dereference_seg_base7dereference_seg_base:8	mov %fs:(0), %eax9	ret10 11.section .note.GNU-stack,"",%progbits12