Lines Matching refs:section

16 json_object *cper_section_dmar_vtd_to_ir(void *section)  in cper_section_dmar_vtd_to_ir()  argument
19 (EFI_DIRECTED_IO_DMAR_ERROR_DATA *)section; in cper_section_dmar_vtd_to_ir()
125 void ir_section_dmar_vtd_to_cper(json_object *section, FILE *out) in ir_section_dmar_vtd_to_cper() argument
133 json_object_object_get(section, "oemID")); in ir_section_dmar_vtd_to_cper()
140 json_object_object_get(section, "version")); in ir_section_dmar_vtd_to_cper()
142 json_object_object_get(section, "revision")); in ir_section_dmar_vtd_to_cper()
144 json_object_object_get(section, "capabilityRegister")); in ir_section_dmar_vtd_to_cper()
146 json_object_object_get(section, "extendedCapabilityRegister")); in ir_section_dmar_vtd_to_cper()
148 json_object_object_get(section, "globalCommandRegister")); in ir_section_dmar_vtd_to_cper()
150 json_object_object_get(section, "globalStatusRegister")); in ir_section_dmar_vtd_to_cper()
152 json_object_object_get(section, "faultStatusRegister")); in ir_section_dmar_vtd_to_cper()
156 json_object_object_get(section, "faultRecord"); in ir_section_dmar_vtd_to_cper()
180 json_object *encoded = json_object_object_get(section, "rootEntry"); in ir_section_dmar_vtd_to_cper()
194 encoded = json_object_object_get(section, "contextEntry"); in ir_section_dmar_vtd_to_cper()
210 json_object_object_get(section, "pageTableEntry_Level1")); in ir_section_dmar_vtd_to_cper()
212 json_object_object_get(section, "pageTableEntry_Level2")); in ir_section_dmar_vtd_to_cper()
214 json_object_object_get(section, "pageTableEntry_Level3")); in ir_section_dmar_vtd_to_cper()
216 json_object_object_get(section, "pageTableEntry_Level4")); in ir_section_dmar_vtd_to_cper()
218 json_object_object_get(section, "pageTableEntry_Level5")); in ir_section_dmar_vtd_to_cper()
220 json_object_object_get(section, "pageTableEntry_Level6")); in ir_section_dmar_vtd_to_cper()