Lines Matching refs:ng
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
864 alloc_init_pud(p4d, addr, next, phys, type, alloc, ng); in alloc_init_p4d()
873 bool ng) in create_36bit_mapping() argument
923 (ng ? PMD_SECT_nG : 0)); in create_36bit_mapping()
934 bool ng) in __create_mapping() argument
948 create_36bit_mapping(mm, md, type, ng); in __create_mapping()
968 alloc_init_p4d(pgd, addr, next, phys, type, alloc, ng); in __create_mapping()
1001 bool ng) in create_mapping_late() argument
1015 __create_mapping(mm, md, late_alloc, ng); in create_mapping_late()