Home
last modified time | relevance | path

Searched refs:ARCH_GET_GS (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/x86/include/uapi/asm/
H A Dprctl.h8 #define ARCH_GET_GS 0x1004 macro
/linux-6.15/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
H A Dprctl.h8 #define ARCH_GET_GS 0x1004 macro
/linux-6.15/arch/x86/um/
H A Dsyscalls_64.c35 case ARCH_GET_GS: in arch_prctl()
/linux-6.15/tools/testing/selftests/x86/
H A Dfsgsbase.c154 if (syscall(SYS_arch_prctl, ARCH_GET_GS, &base) != 0) in check_gs_value()
179 if (syscall(SYS_arch_prctl, ARCH_GET_GS, &arch_base) != 0) in mov_0_gs()
H A Dldt_gdt.c851 syscall(SYS_arch_prctl, ARCH_GET_GS, &saved_base); in test_gdt_invalidation()
871 syscall(SYS_arch_prctl, ARCH_GET_GS, &new_base); in test_gdt_invalidation()
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfsgs.rst59 arch_prctl(ARCH_GET_GS, &gsbase);
/linux-6.15/arch/x86/kernel/
H A Dprocess_64.c933 case ARCH_GET_GS: { in do_arch_prctl_64()