H A D | mmu.c | 770 bool ng) in alloc_init_pte() argument 775 ng ? PTE_EXT_NG : 0); in alloc_init_pte() 782 const struct mem_type *type, bool ng) in __map_init_section() argument 800 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0)); in __map_init_section() 810 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd() argument 828 __map_init_section(pmd, addr, next, phys, type, ng); in alloc_init_pmd() 831 __phys_to_pfn(phys), type, alloc, ng); in alloc_init_pmd() 842 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() argument 849 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud() 857 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d() argument [all …]
|