Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h270 SGX_PAGE_TYPE_TRIM, enumerator
295 SGX_SECINFO_TRIM = (SGX_PAGE_TYPE_TRIM << 8),
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c908 if (page_type != SGX_PAGE_TYPE_TCS && page_type != SGX_PAGE_TYPE_TRIM) in sgx_enclave_modify_types()
936 page_type == SGX_PAGE_TYPE_TRIM))) { in sgx_enclave_modify_types()
1116 if (entry->type != SGX_PAGE_TYPE_TRIM) { in sgx_encl_remove_pages()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c455 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM;
1442 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F()
1643 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F()
1754 ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F()
1869 ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F()
1955 modt_ioc.page_type = SGX_PAGE_TYPE_TRIM; in TEST_F()