Lines Matching refs:alloc
745 void *(*alloc)(unsigned long sz)) in arm_pte_alloc()
748 pte_t *pte = alloc(PTE_HWTABLE_OFF + PTE_HWTABLE_SIZE); in arm_pte_alloc()
764 void *(*alloc)(unsigned long sz), in alloc_init_pte()
767 pte_t *pte = arm_pte_alloc(pmd, addr, type->prot_l1, alloc); in alloc_init_pte()
805 void *(*alloc)(unsigned long sz), bool 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()
844 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud()
852 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d()
859 alloc_init_pud(p4d, addr, next, phys, type, alloc, ng); in alloc_init_p4d()
928 void *(*alloc)(unsigned long sz), in __create_mapping()
963 alloc_init_p4d(pgd, addr, next, phys, type, alloc, ng); in __create_mapping()