Home
last modified time | relevance | path

Searched refs:captured_err_info (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c607 info.seq = hdev->captured_err_info.cs_timeout.seq; in cs_timeout_info()
608 info.timestamp = ktime_to_ns(hdev->captured_err_info.cs_timeout.timestamp); in cs_timeout_info()
623 razwi_info = &hdev->captured_err_info.razwi_info; in razwi_info()
641 info.timestamp = ktime_to_ns(hdev->captured_err_info.undef_opcode.timestamp); in undefined_opcode_info()
642 info.engine_id = hdev->captured_err_info.undef_opcode.engine_id; in undefined_opcode_info()
643 info.cq_addr = hdev->captured_err_info.undef_opcode.cq_addr; in undefined_opcode_info()
644 info.cq_size = hdev->captured_err_info.undef_opcode.cq_size; in undefined_opcode_info()
645 info.stream_id = hdev->captured_err_info.undef_opcode.stream_id; in undefined_opcode_info()
646 info.cb_addr_streams_len = hdev->captured_err_info.undef_opcode.cb_addr_streams_len; in undefined_opcode_info()
647 memcpy(info.cb_addr_streams, hdev->captured_err_info.undef_opcode.cb_addr_streams, in undefined_opcode_info()
[all …]
H A Ddevice.c2601 vfree(hdev->captured_err_info.page_fault_info.user_mappings); in hl_device_fini()
2685 struct razwi_info *razwi_info = &hdev->captured_err_info.razwi_info; in hl_capture_razwi()
2695 if (atomic_cmpxchg(&hdev->captured_err_info.razwi_info.razwi_detected, 0, 1)) in hl_capture_razwi()
2719 struct page_fault_info *pgf_info = &hdev->captured_err_info.page_fault_info; in hl_capture_user_mappings()
2781 struct page_fault_info *pgf_info = &hdev->captured_err_info.page_fault_info; in hl_capture_page_fault()
2806 struct hw_err_info *info = &hdev->captured_err_info.hw_err; in hl_capture_hw_err()
2828 struct fw_err_info *info = &hdev->captured_err_info.fw_err; in hl_capture_fw_err()
2852 struct engine_err_info *info = &hdev->captured_err_info.engine_err; in hl_capture_engine_err()
2864 void hl_enable_err_info_capture(struct hl_error_info *captured_err_info) in hl_enable_err_info_capture() argument
2866 vfree(captured_err_info->page_fault_info.user_mappings); in hl_enable_err_info_capture()
[all …]
H A Dhabanalabs_drv.c252 hl_enable_err_info_capture(&hdev->captured_err_info); in hl_device_open()
H A Dcommand_submission.c849 rc = atomic_cmpxchg(&hdev->captured_err_info.cs_timeout.write_enable, 1, 0); in cs_timedout()
851 hdev->captured_err_info.cs_timeout.timestamp = ktime_get(); in cs_timedout()
852 hdev->captured_err_info.cs_timeout.seq = cs->sequence; in cs_timedout()
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c6833 hdev->captured_err_info.undef_opcode.cq_addr = cq_ptr; in gaudi_handle_sw_config_stream_data()
6834 hdev->captured_err_info.undef_opcode.cq_size = size; in gaudi_handle_sw_config_stream_data()
6835 hdev->captured_err_info.undef_opcode.stream_id = stream; in gaudi_handle_sw_config_stream_data()
6901 struct undefined_opcode_info *undef_opcode = &hdev->captured_err_info.undef_opcode; in gaudi_handle_last_pqes_on_err()
6985 hdev->captured_err_info.undef_opcode.write_enable) { in gaudi_handle_qman_err_generic()
6986 memset(&hdev->captured_err_info.undef_opcode, 0, in gaudi_handle_qman_err_generic()
6987 sizeof(hdev->captured_err_info.undef_opcode)); in gaudi_handle_qman_err_generic()
6989 hdev->captured_err_info.undef_opcode.write_enable = false; in gaudi_handle_qman_err_generic()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c8263 struct undefined_opcode_info *undef_opcode = &hdev->captured_err_info.undef_opcode; in handle_lower_qman_data_on_err()