Lines Matching refs:alloc
729 void *(*alloc)(unsigned long sz)) in arm_pte_alloc()
732 pte_t *pte = alloc(PTE_HWTABLE_OFF + PTE_HWTABLE_SIZE); in arm_pte_alloc()
748 void *(*alloc)(unsigned long sz), in alloc_init_pte()
751 pte_t *pte = arm_pte_alloc(pmd, addr, type->prot_l1, alloc); in alloc_init_pte()
789 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd()
810 __phys_to_pfn(phys), type, alloc, ng); in alloc_init_pmd()
821 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud()
828 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud()
836 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d()
843 alloc_init_pud(p4d, addr, next, phys, type, alloc, ng); in alloc_init_p4d()
912 void *(*alloc)(unsigned long sz), in __create_mapping()
947 alloc_init_p4d(pgd, addr, next, phys, type, alloc, ng); in __create_mapping()