Searched refs:vtd_error (Results 1 – 1 of 1) sorted by relevance
18 EFI_DIRECTED_IO_DMAR_ERROR_DATA *vtd_error = in cper_section_dmar_vtd_to_ir() local25 oem_id |= (UINT64)vtd_error->OemId[i] << (i * 8); in cper_section_dmar_vtd_to_ir()28 json_object_new_int(vtd_error->Version)); in cper_section_dmar_vtd_to_ir()30 json_object_new_int(vtd_error->Revision)); in cper_section_dmar_vtd_to_ir()36 json_object_new_uint64(vtd_error->Capability)); in cper_section_dmar_vtd_to_ir()38 json_object_new_uint64(vtd_error->CapabilityEx)); in cper_section_dmar_vtd_to_ir()41 json_object_new_uint64(vtd_error->GlobalCommand)); in cper_section_dmar_vtd_to_ir()43 json_object_new_uint64(vtd_error->GlobalStatus)); in cper_section_dmar_vtd_to_ir()45 json_object_new_uint64(vtd_error->FaultStatus)); in cper_section_dmar_vtd_to_ir()50 (EFI_VTD_FAULT_RECORD *)vtd_error->FaultRecord; in cper_section_dmar_vtd_to_ir()[all …]