Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/cpu/sgx/
Dencl.h124 struct sgx_encl_page *sgx_encl_load_page(struct sgx_encl *encl,
Dioctl.c755 entry = sgx_encl_load_page(encl, addr); in sgx_enclave_restrict_permissions()
922 entry = sgx_encl_load_page(encl, addr); in sgx_enclave_modify_types()
1110 entry = sgx_encl_load_page(encl, addr); in sgx_encl_remove_pages()
Dencl.c302 struct sgx_encl_page *sgx_encl_load_page(struct sgx_encl *encl, in sgx_encl_load_page() function