Home
last modified time | relevance | path

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

/arch/arm64/mm/
Dmmu.c199 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/
Dkasan_init_64.c46 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
Dpgtable.c669 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function