Searched refs:pud_set_huge (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/riscv/mm/ |
H A D | pgtable.c | 59 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/openbmc/linux/include/linux/ |
H A D | pgtable.h | 1465 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot); 1477 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/openbmc/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 | 724 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/openbmc/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 205 | pud_set_huge | Creates a PUD huge mapping |
|
/openbmc/linux/arch/arm64/mm/ |
H A D | mmu.c | 348 pud_set_huge(pudp, phys, prot); in alloc_init_pud() 1171 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 1542 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/openbmc/linux/mm/ |
H A D | debug_vm_pgtable.c | 461 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 | 198 return pud_set_huge(pud, phys_addr, prot); in vmap_try_huge_pud()
|