Home
last modified time | relevance | path

Searched refs:ofw_claimphys (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dloadfile_machdep.c51 ofw_claimphys(paddr_t pa, vsize_t size) in ofw_claimphys() function
205 if (ofw_claimphys(pa, size) == -1) { in ofw_create_mapping()
/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c229 static paddr_t ofw_claimphys(paddr_t, psize_t, paddr_t);
1295 systempage.pv_pa = ofw_claimphys(0, PAGE_SIZE, PAGE_SIZE); in ofw_construct_proc0_addrspace()
1694 ofw_claimphys(paddr_t pa, psize_t size, paddr_t align) in ofw_claimphys() function
1903 pa = ofw_claimphys(0, alloc_size, aligned_size); in ofw_claimpages()