Searched refs:pmd_set_huge (Results 1 – 10 of 10) sorted by relevance
/linux/arch/arm64/mm/ |
A D | mmu.c | 235 pmd_set_huge(pmdp, phys, prot); in init_pmd() 1163 pmd_set_huge(pmdp, __pa(p), __pgprot(PROT_SECT_NORMAL)); in vmemmap_populate() 1357 int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
/linux/include/linux/ |
A D | pgtable.h | 1401 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot); 1416 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/linux/arch/x86/mm/ |
A D | kasan_init_64.c | 50 if (p && pmd_set_huge(pmd, __pa(p), PAGE_KERNEL)) in kasan_populate_pmd()
|
A D | pgtable.c | 730 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/linux/Documentation/vm/ |
A D | arch_pgtable_helpers.rst | 139 | pmd_set_huge | Creates a PMD huge mapping |
|
/linux/arch/powerpc/mm/book3s64/ |
A D | radix_pgtable.c | 1135 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/linux/mm/ |
A D | debug_vm_pgtable.c | 473 WARN_ON(!pmd_set_huge(args->pmdp, __pfn_to_phys(args->fixed_pmd_pfn), args->page_prot)); in pmd_huge_tests()
|
A D | vmalloc.c | 155 return pmd_set_huge(pmd, phys_addr, prot); in vmap_try_huge_pmd()
|
/linux/ |
A D | System.map | 728 ffff800010035410 T pmd_set_huge
|
A D | .tmp_System.map | 728 ffff800010035410 T pmd_set_huge
|
Completed in 320 milliseconds