Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-dmar-generic.c77 section_cper->FaultReason = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()
79 section_cper->AccessType = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()
81 section_cper->AddressType = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()
83 section_cper->ArchType = (UINT8)readable_pair_to_integer( in ir_section_dmar_generic_to_cper()
H A Dcper-section-generic.c112 section_cper->Type = (UINT8)readable_pair_to_integer( in ir_section_generic_to_cper()
114 section_cper->Isa = (UINT8)readable_pair_to_integer( in ir_section_generic_to_cper()
116 section_cper->ErrorType = (UINT8)readable_pair_to_integer( in ir_section_generic_to_cper()
118 section_cper->Operation = (UINT8)readable_pair_to_integer( in ir_section_generic_to_cper()
H A Dcper-section-arm.c510 section_cper->ErrorAffinityLevel = readable_pair_to_integer( in ir_section_arm_to_cper()
586 error_info_cper.Type = (UINT8)readable_pair_to_integer( in ir_arm_error_info_to_cper()
588 error_info_cper.MultipleError = (UINT16)readable_pair_to_integer( in ir_arm_error_info_to_cper()
651 error_info_cper->TransactionType = readable_pair_to_integer( in ir_arm_error_cache_tlb_info_to_cper()
653 error_info_cper->Operation = readable_pair_to_integer( in ir_arm_error_cache_tlb_info_to_cper()
679 error_info_cper->TransactionType = readable_pair_to_integer( in ir_arm_error_bus_info_to_cper()
681 error_info_cper->Operation = readable_pair_to_integer( in ir_arm_error_bus_info_to_cper()
694 error_info_cper->ParticipationType = readable_pair_to_integer( in ir_arm_error_bus_info_to_cper()
696 error_info_cper->AddressSpace = readable_pair_to_integer( in ir_arm_error_bus_info_to_cper()
698 error_info_cper->AccessMode = readable_pair_to_integer( in ir_arm_error_bus_info_to_cper()
[all …]
H A Dcper-section-ia32x64.c701 check_info_cper->TransactionType = readable_pair_to_integer( in ir_ia32x64_cache_tlb_check_error_to_cper()
703 check_info_cper->Operation = readable_pair_to_integer( in ir_ia32x64_cache_tlb_check_error_to_cper()
731 check_info_cper->TransactionType = readable_pair_to_integer( in ir_ia32x64_bus_check_error_to_cper()
733 check_info_cper->Operation = readable_pair_to_integer( in ir_ia32x64_bus_check_error_to_cper()
735 check_info_cper->ParticipationType = readable_pair_to_integer( in ir_ia32x64_bus_check_error_to_cper()
737 check_info_cper->AddressSpace = readable_pair_to_integer( in ir_ia32x64_bus_check_error_to_cper()
767 check_info_cper->ErrorType = readable_pair_to_integer( in ir_ia32x64_ms_check_error_to_cper()
792 context_info_cper->RegisterType = (UINT16)readable_pair_to_integer( in ir_ia32x64_context_info_to_cper()
H A Dcper-section-memory.c256 section_cper->ErrorType = (UINT8)readable_pair_to_integer( in ir_section_memory_to_cper()
328 section_cper->MemErrorType = readable_pair_to_integer( in ir_section_memory2_to_cper()
330 section_cper->Status = (UINT8)readable_pair_to_integer( in ir_section_memory2_to_cper()
H A Dcper-section-firmware.c50 section_cper->ErrorType = readable_pair_to_integer( in ir_section_firmware_to_cper()
H A Dcper-section-pci-bus.c95 section_cper->Type = (UINT16)readable_pair_to_integer( in ir_section_pci_bus_to_cper()
H A Dcper-section-dmar-vtd.c176 fault_record_cper->Type = readable_pair_to_integer( in ir_section_dmar_vtd_to_cper()
H A Dcper-section-cxl-protocol.c184 section_cper->CxlAgentType = readable_pair_to_integer( in ir_section_cxl_protocol_to_cper()
H A Dcper-section-pcie.c240 section_cper->PortType = (UINT32)readable_pair_to_integer( in ir_section_pcie_to_cper()
/openbmc/libcper/
H A Dcper-utils.h33 UINT64 readable_pair_to_integer(json_object *pair);
H A Dcper-utils.c61 error_status_cper->Type = readable_pair_to_integer( in ir_generic_error_status_to_cper()
180 UINT64 readable_pair_to_integer(json_object *pair) in readable_pair_to_integer() function