Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dsgx.h90 void sgx_mark_page_reclaimable(struct sgx_epc_page *page);
Dioctl.c325 sgx_mark_page_reclaimable(encl_page->epc_page); in sgx_encl_add_page()
979 sgx_mark_page_reclaimable(entry->epc_page); in sgx_enclave_modify_types()
Dencl.c262 sgx_mark_page_reclaimable(entry->epc_page); in __sgx_encl_load_page()
381 sgx_mark_page_reclaimable(encl_page->epc_page); in sgx_encl_eaug_page()
Dmain.c506 void sgx_mark_page_reclaimable(struct sgx_epc_page *page) in sgx_mark_page_reclaimable() function