Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/um/
Dsyscalls_64.c36 case ARCH_SET_FS: in arch_prctl()
60 case ARCH_SET_FS: in arch_prctl()
88 arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs); in arch_switch_to()
/Linux-v5.15/arch/x86/include/uapi/asm/
Dprctl.h6 #define ARCH_SET_FS 0x1002 macro
/Linux-v5.15/tools/arch/x86/include/uapi/asm/
Dprctl.h6 #define ARCH_SET_FS 0x1002 macro
/Linux-v5.15/arch/x86/kernel/
Dprocess_64.c779 case ARCH_SET_FS: { in do_arch_prctl_64()
Dprocess.c116 return do_set_thread_area_64(p, ARCH_SET_FS, tls); in set_new_tls()
/Linux-v5.15/Documentation/x86/x86_64/
Dfsgs.rst63 arch_prctl(ARCH_SET_FS, fsbase);
/Linux-v5.15/tools/testing/selftests/x86/
Dldt_gdt.c835 syscall(SYS_arch_prctl, ARCH_SET_FS, saved_base); in test_gdt_invalidation()