Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/sgx/
H A Dsgx.h90 void sgx_mark_page_reclaimable(struct sgx_epc_page *page);
H A Dencl.c275 sgx_mark_page_reclaimable(entry->epc_page); in __sgx_encl_load_page()
401 sgx_mark_page_reclaimable(encl_page->epc_page); in sgx_encl_eaug_page()
H A Dmain.c503 * sgx_mark_page_reclaimable() - Mark a page as reclaimable
509 void sgx_mark_page_reclaimable(struct sgx_epc_page *page) in sgx_mark_page_reclaimable() function