/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | pgtable.c | 18 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | ioremap.c | 149 return pud_set_huge(pud, phys_addr, prot); in ioremap_try_huge_pud()
|
H A D | debug_vm_pgtable.c | 411 * X86 defined pud_set_huge() verifies that the given in pud_huge_tests() 415 WARN_ON(!pud_set_huge(pudp, __pfn_to_phys(pfn), prot)); in pud_huge_tests()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pgtable.h | 1305 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot); 1317 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pgtable.h | 1444 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot); 1456 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | kasan_init_64.c | 87 if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL)) in kasan_populate_pud()
|
H A D | pgtable.c | 686 * pud_set_huge - setup kernel PUD mapping 703 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function 726 * See text over pud_set_huge() above.
|
/kernel/linux/linux-6.6/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 | 711 * pud_set_huge - setup kernel PUD mapping 722 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function 744 * See text over pud_set_huge() above.
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | mmu.c | 335 pud_set_huge(pudp, phys, prot); in alloc_init_pud() 1380 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 1141 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug_vm_pgtable.c | 472 * X86 defined pud_set_huge() verifies that the given in pud_huge_tests() 476 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()
|