Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dkasan_init_64.c49 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst136 | pmd_set_huge | Creates a PMD huge mapping |
/linux/arch/arm64/mm/
H A Dmmu.c268 WARN_ON(!pmd_set_huge(pmdp, phys, prot)); in init_pmd()
1879 int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function