Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/
H A Dsyscalls_64.c44 case ARCH_GET_GS: in arch_prctl()
71 case ARCH_GET_GS: in arch_prctl()
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h8 #define ARCH_GET_GS 0x1004 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprctl.h8 #define ARCH_GET_GS 0x1004 macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase.c179 if (syscall(SYS_arch_prctl, ARCH_GET_GS, &base) != 0) in check_gs_value()
204 if (syscall(SYS_arch_prctl, ARCH_GET_GS, &arch_base) != 0) in mov_0_gs()
H A Dldt_gdt.c861 syscall(SYS_arch_prctl, ARCH_GET_GS, &saved_base); in test_gdt_invalidation()
881 syscall(SYS_arch_prctl, ARCH_GET_GS, &new_base); in test_gdt_invalidation()
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst59 arch_prctl(ARCH_GET_GS, &gsbase);
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c863 case ARCH_GET_GS: { in do_arch_prctl_64()