Home
last modified time | relevance | path

Searched refs:ARCH_GET_FS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/um/
H A Dsyscalls_64.c43 case ARCH_GET_FS: in arch_prctl()
68 case ARCH_GET_FS: in arch_prctl()
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h7 #define ARCH_GET_FS 0x1003 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprctl.h7 #define ARCH_GET_FS 0x1003 macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dldt_gdt.c808 syscall(SYS_arch_prctl, ARCH_GET_FS, &saved_base); in test_gdt_invalidation()
828 syscall(SYS_arch_prctl, ARCH_GET_FS, &new_base); in test_gdt_invalidation()
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst58 arch_prctl(ARCH_GET_FS, &fsbase);
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c857 case ARCH_GET_FS: { in do_arch_prctl_64()