Searched refs:pud_set_huge (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| A D | pgtable.h | 1400 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot); 1412 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
| /linux/arch/x86/mm/ |
| A D | kasan_init_64.c | 86 if (p && pud_set_huge(pud, __pa(p), PAGE_KERNEL)) in kasan_populate_pud()
|
| A D | pgtable.c | 703 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
| /linux/Documentation/vm/ |
| A D | arch_pgtable_helpers.rst | 195 | pud_set_huge | Creates a PUD huge mapping |
|
| /linux/arch/arm64/mm/ |
| A D | mmu.c | 343 pud_set_huge(pudp, phys, prot); in alloc_init_pud() 1343 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
| /linux/arch/powerpc/mm/book3s64/ |
| A D | radix_pgtable.c | 1088 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
| /linux/mm/ |
| A D | debug_vm_pgtable.c | 492 WARN_ON(!pud_set_huge(args->pudp, __pfn_to_phys(args->fixed_pud_pfn), args->page_prot)); in pud_huge_tests()
|
| A D | vmalloc.c | 205 return pud_set_huge(pud, phys_addr, prot); in vmap_try_huge_pud()
|
| /linux/ |
| A D | System.map | 727 ffff800010035374 T pud_set_huge
|
| A D | .tmp_System.map | 727 ffff800010035374 T pud_set_huge
|
Completed in 306 milliseconds