When using VM domains, it's possible that unbalanced VM domain memory pressure
(or even different sized memory domains) may lead to the global VM thresholds saying
there's memory, but vm_phys returning NULL. In this instance, a NULL page
is dereferenced, and things blow up.
This change has it return NULL, which prevents the system from crashing.