HomeSort by: relevance | last modified time | path
    Searched defs:vax_map_physmem (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/vax/
machdep.c 520 vax_map_physmem(paddr_t phys, size_t size) function in typeref:typename:vaddr_t
528 panic("vax_map_physmem: called before rminit()?!?");
534 panic("vax_map_physmem: kernel map full");
541 printf("vax_map_physmem: iomap too small");
547 printf("vax_map_physmem: alloc'ed %d pages for paddr %lx, at %lx\n",
machdep.c 520 vax_map_physmem(paddr_t phys, size_t size) function in typeref:typename:vaddr_t
528 panic("vax_map_physmem: called before rminit()?!?");
534 panic("vax_map_physmem: kernel map full");
541 printf("vax_map_physmem: iomap too small");
547 printf("vax_map_physmem: alloc'ed %d pages for paddr %lx, at %lx\n",
machdep.c 520 vax_map_physmem(paddr_t phys, size_t size) function in typeref:typename:vaddr_t
528 panic("vax_map_physmem: called before rminit()?!?");
534 panic("vax_map_physmem: kernel map full");
541 printf("vax_map_physmem: iomap too small");
547 printf("vax_map_physmem: alloc'ed %d pages for paddr %lx, at %lx\n",

Completed in 195 milliseconds