NetBSD/sys/arch/alpha/common
thorpej 3ebbe095e0 Change the pmap_extract() interface to:
boolean_t pmap_extract(pmap_t, vaddr_t, paddr_t *);
This makes it possible for the pmap to map physical address 0.
1999-07-08 18:05:21 +00:00
..
bus_dma.c Change the pmap_extract() interface to: 1999-07-08 18:05:21 +00:00
comlogout.c Fix printf format problems on Alpha. 1999-02-12 06:25:13 +00:00
sgmap_common.c If we have to increase the boundary due to the spill pages, use the old 1999-02-18 08:55:16 +00:00
sgmap_typedep.c Change the pmap_extract() interface to: 1999-07-08 18:05:21 +00:00
sgmap_typedep.h
sgmapvar.h vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t 1998-08-14 16:50:00 +00:00
shared_intr.c