K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2012-04-11T21:56:55.554082Z K 7 svn:log V 381 Only manipulate the PGA_EXECUTABLE flag on managed pages. This is a proxy for whether the page is physical. On dense phys mem systems (32-bit), VM_PHYS_TO_PAGE will not return NULL for device memory pages if device memory is above physical memory even if there is no allocated vm_page. Attempting to use the returned page could then cause either memory corruption or a page fault. END