Home
last modified time | relevance | path

Searched refs:ARCH_REQ_XCOMP_GUEST_PERM (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
H A Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/linux/arch/x86/include/uapi/asm/
H A Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/linux/Documentation/arch/x86/
H A Dxstate.rst162 -ARCH_REQ_XCOMP_GUEST_PERM
164 arch_prctl(ARCH_REQ_XCOMP_GUEST_PERM, feature_nr);
166 ARCH_REQ_XCOMP_GUEST_PERM is a variant of ARCH_REQ_XCOMP_PERM. It has the
/linux/arch/x86/kernel/
H A Dprocess.c1076 case ARCH_REQ_XCOMP_GUEST_PERM: in SYSCALL_DEFINE2()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c833 TEST_REQUIRE(!syscall(SYS_arch_prctl, ARCH_REQ_XCOMP_GUEST_PERM, ilog2(xfeature))); in __vm_xsave_require_permission()