tmm
1720bac84c
Do not use pmap_kextract() to find out the physical address of a user
...
belong to a user virtual address; while this happens to work on some
architectures, it can't on sparc64, since user and kernel virtual
address spaces overlap there (the distinction between them is done via
separate address space identifiers).
Instead, look up the page in the vm_map of the process in question.
Reviewed by: jake
2002-04-12 19:38:41 +00:00
..
2002-04-12 15:56:45 +00:00
2002-04-10 21:18:46 +00:00
2002-03-24 11:25:46 +00:00
2002-04-12 15:49:30 +00:00
2002-04-01 05:41:33 +00:00
2002-04-04 17:49:48 +00:00
2002-04-11 21:00:38 +00:00
2002-04-12 06:19:18 +00:00
2002-03-26 13:42:09 +00:00
2002-03-20 05:14:42 +00:00
2002-04-11 21:01:34 +00:00
2002-04-12 14:10:19 +00:00
2002-04-08 08:12:46 +00:00
2002-04-09 15:43:32 +00:00
2002-04-04 21:03:38 +00:00
2002-04-04 21:03:38 +00:00
2002-04-10 21:18:46 +00:00
2002-04-12 07:43:35 +00:00
2002-04-09 11:18:46 +00:00
2002-04-04 21:03:38 +00:00
2002-04-12 19:38:41 +00:00
2002-04-11 06:53:40 +00:00
2002-04-12 06:01:49 +00:00
2002-04-12 06:10:37 +00:00
2002-04-04 21:03:38 +00:00
2002-04-04 21:03:38 +00:00
2002-04-04 21:03:38 +00:00
2002-04-11 02:14:21 +00:00
2002-04-10 11:59:02 +00:00
2002-04-04 21:03:38 +00:00
2002-03-20 02:39:27 +00:00
2002-04-04 21:03:38 +00:00
2002-04-01 21:31:13 +00:00
2002-04-04 21:03:38 +00:00
2002-04-04 21:03:38 +00:00
2002-03-20 10:12:07 +00:00
2002-04-01 21:31:13 +00:00
2002-04-01 21:31:13 +00:00
2002-04-11 09:45:41 +00:00
2002-04-01 21:31:13 +00:00
2002-04-11 06:12:51 +00:00
2002-03-19 22:20:14 +00:00
2002-04-12 15:56:45 +00:00
2002-04-11 21:17:45 +00:00
2002-04-12 15:56:45 +00:00
2002-04-11 17:35:53 +00:00
2002-04-01 19:22:04 +00:00
2002-04-08 09:20:07 +00:00
2002-04-10 01:52:50 +00:00