Searched refs:pud_set_huge (Results 1 – 5 of 5) sorted by relevance
/arch/riscv/mm/ |
D | pgtable.c | 18 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/arch/x86/mm/ |
D | kasan_init_64.c | 86 if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL)) in kasan_populate_pud()
|
D | pgtable.c | 724 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/arch/arm64/mm/ |
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
|
/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 1542 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|