Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/uapi/asm/
Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/linux-6.14.4/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/linux-6.14.4/Documentation/arch/x86/
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-6.14.4/arch/x86/kernel/
Dprocess.c1062 case ARCH_REQ_XCOMP_GUEST_PERM: in do_arch_prctl_common()
/linux-6.14.4/arch/x86/kernel/fpu/
Dxstate.c1797 case ARCH_REQ_XCOMP_GUEST_PERM: in fpu_xstate_prctl()
/linux-6.14.4/tools/testing/selftests/kvm/lib/x86/
Dprocessor.c833 TEST_REQUIRE(!syscall(SYS_arch_prctl, ARCH_REQ_XCOMP_GUEST_PERM, ilog2(xfeature))); in __vm_xsave_require_permission()