Lines Matching refs:ng
765 bool ng) in alloc_init_pte() argument
770 ng ? PTE_EXT_NG : 0); in alloc_init_pte()
777 const struct mem_type *type, bool ng) in __map_init_section() argument
795 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0)); in __map_init_section()
805 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd() argument
823 __map_init_section(pmd, addr, next, phys, type, ng); in alloc_init_pmd()
826 __phys_to_pfn(phys), type, alloc, ng); in alloc_init_pmd()
837 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() argument
844 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud()
853 bool ng) in create_36bit_mapping() argument
902 (ng ? PMD_SECT_nG : 0)); in create_36bit_mapping()
913 bool ng) in __create_mapping() argument
927 create_36bit_mapping(mm, md, type, ng); in __create_mapping()
947 alloc_init_pud(pgd, addr, next, phys, type, alloc, ng); in __create_mapping()
980 bool ng) in create_mapping_late() argument
988 __create_mapping(mm, md, late_alloc, ng); in create_mapping_late()