Home
last modified time | relevance | path

Searched refs:VM_FAULT_SIGBUS (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Doom.h105 return VM_FAULT_SIGBUS; in check_stable_address_space()
Dmm_types.h696 VM_FAULT_SIGBUS = (__force vm_fault_t)0x000002, enumerator
715 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | \
721 { VM_FAULT_SIGBUS, "SIGBUS" }, \
Duserfaultfd_k.h85 return VM_FAULT_SIGBUS; in handle_userfault()
Dbuffer_head.h290 return VM_FAULT_SIGBUS; in block_page_mkwrite_return()
Dmm.h1542 return VM_FAULT_SIGBUS; in handle_mm_fault()
2620 return VM_FAULT_SIGBUS; in vmf_insert_page()
2638 return VM_FAULT_SIGBUS; in vmf_error()
2697 if (vm_fault & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) in vm_fault_to_errno()