Home
last modified time | relevance | path

Searched refs:pte_alloc_map (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/mm/
H A Dpgd.c101 new_pte = pte_alloc_map(mm, new_pmd, 0); in pgd_alloc()
/linux/include/linux/
H A Dmm.h3577 #define pte_alloc_map(mm, pmd, address) \ macro