Lines Matching refs:ng
729 bool ng) in alloc_init_pte() argument
734 ng ? PTE_EXT_NG : 0); in alloc_init_pte()
741 const struct mem_type *type, bool ng) in __map_init_section() argument
759 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0)); in __map_init_section()
769 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd() argument
787 __map_init_section(pmd, addr, next, phys, type, ng); in alloc_init_pmd()
790 __phys_to_pfn(phys), type, alloc, ng); in alloc_init_pmd()
801 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() argument
808 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud()
816 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d() argument
823 alloc_init_pud(p4d, addr, next, phys, type, alloc, ng); in alloc_init_p4d()
832 bool ng) in create_36bit_mapping() argument
882 (ng ? PMD_SECT_nG : 0)); in create_36bit_mapping()
893 bool ng) in __create_mapping() argument
907 create_36bit_mapping(mm, md, type, ng); in __create_mapping()
927 alloc_init_p4d(pgd, addr, next, phys, type, alloc, ng); in __create_mapping()
960 bool ng) in create_mapping_late() argument
974 __create_mapping(mm, md, late_alloc, ng); in create_mapping_late()