K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2017-12-10T04:43:27.511323Z K 7 svn:log V 221 Retrieve the page outside of holding locks pmap_track_page() only works with physical memory pages, which have a constant vm_page_t address. Microoptimize pmap_track_page() to perform one less operation under the lock. END