Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dsgx.h273 SGX_SECINFO_TCS = (SGX_PAGE_TYPE_TCS << 8), enumerator
/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dioctl.c177 if (pt != SGX_SECINFO_REG && pt != SGX_SECINFO_TCS) in sgx_validate_secinfo()
187 if (pt == SGX_SECINFO_TCS && perm) in sgx_validate_secinfo()
Dencl.c1159 if ((secinfo_flags & SGX_SECINFO_PAGE_TYPE_MASK) == SGX_SECINFO_TCS) in sgx_encl_page_alloc()
/linux-6.1.9/tools/testing/selftests/sgx/
Dmain.c1391 eaccept_op.flags = SGX_SECINFO_TCS | SGX_SECINFO_MODIFIED; in TEST_F()