Lines Matching defs:captured_err_info
2591 vfree(hdev->captured_err_info.page_fault_info.user_mappings);
2675 struct razwi_info *razwi_info = &hdev->captured_err_info.razwi_info;
2685 if (atomic_cmpxchg(&hdev->captured_err_info.razwi_info.razwi_detected, 0, 1))
2709 struct page_fault_info *pgf_info = &hdev->captured_err_info.page_fault_info;
2771 struct page_fault_info *pgf_info = &hdev->captured_err_info.page_fault_info;
2796 struct hw_err_info *info = &hdev->captured_err_info.hw_err;
2818 struct fw_err_info *info = &hdev->captured_err_info.fw_err;
2842 struct engine_err_info *info = &hdev->captured_err_info.engine_err;
2854 void hl_enable_err_info_capture(struct hl_error_info *captured_err_info)
2856 vfree(captured_err_info->page_fault_info.user_mappings);
2857 memset(captured_err_info, 0, sizeof(struct hl_error_info));
2858 atomic_set(&captured_err_info->cs_timeout.write_enable, 1);
2859 captured_err_info->undef_opcode.write_enable = true;