Lines Matching refs:fault_record

49 	EFI_VTD_FAULT_RECORD *fault_record =  in cper_section_dmar_vtd_to_ir()  local
53 json_object_new_uint64(fault_record->FaultInformation)); in cper_section_dmar_vtd_to_ir()
56 json_object_new_uint64(fault_record->SourceIdentifier)); in cper_section_dmar_vtd_to_ir()
59 json_object_new_boolean(fault_record->PrivelegeModeRequested)); in cper_section_dmar_vtd_to_ir()
63 fault_record->ExecutePermissionRequested)); in cper_section_dmar_vtd_to_ir()
66 json_object_new_boolean(fault_record->PasidPresent)); in cper_section_dmar_vtd_to_ir()
69 json_object_new_uint64(fault_record->FaultReason)); in cper_section_dmar_vtd_to_ir()
72 json_object_new_uint64(fault_record->PasidValue)); in cper_section_dmar_vtd_to_ir()
75 json_object_new_uint64(fault_record->AddressType)); in cper_section_dmar_vtd_to_ir()
79 fault_record->Type, 2, VTD_FAULT_RECORD_TYPES_KEYS, in cper_section_dmar_vtd_to_ir()
155 json_object *fault_record = in ir_section_dmar_vtd_to_cper() local
160 json_object_object_get(fault_record, "faultInformation")); in ir_section_dmar_vtd_to_cper()
162 json_object_object_get(fault_record, "sourceIdentifier")); in ir_section_dmar_vtd_to_cper()
164 json_object_object_get(fault_record, "privelegeModeRequested")); in ir_section_dmar_vtd_to_cper()
166 json_object_object_get(fault_record, in ir_section_dmar_vtd_to_cper()
169 json_object_object_get(fault_record, "pasidPresent")); in ir_section_dmar_vtd_to_cper()
171 json_object_object_get(fault_record, "faultReason")); in ir_section_dmar_vtd_to_cper()
173 json_object_object_get(fault_record, "pasidValue")); in ir_section_dmar_vtd_to_cper()
175 json_object_object_get(fault_record, "addressType")); in ir_section_dmar_vtd_to_cper()
177 json_object_object_get(fault_record, "type")); in ir_section_dmar_vtd_to_cper()