Searched refs:pmd_set_huge (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/arch/riscv/mm/ |
D | pgtable.c | 56 int pmd_set_huge(pmd_t *pmd, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.6.21/arch/arm64/mm/ |
D | mmu.c | 251 pmd_set_huge(pmdp, phys, prot); in init_pmd() 1139 pmd_set_huge(pmdp, __pa(p), __pgprot(PROT_SECT_NORMAL)); in vmemmap_set_pmd() 1185 int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.6.21/arch/x86/mm/ |
D | kasan_init_64.c | 50 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
|
D | pgtable.c | 748 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.6.21/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 147 | pmd_set_huge | Creates a PMD huge mapping |
|
/linux-6.6.21/include/linux/ |
D | pgtable.h | 1445 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot); 1460 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/linux-6.6.21/mm/ |
D | debug_vm_pgtable.c | 456 WARN_ON(!pmd_set_huge(args->pmdp, __pfn_to_phys(args->fixed_pmd_pfn), args->page_prot)); in pmd_huge_tests()
|
D | vmalloc.c | 148 return pmd_set_huge(pmd, phys_addr, prot); in vmap_try_huge_pmd()
|
/linux-6.6.21/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 1589 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|