freebsd-nq/sys/alpha/alpha
Jake Burkholder 227f9a1c58 - Add vm_paddr_t, a physical address type. This is required for systems
where physical addresses larger than virtual addresses, such as i386s
  with PAE.
- Use this to represent physical addresses in the MI vm system and in the
  i386 pmap code.  This also changes the paddr parameter to d_mmap_t.
- Fix printf formats to handle physical addresses >4G in the i386 memory
  detection code, and due to kvtop returning vm_paddr_t instead of u_long.

Note that this is a name change only; vm_paddr_t is still the same as
vm_offset_t on all currently supported platforms.

Sponsored by:	DARPA, Network Associates Laboratories
Discussed with:	re, phk (cdevsw change)
2003-03-25 00:07:06 +00:00
..
alpha-gdbstub.c Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDB 2003-02-16 19:22:21 +00:00
api_up1000.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
atomic.s Remove extranious memory barriers, and correct the placement of a few others. 2002-10-30 01:41:44 +00:00
autoconf.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
busdma_machdep.c Use atomic operations to increment and decrement the refcount 2003-03-20 19:45:26 +00:00
busspace.c
clock_if.m
clock.c Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
cpuconf.c Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic* 2002-07-09 19:20:18 +00:00
critical.c Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() 2002-04-01 23:51:23 +00:00
db_disasm.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
db_instruction.h Quiet GCC 3.1 warning. 2002-04-13 22:21:28 +00:00
db_interface.c Fix abuses of cpu_critical_{enter,exit} by converting to 2002-03-21 06:14:58 +00:00
db_trace.c Fix last commit so that it actually works: 2002-09-19 20:40:26 +00:00
dec_1000a.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_2100_a50.c Add a couple of missing ':' in panic msgs. 2002-10-04 15:58:03 +00:00
dec_2100_a500.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_3000_300.c
dec_3000_500.c
dec_axppci_33.c Fix typo in panic msg. 2002-10-04 15:56:02 +00:00
dec_eb64plus.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_eb164.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_kn8ae.c Remove support for running in SimOS. The support has rotted over 2003-02-25 00:42:40 +00:00
dec_kn20aa.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_kn300.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_st550.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
dec_st6600.c Many of the alpha low level console drivers still have bogus compile time 2002-08-22 19:52:16 +00:00
divrem.m4
dump_machdep.c Approved by: gallatin (mentor) 2003-01-03 00:19:54 +00:00
elf_machdep.c Resolve relative relocations in klds before trying to parse the module's 2003-01-21 02:42:44 +00:00
exception.s Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
fp_emulate.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
genassym.c Move a bunch of flags from the KSE to the thread. 2003-02-17 09:55:10 +00:00
ieee_float.c
ieee_float.h
in_cksum.c Fix a warning. Dont convert away from const to just re-add it in the 2001-09-10 10:48:19 +00:00
interrupt.c Split statclock into statclock and profclock, and made the method for driving 2003-02-03 17:53:15 +00:00
locore.s Split 4.x and 5.x signal handling so that we can keep 4.x signal 2002-10-25 19:10:58 +00:00
machdep.c Remove support for running in SimOS. The support has rotted over 2003-02-25 00:42:40 +00:00
mem.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
mp_machdep.c Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00
pal.s Remove the .stab directives. I do not understand what is different about 2002-04-15 21:44:19 +00:00
pmap.c Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
prom_disp.s Remove the .stab directives. I do not understand what is different about 2002-04-15 21:44:19 +00:00
prom.c Remove support for running in SimOS. The support has rotted over 2003-02-25 00:42:40 +00:00
promcons.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
sgmap.c remove unneeded #include <vm/vm_map.h> 2001-05-31 23:31:34 +00:00
support.s Update an 'XXX what is this?' type comment about suswintr and fuswintr. 2002-06-20 07:40:53 +00:00
swtch.s Set the thread state of the newly chosen to run thread to TDS_RUNNING in 2002-07-12 18:34:22 +00:00
sys_machdep.c Instrument sysarch() MD privileged I/O access interfaces with a MAC 2003-03-06 04:47:47 +00:00
timerreg.h
trap.c Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls 2003-03-04 21:03:05 +00:00
vm_machdep.c Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00