Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/sgx/
H A Dencl.h124 struct sgx_encl_page *sgx_encl_load_page(struct sgx_encl *encl,
H A Dioctl.c762 entry = sgx_encl_load_page(encl, addr); in sgx_enclave_restrict_permissions()
929 entry = sgx_encl_load_page(encl, addr); in sgx_enclave_modify_types()
1117 entry = sgx_encl_load_page(encl, addr); in sgx_encl_remove_pages()
H A Dencl.c302 struct sgx_encl_page *sgx_encl_load_page(struct sgx_encl *encl, in sgx_encl_load_page() function