Home
last modified time | relevance | path

Searched refs:pmd_set_huge (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/arch/riscv/mm/
Dpgtable.c56 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/
Dmmu.c251 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/
Dkasan_init_64.c50 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
Dpgtable.c748 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/
Darch_pgtable_helpers.rst147 | pmd_set_huge | Creates a PMD huge mapping |
/linux-6.6.21/include/linux/
Dpgtable.h1445 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/
Ddebug_vm_pgtable.c456 WARN_ON(!pmd_set_huge(args->pmdp, __pfn_to_phys(args->fixed_pmd_pfn), args->page_prot)); in pmd_huge_tests()
Dvmalloc.c148 return pmd_set_huge(pmd, phys_addr, prot); in vmap_try_huge_pmd()
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dradix_pgtable.c1589 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function