Searched refs:pmd_set_huge (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/lib/ |
D | ioremap.c | 96 if (pmd_set_huge(pmd, phys_addr + addr, prot)) in ioremap_pmd_range()
|
/Linux-v4.19/arch/arm64/mm/ |
D | mmu.c | 204 pmd_set_huge(pmdp, phys, prot); in init_pmd() 738 pmd_set_huge(pmdp, __pa(p), __pgprot(PROT_SECT_NORMAL)); in vmemmap_populate() 949 int pmd_set_huge(pmd_t *pmdp, phys_addr_t phys, pgprot_t prot) in pmd_set_huge() function
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 1019 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot); 1033 static inline int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|
/Linux-v4.19/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 | 742 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() function
|