Searched refs:OF_alloc_phys (Results 1 – 3 of 3) sorted by relevance
70 paddr_t OF_alloc_phys(int, int);
271 pa = OF_alloc_phys(len, 16); in tlb_init_sun4v()323 pa = OF_alloc_phys(PAGE_SIZE_4M, PAGE_SIZE_4M); in mmu_mapin_sun4u()401 pa = OF_alloc_phys(PAGE_SIZE_4M, PAGE_SIZE_4M); in mmu_mapin_sun4v()
698 OF_alloc_phys(int len, int align) in OF_alloc_phys() function862 if ((paddr = OF_alloc_phys(size, align)) == (paddr_t)-1) { in OF_claim()