Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dsgx.h91 int sgx_unmark_page_reclaimable(struct sgx_epc_page *page);
H A Dioctl.c964 if (sgx_unmark_page_reclaimable(entry->epc_page)) { in sgx_enclave_modify_types()
1136 if (sgx_unmark_page_reclaimable(entry->epc_page)) { in sgx_encl_remove_pages()
H A Dmain.c524 int sgx_unmark_page_reclaimable(struct sgx_epc_page *page) in sgx_unmark_page_reclaimable() function
H A Dencl.c717 if (sgx_unmark_page_reclaimable(entry->epc_page)) in sgx_encl_release()