Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/mm/
A Dpgtable.c56 int pmd_set_huge(pmd_t *pmd, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
/linux-6.3-rc2/arch/arm64/mm/
A Dmmu.c253 pmd_set_huge(pmdp, phys, prot); in init_pmd()
1147 pmd_set_huge(pmdp, __pa(p), __pgprot(PROT_SECT_NORMAL)); in vmemmap_set_pmd()
1353 int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
/linux-6.3-rc2/include/linux/
A Dpgtable.h1456 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot);
1471 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
/linux-6.3-rc2/arch/x86/mm/
A Dkasan_init_64.c50 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
A Dpgtable.c746 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
/linux-6.3-rc2/Documentation/mm/
A Darch_pgtable_helpers.rst139 | pmd_set_huge | Creates a PMD huge mapping |
/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dradix_pgtable.c1147 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
/linux-6.3-rc2/mm/
A Ddebug_vm_pgtable.c445 WARN_ON(!pmd_set_huge(args->pmdp, __pfn_to_phys(args->fixed_pmd_pfn), args->page_prot)); in pmd_huge_tests()
A Dvmalloc.c148 return pmd_set_huge(pmd, phys_addr, prot); in vmap_try_huge_pmd()

Completed in 23 milliseconds