Home
last modified time | relevance | path

Searched refs:ARCH_GET_XCOMP_SUPP (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/arch/x86/
Dxstate.rst37 -ARCH_GET_XCOMP_SUPP
39 arch_prctl(ARCH_GET_XCOMP_SUPP, &features);
41 ARCH_GET_XCOMP_SUPP stores the supported features in userspace storage of
97 #ifndef ARCH_GET_XCOMP_SUPP
98 #define ARCH_GET_XCOMP_SUPP 0x1021
117 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_SUPP, &features);
/linux-6.12.1/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
Dprctl.h13 #define ARCH_GET_XCOMP_SUPP 0x1021 macro
/linux-6.12.1/arch/x86/include/uapi/asm/
Dprctl.h13 #define ARCH_GET_XCOMP_SUPP 0x1021 macro
/linux-6.12.1/tools/testing/selftests/x86/
Damx.c322 #define ARCH_GET_XCOMP_SUPP 0x1021 macro
904 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_SUPP, &features); in main()
/linux-6.12.1/arch/x86/kernel/
Dprocess.c1052 case ARCH_GET_XCOMP_SUPP: in do_arch_prctl_common()
/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c1783 case ARCH_GET_XCOMP_SUPP: in fpu_xstate_prctl()