Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/openbmc/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
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c1076 case ARCH_REQ_XCOMP_GUEST_PERM: in do_arch_prctl_common()
/openbmc/linux/arch/x86/kernel/fpu/
H A Dxstate.c1782 case ARCH_REQ_XCOMP_GUEST_PERM: in fpu_xstate_prctl()
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c729 TEST_REQUIRE(!syscall(SYS_arch_prctl, ARCH_REQ_XCOMP_GUEST_PERM, ilog2(xfeature))); in __vm_xsave_require_permission()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5617 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
5639 int rc = syscall(SYS_arch_prctl, ARCH_REQ_XCOMP_GUEST_PERM, bit); in kvm_request_xsave_components()