Searched refs:readable_pair_to_integer (Results 1 – 12 of 12) sorted by relevance
82 section_cper->FaultReason = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()84 section_cper->AccessType = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()86 section_cper->AddressType = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()88 section_cper->ArchType = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()
154 section_cper->Type = (UINT8)readable_pair_to_integer(obj); in ir_section_generic_to_cper()158 section_cper->Isa = (UINT8)readable_pair_to_integer(obj); in ir_section_generic_to_cper()162 section_cper->ErrorType = (UINT8)readable_pair_to_integer(obj); in ir_section_generic_to_cper()166 section_cper->Operation = (UINT8)readable_pair_to_integer(obj); in ir_section_generic_to_cper()
785 section_cper.ErrorAffinityLevel = readable_pair_to_integer(obj); in ir_section_arm_to_cper()866 error_info_cper.Type = (UINT8)readable_pair_to_integer( in ir_arm_error_info_to_cper()871 (UINT16)readable_pair_to_integer(obj); in ir_arm_error_info_to_cper()962 readable_pair_to_integer(obj); in ir_arm_error_cache_tlb_info_to_cper()966 error_info_cper->Operation = readable_pair_to_integer(obj); in ir_arm_error_cache_tlb_info_to_cper()1010 readable_pair_to_integer(obj); in ir_arm_error_bus_info_to_cper()1016 error_info_cper->Operation = readable_pair_to_integer(obj); in ir_arm_error_bus_info_to_cper()1057 readable_pair_to_integer(obj); in ir_arm_error_bus_info_to_cper()1070 error_info_cper->AddressSpace = readable_pair_to_integer(obj); in ir_arm_error_bus_info_to_cper()1076 error_info_cper->AccessMode = readable_pair_to_integer(obj); in ir_arm_error_bus_info_to_cper()[all …]
855 readable_pair_to_integer(obj); in ir_ia32x64_cache_tlb_check_error_to_cper()859 check_info_cper->Operation = readable_pair_to_integer(obj); in ir_ia32x64_cache_tlb_check_error_to_cper()904 readable_pair_to_integer(obj); in ir_ia32x64_bus_check_error_to_cper()908 check_info_cper->Operation = readable_pair_to_integer(obj); in ir_ia32x64_bus_check_error_to_cper()913 readable_pair_to_integer(obj); in ir_ia32x64_bus_check_error_to_cper()918 check_info_cper->AddressSpace = readable_pair_to_integer(obj); in ir_ia32x64_bus_check_error_to_cper()966 check_info_cper->ErrorType = readable_pair_to_integer(obj); in ir_ia32x64_ms_check_error_to_cper()1005 context_info_cper->RegisterType = (UINT16)readable_pair_to_integer( in ir_ia32x64_context_info_to_cper()
52 section_cper->ErrorType = readable_pair_to_integer( in ir_section_firmware_to_cper()
388 section_cper->ErrorType = (UINT8)readable_pair_to_integer(obj); in ir_section_memory_to_cper()498 section_cper->MemErrorType = readable_pair_to_integer(obj); in ir_section_memory2_to_cper()502 section_cper->Status = (UINT8)readable_pair_to_integer(obj); in ir_section_memory2_to_cper()
142 section_cper->Type = (UINT16)readable_pair_to_integer(obj); in ir_section_pci_bus_to_cper()
181 fault_record_cper->Type = readable_pair_to_integer( in ir_section_dmar_vtd_to_cper()
223 section_cper->CxlAgentType = readable_pair_to_integer(obj); in ir_section_cxl_protocol_to_cper()
382 section_cper->PortType = (UINT32)readable_pair_to_integer(obj); in ir_section_pcie_to_cper()
47 UINT64 readable_pair_to_integer(json_object *pair);
63 error_status_cper->Type = readable_pair_to_integer( in ir_generic_error_status_to_cper()184 UINT64 readable_pair_to_integer(json_object *pair) in readable_pair_to_integer() function