Home
last modified time | relevance | path

Searched refs:ARCH_GET_XCOMP_PERM (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/arch/x86/
H A Dxstate.rst44 -ARCH_GET_XCOMP_PERM
46 arch_prctl(ARCH_GET_XCOMP_PERM, &features);
48 ARCH_GET_XCOMP_PERM stores the features for which the userspace process
158 ARCH_GET_XCOMP_GUEST_PERM is a variant of ARCH_GET_XCOMP_PERM. So it
/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h
/linux/arch/x86/include/uapi/asm/
H A Dprctl.h14 #define ARCH_GET_XCOMP_PERM 0x1022 macro
/linux/tools/testing/selftests/x86/
H A Damx.c323 #define ARCH_GET_XCOMP_PERM 0x1022 macro
336 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_PERM, &bitmask); in validate_req_xcomp_perm()
357 rc = syscall(SYS_arch_prctl, ARCH_GET_XCOMP_PERM, &bitmask); in validate_req_xcomp_perm()