Home
last modified time | relevance | path

Searched refs:OF_alloc_phys (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dopenfirm.h70 paddr_t OF_alloc_phys(int, int);
H A Dloadfile_machdep.c271 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()
H A DLocore.c698 OF_alloc_phys(int len, int align) in OF_alloc_phys() function
862 if ((paddr = OF_alloc_phys(size, align)) == (paddr_t)-1) { in OF_claim()