Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / x86 / clang_helpers_32.S
blobdc16271bac70a6b840cd4ce23598eecbc36f3750
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * 32-bit assembly helpers for asm operations that lack support in both gcc and
4  * clang. For example, clang asm does not support segment prefixes.
5  */
6 .global dereference_seg_base
7 dereference_seg_base:
8         mov %fs:(0), %eax
9         ret
11 .section .note.GNU-stack,"",%progbits