Searched refs:ARCH_SET_GS (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/x86/ |
D | fsgsbase.c | 160 if (syscall(SYS_arch_prctl, ARCH_SET_GS, value) != 0) in check_gs_value() 191 if (syscall(SYS_arch_prctl, ARCH_SET_GS, initial_base) != 0) in mov_0_gs() 227 if (syscall(SYS_arch_prctl, ARCH_SET_GS, to_set) != 0) in do_remote_base() 249 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 0) != 0) in load_gs() 373 if (syscall(SYS_arch_prctl, ARCH_SET_GS, local) != 0) in set_gs_and_switch_to() 428 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 0) != 0) in test_unexpected_base() 460 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 1) != 0) in test_ptrace_write_gs_read_base()
|
D | ldt_gdt.c | 888 syscall(SYS_arch_prctl, ARCH_SET_GS, saved_base); in test_gdt_invalidation()
|
/linux-6.12.1/tools/perf/trace/beauty/arch/x86/include/uapi/asm/ |
D | prctl.h | 5 #define ARCH_SET_GS 0x1001 macro
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | prctl.h | 5 #define ARCH_SET_GS 0x1001 macro
|
/linux-6.12.1/arch/x86/um/ |
D | syscalls_64.c | 27 case ARCH_SET_GS: in arch_prctl()
|
/linux-6.12.1/Documentation/arch/x86/x86_64/ |
D | fsgs.rst | 64 arch_prctl(ARCH_SET_GS, gsbase); 66 The ARCH_SET_GS prctl may be disabled depending on kernel configuration
|
/linux-6.12.1/arch/x86/kernel/ |
D | process_64.c | 870 case ARCH_SET_GS: { in do_arch_prctl_64()
|