Home
last modified time | relevance | path

Searched refs:SGX_PAGE_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h274 #define SGX_PAGE_TYPE_MASK GENMASK(7, 0) macro
299 #define SGX_SECINFO_PAGE_TYPE_MASK (SGX_PAGE_TYPE_MASK << 8)
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c903 page_type = modt->page_type & SGX_PAGE_TYPE_MASK; in sgx_enclave_modify_types()
1067 if (params.page_type & ~SGX_PAGE_TYPE_MASK) in sgx_ioc_enclave_modify_types()