Searched refs:pud_set_huge (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 415 WARN_ON(!pud_set_huge(pudp, __pfn_to_phys(pfn), prot)); in pud_huge_tests()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pgtable.h | 1316 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot); 1328 static inline int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
| /OK3568_Linux_fs/kernel/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 | 703 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | arch_pgtable_helpers.rst | 195 | pud_set_huge | Creates a PUD huge mapping |
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | mmu.c | 335 pud_set_huge(pudp, phys, prot); in alloc_init_pud() 1384 int pud_set_huge(pud_t *pudp, phys_addr_t phys, pgprot_t prot) in pud_set_huge() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 1131 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() function
|