Searched refs:pud_set_huge (Results 1 – 6 of 6) sorted by relevance
/linux/arch/riscv/mm/ |
H A D | pgtable.c | 72 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/linux/arch/x86/mm/ |
H A D | kasan_init_64.c | 86 if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL)) in kasan_populate_pud()
|
H A D | pgtable.c | 731 * pud_set_huge - setup kernel PUD mapping 742 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() 764 * See text over pud_set_huge() above. 739 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) pud_set_huge() function
|
/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 199 | pud_set_huge | Creates a PUD huge mapping |
|
/linux/mm/ |
H A D | debug_vm_pgtable.c | 462 WARN_ON(!pud_set_huge(args->pudp, __pfn_to_phys(args->fixed_pud_pfn), args->page_prot)); in pud_huge_tests()
|
H A D | vmalloc.c | 206 return pud_set_huge(pud, phys_addr, prot); in vmap_try_huge_pud()
|