Home
last modified time | relevance | path

Searched refs:SGX_ATTR_UNPRIV_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dsgx.h141 #define SGX_ATTR_UNPRIV_MASK (SGX_ATTR_DEBUG | \ macro
/linux-6.12.1/arch/x86/kernel/cpu/sgx/
Dioctl.c114 encl->attributes_mask = SGX_ATTR_UNPRIV_MASK; in sgx_encl_create()
/linux-6.12.1/arch/x86/kvm/
Dcpuid.c1148 entry->eax &= SGX_ATTR_PRIV_MASK | SGX_ATTR_UNPRIV_MASK; in __do_cpuid_func()