Searched refs:hw_error_code (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/mm/ |
A D | fault.c | 1138 do_kern_addr_fault(struct pt_regs *regs, unsigned long hw_error_code, in do_kern_addr_fault() argument 1146 WARN_ON_ONCE(hw_error_code & X86_PF_PK); in do_kern_addr_fault() 1173 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault() 1179 if (is_f00f_bug(regs, hw_error_code, address)) in do_kern_addr_fault() 1183 if (spurious_kernel_fault(hw_error_code, address)) in do_kern_addr_fault() 1198 bad_area_nosemaphore(regs, hw_error_code, address); in do_kern_addr_fault()
|
/linux/net/bluetooth/ |
A D | hci_debugfs.c | 324 &hdev->hw_error_code); in hci_debugfs_create_common()
|
A D | hci_core.c | 1012 hdev->hw_error(hdev, hdev->hw_error_code); in hci_error_reset() 1014 bt_dev_err(hdev, "hardware error 0x%2.2x", hdev->hw_error_code); in hci_error_reset()
|
A D | hci_event.c | 4359 hdev->hw_error_code = ev->code; in hci_hardware_error_evt()
|
/linux/include/net/bluetooth/ |
A D | hci_core.h | 421 __u8 hw_error_code; member
|
Completed in 66 milliseconds