Name

vm_fault_contains — Test return value for page fault reason

Synopsis

    vm_fault_contains:long(value:long,test:long)

Arguments

value

The fault_type returned by vm.page_fault.return

test

The type of fault to test for (VM_FAULT_OOM or similar)