Home
last modified time | relevance | path

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

/include/linux/
A Doom.h95 return VM_FAULT_SIGBUS; in check_stable_address_space()
A Dmm_types.h1480 VM_FAULT_SIGBUS = (__force vm_fault_t)0x000002, enumerator
1499 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | \
1505 { VM_FAULT_SIGBUS, "SIGBUS" }, \
A Duserfaultfd_k.h300 return VM_FAULT_SIGBUS; in handle_userfault()
A Dmm.h2438 return VM_FAULT_SIGBUS; in handle_mm_fault()
3547 return VM_FAULT_SIGBUS; in vmf_insert_page()
3567 return VM_FAULT_SIGBUS; in vmf_error()
3585 return VM_FAULT_SIGBUS; in vmf_fs_error()
3594 if (vm_fault & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) in vm_fault_to_errno()

Completed in 23 milliseconds