Searched refs:VM_FAULT_SIGBUS (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h78 #define VM_FAULT_SIGBUS (1 << 1) macro
89 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | \
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c501 err = VM_FAULT_SIGBUS;
529 case VM_FAULT_SIGBUS:

Completed in 90 milliseconds