Home
last modified time | relevance | path

Searched refs:ValidationTypes (Results 1 – 13 of 13) sorted by relevance

/openbmc/libcper/include/libcper/
H A Dcper-utils.h26 } ValidationTypes; typedef
51 bool isvalid_prop_to_ir(ValidationTypes *val, int vbit_idx);
52 void add_to_valid_bitfield(ValidationTypes *val, int vbit_idx);
53 void print_val(ValidationTypes *val);
/openbmc/libcper/sections/
H A Dcper-section-ccix-per.c53 ValidationTypes ui64Type = { UINT_64T, in cper_section_ccix_per_to_ir()
88 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_ccix_per_to_cper()
H A Dcper-section-ia32x64.c91 ValidationTypes ui64Type = { UINT_64T, in cper_section_ia32x64_to_ir()
209 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_processor_error_info_to_ir()
272 ValidationTypes ui64Type = { in cper_ia32x64_cache_tlb_check_to_ir()
335 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_bus_check_to_ir()
416 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_ms_check_to_ir()
623 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = valid }; in ir_section_ia32x64_to_cper()
685 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_error_info_to_cper()
756 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_cache_tlb_check_error_to_cper()
805 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_bus_check_error_to_cper()
868 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_ms_check_error_to_cper()
H A Dcper-section-pci-bus.c49 ValidationTypes ui64Type = { UINT_64T, in cper_section_pci_bus_to_ir()
121 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pci_bus_to_cper()
H A Dcper-section-cxl-component.c62 ValidationTypes ui64Type = { UINT_64T, in cper_section_cxl_component_to_ir()
117 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_cxl_component_to_cper()
H A Dcper-section-pci-dev.c57 ValidationTypes ui64Type = { UINT_64T, in cper_section_pci_dev_to_ir()
127 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pci_dev_to_cper()
H A Dcper-section-generic.c48 ValidationTypes ui64Type = { in cper_section_generic_to_ir()
162 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_generic_to_cper()
H A Dcper-section-arm.c84 ValidationTypes ui64Type = { UINT_64T, in cper_section_arm_to_ir()
311 ValidationTypes ui16Type = { UINT_16T, in cper_arm_error_info_to_ir()
480 ValidationTypes ui64Type = { in cper_arm_cache_tlb_error_to_ir()
561 ValidationTypes ui64Type = { UINT_64T, in cper_arm_bus_error_to_ir()
894 ValidationTypes u32Type = { UINT_32T, .value.ui32 = 0 }; in ir_section_arm_to_cper()
982 ValidationTypes ui16Type = { UINT_16T, .value.ui16 = 0 }; in ir_arm_error_info_to_cper()
1084 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_arm_error_cache_tlb_info_to_cper()
1130 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_arm_error_bus_info_to_cper()
H A Dcper-section-cxl-protocol.c56 ValidationTypes ui64Type = { in cper_section_cxl_protocol_to_ir()
177 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_cxl_protocol_to_cper()
H A Dcper-section-memory.c38 ValidationTypes ui64Type = { UINT_64T, in cper_section_platform_memory_to_ir()
229 ValidationTypes ui64Type = { UINT_64T, in cper_section_platform_memory2_to_ir()
403 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_memory_to_cper()
534 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_memory2_to_cper()
H A Dcper-section-pcie.c325 ValidationTypes ui64Type = { UINT_64T, in cper_section_pcie_to_ir()
1497 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pcie_to_cper()
/openbmc/libcper/
H A Dir-parse.c110 ValidationTypes ui32Type = { UINT_32T, .value.ui32 = 0 }; in ir_header_to_cper()
226 ValidationTypes ui8Type = { UINT_8T, .value.ui8 = 0 }; in ir_section_descriptor_to_cper()
H A Dcper-utils.c190 void add_to_valid_bitfield(ValidationTypes *val, int vbit_idx) in add_to_valid_bitfield()
229 bool isvalid_prop_to_ir(ValidationTypes *val, int vbit_idx) in isvalid_prop_to_ir()
255 void print_val(ValidationTypes *val) in print_val()