Home
last modified time | relevance | path

Searched refs:ARCH_SET_GS (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dfsgsbase.c165 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()
426 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 0) != 0) in test_unexpected_base()
458 if (syscall(SYS_arch_prctl, ARCH_SET_GS, 1) != 0) in test_ptrace_write_gs_read_base()
H A Dldt_gdt.c888 syscall(SYS_arch_prctl, ARCH_SET_GS, saved_base); in test_gdt_invalidation()
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsyscalls_64.c38 case ARCH_SET_GS: in arch_prctl()
65 case ARCH_SET_GS: in arch_prctl()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dprctl.h5 #define ARCH_SET_GS 0x1001 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dprctl.h5 #define ARCH_SET_GS 0x1001 macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-lss-Match-syscalls-to-match-musl.patch22 #ifndef ARCH_SET_GS
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dfsgs.rst64 arch_prctl(ARCH_SET_GS, gsbase);
66 The ARCH_SET_GS prctl may be disabled depending on kernel configuration
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_64.c725 case ARCH_SET_GS: { in do_arch_prctl_64()