jake
783ae539c3
- 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
..
2002-10-02 03:29:00 +00:00
2002-06-30 05:48:03 +00:00
2003-01-01 18:49:04 +00:00
2002-07-29 17:41:23 +00:00
2003-03-25 00:07:06 +00:00
2002-07-30 19:35:32 +00:00
2003-03-17 19:14:13 +00:00
2003-03-17 19:14:13 +00:00
2002-03-20 05:48:58 +00:00
2002-09-23 07:27:45 +00:00
2002-06-01 20:22:33 +00:00
2002-10-14 19:33:12 +00:00
2003-03-11 19:43:38 +00:00
2003-01-29 07:25:27 +00:00
2003-02-26 02:16:06 +00:00
2003-02-05 09:20:40 +00:00
2003-02-05 08:55:10 +00:00
2002-09-22 04:45:21 +00:00
2002-08-02 18:45:43 +00:00
2002-07-10 20:15:58 +00:00
2002-03-20 05:48:58 +00:00
2002-05-30 08:32:18 +00:00
2002-09-23 04:32:17 +00:00
2003-02-08 20:37:55 +00:00
2003-01-19 06:01:33 +00:00
2002-03-20 05:48:58 +00:00
2002-03-17 09:33:15 +00:00
2002-03-17 09:33:15 +00:00
2002-08-12 07:53:55 +00:00
2002-03-17 09:33:15 +00:00
2002-03-17 09:33:15 +00:00
2002-03-17 09:33:15 +00:00
2003-01-19 06:01:33 +00:00
2002-06-02 20:05:59 +00:00
2002-06-22 22:35:53 +00:00
2002-06-29 07:04:59 +00:00
2002-09-23 15:50:06 +00:00
2003-01-01 18:49:04 +00:00
2003-03-25 00:07:06 +00:00
2003-03-25 00:07:06 +00:00
2002-03-28 15:14:23 +00:00
2002-09-23 05:55:10 +00:00
2003-03-25 00:07:06 +00:00
2002-03-20 05:48:58 +00:00
2002-11-07 01:34:23 +00:00
2003-02-18 03:36:49 +00:00
2002-10-01 14:01:58 +00:00
2002-03-20 05:48:58 +00:00
2002-03-20 05:48:58 +00:00
2003-03-25 00:07:06 +00:00
2002-10-25 20:06:16 +00:00
2002-09-25 13:46:23 +00:00
2002-11-07 22:42:31 +00:00
2002-06-20 06:21:20 +00:00
2003-01-28 19:05:44 +00:00
2002-10-05 05:47:56 +00:00
2002-10-25 19:10:58 +00:00
2002-12-02 19:58:55 +00:00
2003-03-24 20:44:39 +00:00
2003-02-03 17:53:15 +00:00
2003-01-23 01:04:27 +00:00
2002-10-23 10:14:30 +00:00
2003-01-22 17:26:18 +00:00
2002-11-27 16:28:18 +00:00
2002-09-28 20:42:04 +00:00
2002-09-23 05:04:05 +00:00
2002-12-02 19:58:55 +00:00
2002-10-06 22:02:06 +00:00
2002-11-07 01:34:23 +00:00
2003-02-24 20:29:52 +00:00