NetBSD/sys/arch/ofppc/include
thorpej 2b27ac7a99 Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for
each vm_page structure.  Add a VM_MDPAGE_INIT() macro to init this
data when pages are initialized by UVM.  These macros are mandatory,
but ports may #define them to nothing if they are not needed/used.

This deprecates struct pmap_physseg.  As a transitional measure,
allow a port to #define PMAP_PHYSSEG so that it can continue to
use it until its pmap is converted to use VM_MDPAGE_MEMBERS.

Use all this stuff to eliminate a lot of extra work in the Alpha
pmap module (it's smaller and faster now).  Changes to other pmap
modules will follow.
2001-04-29 22:44:31 +00:00
..
ansi.h
aout_machdep.h
asm.h
bat.h
bswap.h Include <sys/bswap.h> for function prototypes. i386, pc532 and vax 1999-08-21 05:39:51 +00:00
cdefs.h
cpu.h Remove the use of splimp() from the NetBSD kernel. splnet() 2001-04-13 23:29:55 +00:00
db_machdep.h
disklabel.h Use <sys/disklabel_mbr.h> 1999-01-27 21:33:19 +00:00
elf_machdep.h
endian_machdep.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
endian.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
float.h
fpu.h
frame.h
ieee.h
ieeefp.h
int_const.h Add definitions of C99 integer constant macros. 2001-04-14 22:38:33 +00:00
int_fmtio.h Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
int_limits.h Add definitions of C99 specified-width integer type limits. 2001-04-15 15:29:02 +00:00
int_mwgwtypes.h Add definitions of C99 minimum-width and greatest-width integer types. 2001-04-14 12:19:49 +00:00
int_types.h Add <machine/int_types.h>, which provides namespace-pure definitions 2000-06-26 15:42:16 +00:00
ipkdb.h
irq.h
kcore.h
limits.h
lock.h Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file 2000-04-29 03:31:45 +00:00
machine_type.h
Makefile Add definitions of C99 integer format conversion macros. 2001-04-15 17:13:04 +00:00
math.h C99: Define a NAN macro in <math.h> which evaulates to a constant expression of 1999-12-23 10:15:05 +00:00
param.h raise MSIZE from 128 to 256. 2000-06-30 17:55:11 +00:00
pcb.h
pmap.h Toss contents, and just pull in <powerpc/pmap.h>. 1999-05-04 23:49:18 +00:00
powerpc.h Make booted_device global (and booted_parition for consitency). 2000-06-01 00:49:49 +00:00
proc.h
profile.h
psl.h Use <powerpc/psl.h> 2001-01-18 15:30:42 +00:00
pte.h
ptrace.h
reg.h Pull in <powerpc/reg.h>. 1999-05-04 23:46:32 +00:00
reloc.h
rnd.h Add cpu_counter(). 2000-06-11 16:32:42 +00:00
setjmp.h
signal.h
stdarg.h
trap.h
types.h Nuke dk_establish() from orbit except from those ports which still use 2000-05-16 05:45:44 +00:00
varargs.h
vmparam.h Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for 2001-04-29 22:44:31 +00:00