HomeSort by: relevance | last modified time | path
    Searched refs:mips_map_physmem (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/emips/emips/
machdep.h 39 vaddr_t mips_map_physmem(paddr_t phys, vsize_t size);
machdep.c 369 mips_map_physmem(paddr_t phys, vsize_t size) function in typeref:typename:vaddr_t
379 panic("mips_map_physmem: kernel map full");
386 printf("mips_map_physmem: iomap too small");
392 printf("mips_map_physmem: alloc'ed %x bytes for paddr %x, at %x\n",
  /src/sys/arch/emips/ebus/
ebus.c 70 addr = (void *)mips_map_physmem(ia->ia_paddr,
flash_ebus.c 268 * - mips_map_physmem() (with uncached) first page
271 * - then mips_map_physmem() each sector as needed.
286 sc->sc_page0 = (volatile uint8_t *) mips_map_physmem(base, PAGE_SIZE);

Completed in 37 milliseconds