Lines Matching refs:ng
769 bool ng) in alloc_init_pte() argument
774 ng ? PTE_EXT_NG : 0); in alloc_init_pte()
781 const struct mem_type *type, bool ng) in __map_init_section() argument
799 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0)); in __map_init_section()
809 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd() argument
827 __map_init_section(pmd, addr, next, phys, type, ng); in alloc_init_pmd()
830 __phys_to_pfn(phys), type, alloc, ng); in alloc_init_pmd()
841 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() argument
848 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud()
856 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d() argument
863 alloc_init_pud(p4d, addr, next, phys, type, alloc, ng); in alloc_init_p4d()
872 bool ng) in create_36bit_mapping() argument
922 (ng ? PMD_SECT_nG : 0)); in create_36bit_mapping()
933 bool ng) in __create_mapping() argument
947 create_36bit_mapping(mm, md, type, ng); in __create_mapping()
967 alloc_init_p4d(pgd, addr, next, phys, type, alloc, ng); in __create_mapping()
1000 bool ng) in create_mapping_late() argument
1014 __create_mapping(mm, md, late_alloc, ng); in create_mapping_late()