Lines Matching refs:ng
751 bool ng)
756 ng ? PTE_EXT_NG : 0);
763 const struct mem_type *type, bool ng)
781 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0));
791 void *(*alloc)(unsigned long sz), bool ng)
809 __map_init_section(pmd, addr, next, phys, type, ng);
812 __phys_to_pfn(phys), type, alloc, ng);
823 void *(*alloc)(unsigned long sz), bool ng)
830 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng);
838 void *(*alloc)(unsigned long sz), bool ng)
845 alloc_init_pud(p4d, addr, next, phys, type, alloc, ng);
854 bool ng)
904 (ng ? PMD_SECT_nG : 0));
915 bool ng)
929 create_36bit_mapping(mm, md, type, ng);
949 alloc_init_p4d(pgd, addr, next, phys, type, alloc, ng);
982 bool ng)
996 __create_mapping(mm, md, late_alloc, ng);