Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/
H A Dpgtable.c110 int pmd_set_huge(pmd_t *pmd, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
H A Dinit.c1443 pmd_set_huge(pmd, virt_to_phys(p), PAGE_KERNEL); in vmemmap_set_pmd()
/linux/arch/x86/mm/
H A Dkasan_init_64.c50 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
H A Dpgtable.c762 * pmd_set_huge - setup kernel PMD mapping
768 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge()
765 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) pmd_set_huge() function
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst144 | pmd_set_huge | Creates a PMD huge mapping |
/linux/mm/
H A Ddebug_vm_pgtable.c442 WARN_ON(!pmd_set_huge(args->pmdp, __pfn_to_phys(args->fixed_pmd_pfn), args->page_prot)); in pmd_huge_tests()
H A Dvmalloc.c156 return pmd_set_huge(pmd, phys_addr, prot); in vmap_try_huge_pmd()