K 10 svn:author V 6 andrew K 8 svn:date V 27 2018-05-30T15:25:48.986554Z K 7 svn:log V 406 Further limit when we call pmap_fault. We should only call pmap_fault in the kernel when accessing a userspace address. As this should always happen through specific functions that set a fault handler we can use this to limit calls to pmap_fault to when this is set. This should help with NULL pointer dereferences when we are unable to sleep so we fall into the correct case. Sponsored by: DARPA, AFRL END