Searched refs:fault_record_ir (Results 1 – 1 of 1) sorted by relevance
/openbmc/libcper/sections/ |
H A D | cper-section-dmar-vtd.c | 48 json_object *fault_record_ir = json_object_new_object(); in cper_section_dmar_vtd_to_ir() local 52 fault_record_ir, "faultInformation", in cper_section_dmar_vtd_to_ir() 55 fault_record_ir, "sourceIdentifier", in cper_section_dmar_vtd_to_ir() 58 fault_record_ir, "privelegeModeRequested", in cper_section_dmar_vtd_to_ir() 61 fault_record_ir, "executePermissionRequested", in cper_section_dmar_vtd_to_ir() 65 fault_record_ir, "pasidPresent", in cper_section_dmar_vtd_to_ir() 68 fault_record_ir, "faultReason", in cper_section_dmar_vtd_to_ir() 71 fault_record_ir, "pasidValue", in cper_section_dmar_vtd_to_ir() 74 fault_record_ir, "addressType", in cper_section_dmar_vtd_to_ir() 81 json_object_object_add(fault_record_ir, "type", fault_record_type); in cper_section_dmar_vtd_to_ir() [all …]
|