Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h292 SGX_SECINFO_TCS = (SGX_PAGE_TYPE_TCS << 8), enumerator
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c184 if (pt != SGX_SECINFO_REG && pt != SGX_SECINFO_TCS) in sgx_validate_secinfo()
194 if (pt == SGX_SECINFO_TCS && perm) in sgx_validate_secinfo()
H A Dencl.c1181 if ((secinfo_flags & SGX_SECINFO_PAGE_TYPE_MASK) == SGX_SECINFO_TCS) in sgx_encl_page_alloc()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c1391 eaccept_op.flags = SGX_SECINFO_TCS | SGX_SECINFO_MODIFIED; in TEST_F()