Searched refs:pmd_set_huge (Results 1 – 7 of 7) sorted by relevance
/linux/arch/riscv/mm/ |
H A D | pgtable.c | 110 int pmd_set_huge(pmd_t *pmd, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
H A D | init.c | 1443 pmd_set_huge(pmd, virt_to_phys(p), PAGE_KERNEL); in vmemmap_set_pmd()
|
/linux/arch/x86/mm/ |
H A D | kasan_init_64.c | 50 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
|
H A D | pgtable.c | 762 * 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 D | arch_pgtable_helpers.rst | 144 | pmd_set_huge | Creates a PMD huge mapping |
|
/linux/mm/ |
H A D | debug_vm_pgtable.c | 442 WARN_ON(!pmd_set_huge(args->pmdp, __pfn_to_phys(args->fixed_pmd_pfn), args->page_prot)); in pmd_huge_tests()
|
H A D | vmalloc.c | 156 return pmd_set_huge(pmd, phys_addr, prot); in vmap_try_huge_pmd()
|