Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dsgx.h90 void sgx_mark_page_reclaimable(struct sgx_epc_page *page);
H A 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()
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.c507 void sgx_mark_page_reclaimable(struct sgx_epc_page *page) in sgx_mark_page_reclaimable() function