Home
last modified time | relevance | path

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

/Linux-v6.6/tools/arch/x86/include/uapi/asm/
Dprctl.h14 #define ARCH_GET_XCOMP_PERM 0x1022 macro
/Linux-v6.6/Documentation/arch/x86/
Dxstate.rst44 -ARCH_GET_XCOMP_PERM
46 arch_prctl(ARCH_GET_XCOMP_PERM, &features);
48 ARCH_GET_XCOMP_PERM stores the features for which the userspace process
158 ARCH_GET_XCOMP_GUEST_PERM is a variant of ARCH_GET_XCOMP_PERM. So it
/Linux-v6.6/arch/x86/include/uapi/asm/
Dprctl.h14 #define ARCH_GET_XCOMP_PERM 0x1022 macro
/Linux-v6.6/tools/testing/selftests/x86/
Damx.c353 #define ARCH_GET_XCOMP_PERM 0x1022 macro
366 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_PERM, &bitmask); in validate_req_xcomp_perm()
387 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_PERM, &bitmask); in validate_req_xcomp_perm()
/Linux-v6.6/arch/x86/kernel/
Dprocess.c1073 case ARCH_GET_XCOMP_PERM: in do_arch_prctl_common()
/Linux-v6.6/arch/x86/kernel/fpu/
Dxstate.c1767 case ARCH_GET_XCOMP_PERM: in fpu_xstate_prctl()