Home
last modified time | relevance | path

Searched refs:VM_FAULT_ERROR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h90 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | \ macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c599 if ((ret & VM_FAULT_ERROR) != 0) { in lkpi_remap_pfn_range()