Home
last modified time | relevance | path

Searched refs:pud_set_huge (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/riscv/mm/
H A Dpgtable.c72 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
/linux-6.15/arch/x86/mm/
H A Dkasan_init_64.c85 if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL)) in kasan_populate_pud()
H A Dpgtable.c698 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
/linux-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst199 | pud_set_huge | Creates a PUD huge mapping |
/linux-6.15/include/linux/
H A Dpgtable.h1708 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
1720 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
/linux-6.15/arch/arm64/mm/
H A Dmmu.c363 pud_set_huge(pudp, phys, prot); in alloc_init_pud()
1201 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
/linux-6.15/mm/
H A Ddebug_vm_pgtable.c462 WARN_ON(!pud_set_huge(args->pudp, __pfn_to_phys(args->fixed_pud_pfn), args->page_prot)); in pud_huge_tests()
H A Dvmalloc.c206 return pud_set_huge(pud, phys_addr, prot); in vmap_try_huge_pud()
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c1606 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function