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

/linux-master/arch/x86/include/uapi/asm/
H A Dprctl.h16 #define ARCH_GET_XCOMP_GUEST_PERM 0x1024 macro
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dprctl.h16 #define ARCH_GET_XCOMP_GUEST_PERM 0x1024 macro
/linux-master/arch/x86/kernel/
H A Dprocess.c1048 case ARCH_GET_XCOMP_GUEST_PERM:
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1777 case ARCH_GET_XCOMP_GUEST_PERM:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c806 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_GUEST_PERM, &bitmask);
807 TEST_ASSERT(rc == 0, "prctl(ARCH_GET_XCOMP_GUEST_PERM) error: %ld", rc);

Completed in 279 milliseconds