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

/linux-master/arch/x86/include/uapi/asm/
H A Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dprctl.h17 #define ARCH_REQ_XCOMP_GUEST_PERM 0x1025 macro
/linux-master/arch/x86/kernel/
H A Dprocess.c1049 case ARCH_REQ_XCOMP_GUEST_PERM:
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1782 case ARCH_REQ_XCOMP_GUEST_PERM:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c787 "kvm_get_supported_cpuid() cannot be used before ARCH_REQ_XCOMP_GUEST_PERM");
804 TEST_REQUIRE(!syscall(SYS_arch_prctl, ARCH_REQ_XCOMP_GUEST_PERM, ilog2(xfeature)));
809 "'%s' (0x%lx) not permitted after prctl(ARCH_REQ_XCOMP_GUEST_PERM) permitted=0x%lx",

Completed in 151 milliseconds