Searched refs:pmd_install (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/ |
H A D | internal.h | 160 void pmd_install(struct mm_struct *mm, pmd_t *pmd, pgtable_t *pte);
|
H A D | memory.c | 409 void pmd_install(struct mm_struct *mm, pmd_t *pmd, pgtable_t *pte) in pmd_install() function 441 pmd_install(mm, pmd, &new); in __pte_alloc() 455 smp_wmb(); /* See comment in pmd_install() */ in __pte_alloc_kernel() 4468 pmd_install(vma->vm_mm, vmf->pmd, &vmf->prealloc_pte); in finish_fault() 5541 smp_wmb(); /* See comment in pmd_install() */ in __p4d_alloc() 5563 smp_wmb(); /* See comment in pmd_install() */ in __pud_alloc() 5587 smp_wmb(); /* See comment in pmd_install() */ in __pmd_alloc()
|
H A D | filemap.c | 3461 pmd_install(mm, vmf->pmd, &vmf->prealloc_pte); in filemap_map_pmd()
|