Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/uapi/asm/
H A Dprctl.h6 #define ARCH_SET_FS 0x1002 macro
/linux-6.15/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
H A Dprctl.h6 #define ARCH_SET_FS 0x1002 macro
/linux-6.15/arch/x86/um/
H A Dsyscalls_64.c22 case ARCH_SET_FS: in arch_prctl()
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfsgs.rst63 arch_prctl(ARCH_SET_FS, fsbase);
/linux-6.15/arch/x86/kernel/
H A Dprocess_64.c898 case ARCH_SET_FS: { in do_arch_prctl_64()
H A Dprocess.c143 return do_set_thread_area_64(p, ARCH_SET_FS, tls); in set_new_tls()
/linux-6.15/tools/testing/selftests/x86/
H A Dldt_gdt.c825 syscall(SYS_arch_prctl, ARCH_SET_FS, saved_base); in test_gdt_invalidation()