Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h266 SGX_PAGE_TYPE_SECS, enumerator
291 SGX_SECINFO_SECS = (SGX_PAGE_TYPE_SECS << 8),
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c117 encl->secs.type = SGX_PAGE_TYPE_SECS; in sgx_encl_create()