Searched refs:pmd_set_huge (Results 1 – 3 of 3) sorted by relevance
/arch/arm64/mm/ |
D | mmu.c | 199 pmd_set_huge(pmd, phys, prot); in init_pmd() 724 pmd_set_huge(pmd, __pa(p), __pgprot(PROT_SECT_NORMAL)); in vmemmap_populate() 932 int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
/arch/x86/mm/ |
D | kasan_init_64.c | 46 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
|
D | pgtable.c | 669 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|