Searched refs:sgx_encl_mm_add (Results 1 – 3 of 3) sorted by relevance
108 int sgx_encl_mm_add(struct sgx_encl *encl, struct mm_struct *mm);
93 ret = sgx_encl_mm_add(encl, vma->vm_mm); in sgx_mmap()
493 * 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 the1209 /* Pairs with smp_wmb() in sgx_encl_mm_add(). */ in sgx_zap_enclave_ptes()