Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-dmar-vtd.c23 EFI_DIRECTED_IO_DMAR_ERROR_DATA *vtd_error = in cper_section_dmar_vtd_to_ir() local
30 oem_id |= (UINT64)vtd_error->OemId[i] << (i * 8); in cper_section_dmar_vtd_to_ir()
33 json_object_new_int(vtd_error->Version)); in cper_section_dmar_vtd_to_ir()
35 json_object_new_int(vtd_error->Revision)); in cper_section_dmar_vtd_to_ir()
41 json_object_new_uint64(vtd_error->Capability)); in cper_section_dmar_vtd_to_ir()
43 json_object_new_uint64(vtd_error->CapabilityEx)); in cper_section_dmar_vtd_to_ir()
46 json_object_new_uint64(vtd_error->GlobalCommand)); in cper_section_dmar_vtd_to_ir()
48 json_object_new_uint64(vtd_error->GlobalStatus)); in cper_section_dmar_vtd_to_ir()
50 json_object_new_uint64(vtd_error->FaultStatus)); in cper_section_dmar_vtd_to_ir()
55 (EFI_VTD_FAULT_RECORD *)vtd_error->FaultRecord; in cper_section_dmar_vtd_to_ir()
[all …]