Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/mm/
Dkasan_init_64.c86 if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL)) in kasan_populate_pud()
Dpgtable.c715 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
/Linux-v6.1/include/linux/
Dpgtable.h1490 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot);
1502 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
/Linux-v6.1/Documentation/mm/
Darch_pgtable_helpers.rst197 | pud_set_huge | Creates a PUD huge mapping |
/Linux-v6.1/arch/arm64/mm/
Dmmu.c346 pud_set_huge(pudp, phys, prot); in alloc_init_pud()
1407 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
/Linux-v6.1/arch/powerpc/mm/book3s64/
Dradix_pgtable.c1076 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
/Linux-v6.1/mm/
Ddebug_vm_pgtable.c494 WARN_ON(!pud_set_huge(args->pudp, __pfn_to_phys(args->fixed_pud_pfn), args->page_prot)); in pud_huge_tests()
Dvmalloc.c206 return pud_set_huge(pud, phys_addr, prot); in vmap_try_huge_pud()