Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c1163 do_kern_addr_fault(struct pt_regs *regs, unsigned long hw_error_code, in do_kern_addr_fault() argument
1171 WARN_ON_ONCE(hw_error_code & X86_PF_PK); in do_kern_addr_fault()
1198 if (!(hw_error_code & (X86_PF_RSVD | X86_PF_USER | X86_PF_PROT))) { in do_kern_addr_fault()
1205 if (spurious_kernel_fault(hw_error_code, address)) in do_kern_addr_fault()
1220 bad_area_nosemaphore(regs, hw_error_code, address); in do_kern_addr_fault()
1227 unsigned long hw_error_code, in do_user_addr_fault() argument
1247 if (unlikely(hw_error_code & X86_PF_RSVD)) in do_user_addr_fault()
1248 pgtable_bad(regs, hw_error_code, address); in do_user_addr_fault()
1258 !(hw_error_code & X86_PF_USER) && in do_user_addr_fault()
1261 bad_area_nosemaphore(regs, hw_error_code, address); in do_user_addr_fault()
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c319 &hdev->hw_error_code); in hci_debugfs_create_common()
H A Dhci_core.c2323 hdev->hw_error(hdev, hdev->hw_error_code); in hci_error_reset()
2325 bt_dev_err(hdev, "hardware error 0x%2.2x", hdev->hw_error_code); in hci_error_reset()
H A Dhci_event.c3725 hdev->hw_error_code = ev->code; in hci_hardware_error_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h366 __u8 hw_error_code; member