Searched refs:VM_FAULT_ERROR (Results 1 – 2 of 2) sorted by relevance
90 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | \ macro
599 if ((ret & VM_FAULT_ERROR) != 0) { in lkpi_remap_pfn_range()