Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h14 #define ARCH_GET_XCOMP_PERM 0x1022 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprctl.h14 #define ARCH_GET_XCOMP_PERM 0x1022 macro
/openbmc/linux/Documentation/arch/x86/
H A 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
/openbmc/linux/tools/testing/selftests/x86/
H A 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()
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c1076 case ARCH_GET_XCOMP_PERM: in do_arch_prctl_common()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c1771 case ARCH_GET_XCOMP_PERM: in fpu_xstate_prctl()