Searched refs:mips_map_physmem (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dmachdep.h39 vaddr_t mips_map_physmem(paddr_t phys, vsize_t size);
H A Dmachdep.c372 mips_map_physmem(paddr_t phys, vsize_t size) function
382 panic("mips_map_physmem: kernel map full");
389 printf("mips_map_physmem: iomap too small");
395 printf("mips_map_physmem: alloc'ed %lx bytes for paddr %lx, at %lx\n",
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Debus.c70 addr = (void *)mips_map_physmem(ia->ia_paddr,
H A Dflash_ebus.c269 * - mips_map_physmem() (with uncached) first page
272 * - then mips_map_physmem() each sector as needed.
287 sc->sc_page0 = (volatile uint8_t *) mips_map_physmem(base, PAGE_SIZE);

Completed in 89 milliseconds