Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/sgx/
H A Dencl.h108 int sgx_encl_mm_add(struct sgx_encl *encl, struct mm_struct *mm);
H A Ddriver.c93 ret = sgx_encl_mm_add(encl, vma->vm_mm); in sgx_mmap()
H A Dencl.c493 * happen in a grandchild of a process, when sgx_encl_mm_add() had in sgx_vma_open()
499 if (sgx_encl_mm_add(encl, vma->vm_mm)) in sgx_vma_open()
836 int sgx_encl_mm_add(struct sgx_encl *encl, struct mm_struct *mm) in sgx_encl_mm_add() function
916 * sgx_encl_mm_add()) then the new mm will enter into the
1209 /* Pairs with smp_wmb() in sgx_encl_mm_add(). */ in sgx_zap_enclave_ptes()