Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/
H A Dsyscalls_64.c37 case ARCH_SET_FS: in arch_prctl()
61 case ARCH_SET_FS: in arch_prctl()
89 arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs); in arch_switch_to()
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h6 #define ARCH_SET_FS 0x1002 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprctl.h6 #define ARCH_SET_FS 0x1002 macro
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst63 arch_prctl(ARCH_SET_FS, fsbase);
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c828 case ARCH_SET_FS: { in do_arch_prctl_64()
H A Dprocess.c137 return do_set_thread_area_64(p, ARCH_SET_FS, tls); in set_new_tls()
/openbmc/linux/tools/testing/selftests/x86/
H A Dldt_gdt.c835 syscall(SYS_arch_prctl, ARCH_SET_FS, saved_base); in test_gdt_invalidation()