kib ef58943ab3 MFC r263475:
Fix two issues with /dev/mem access on amd64, both causing kernel page
faults.

First, for accesses to direct map region should check for the limit by
which direct map is instantiated.

Second, for accesses to the kernel map, use a new thread private flag
TDP_DEVMEMIO, which instructs vm_fault() to return error when fault
happens on the MAP_ENTRY_NOFAULT entry, instead of panicing.

MFC r263498:
Add change forgotten in r263475.  Make dmaplimit accessible outside
amd64/pmap.c.
2014-03-28 15:38:38 +00:00
..
2014-03-28 15:38:38 +00:00
2014-03-21 00:19:20 +00:00
2014-03-26 07:31:57 +00:00
2014-03-25 13:18:09 +00:00
2014-03-20 00:28:53 +00:00
2014-03-26 16:59:28 +00:00
2014-03-26 07:31:57 +00:00
2013-11-26 08:46:39 +00:00
2014-03-28 08:55:34 +00:00
2014-03-23 19:48:30 +00:00
2014-02-22 00:30:33 +00:00
2014-03-21 17:53:59 +00:00
2014-02-16 23:08:21 +00:00
2014-03-28 15:38:38 +00:00
2013-09-29 15:19:34 +00:00
2014-03-14 02:37:07 +00:00
2014-02-17 01:36:53 +00:00
2013-12-14 04:24:32 +00:00
2013-11-14 09:19:50 +00:00
2013-12-30 21:17:20 +00:00
2014-01-22 23:48:15 +00:00
2014-03-26 23:57:09 +00:00
2014-02-04 03:36:42 +00:00
2014-02-23 21:08:41 +00:00
2014-02-07 04:02:14 +00:00
2014-03-26 07:31:57 +00:00
2014-03-28 15:38:38 +00:00
2014-03-05 04:23:19 +00:00
2014-03-28 15:38:38 +00:00
2014-03-25 20:17:57 +00:00
2013-10-18 17:08:23 +00:00