Searched refs:ARCH_SET_GS (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | fsgsbase.c | 165 if (syscall(SYS_arch_prctl, ARCH_SET_GS, value) != 0) in check_gs_value() 196 if (syscall(SYS_arch_prctl, ARCH_SET_GS, initial_base) != 0) in mov_0_gs() 233 if (syscall(SYS_arch_prctl, ARCH_SET_GS, to_set) != 0) in do_remote_base() 255 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 0) != 0) in load_gs() 379 if (syscall(SYS_arch_prctl, ARCH_SET_GS, local) != 0) in set_gs_and_switch_to() 434 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 0) != 0) in test_unexpected_base() 466 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 1) != 0) in test_ptrace_write_gs_read_base()
|
H A D | ldt_gdt.c | 888 syscall(SYS_arch_prctl, ARCH_SET_GS, saved_base); in test_gdt_invalidation()
|
/openbmc/linux/arch/x86/um/ |
H A D | syscalls_64.c | 38 case ARCH_SET_GS: in arch_prctl() 65 case ARCH_SET_GS: in arch_prctl()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | prctl.h | 5 #define ARCH_SET_GS 0x1001 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | prctl.h | 5 #define ARCH_SET_GS 0x1001 macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/ |
H A D | 0001-lss-Match-syscalls-to-match-musl.patch | 24 #ifndef ARCH_SET_GS
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | fsgs.rst | 64 arch_prctl(ARCH_SET_GS, gsbase); 66 The ARCH_SET_GS prctl may be disabled depending on kernel configuration
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process_64.c | 823 case ARCH_SET_GS: { in do_arch_prctl_64()
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2058 if (arch_prctl(ARCH_SET_GS, guest_base) == 0) {
|