Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/arch/x86/include/uapi/asm/
Dprctl.h16 #define ARCH_GET_XCOMP_GUEST_PERM 0x1024 macro
/linux-6.12.1/arch/x86/include/uapi/asm/
Dprctl.h16 #define ARCH_GET_XCOMP_GUEST_PERM 0x1024 macro
/linux-6.12.1/Documentation/arch/x86/
Dxstate.rst154 -ARCH_GET_XCOMP_GUEST_PERM
156 arch_prctl(ARCH_GET_XCOMP_GUEST_PERM, &features);
158 ARCH_GET_XCOMP_GUEST_PERM is a variant of ARCH_GET_XCOMP_PERM. So it
/linux-6.12.1/arch/x86/kernel/
Dprocess.c1055 case ARCH_GET_XCOMP_GUEST_PERM: in do_arch_prctl_common()
/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c1796 case ARCH_GET_XCOMP_GUEST_PERM: in fpu_xstate_prctl()
/linux-6.12.1/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c813 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_GUEST_PERM, &bitmask); in __vm_xsave_require_permission()