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.c44 ValidationTypes ui64Type = { UINT_64T, in cper_section_ccix_per_to_ir()
97 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_ccix_per_to_cper()
H A Dcper-section-cxl-component.c51 ValidationTypes ui64Type = { UINT_64T, in cper_section_cxl_component_to_ir()
133 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_cxl_component_to_cper()
H A Dcper-section-ia32x64.c84 ValidationTypes ui64Type = { UINT_64T, in cper_section_ia32x64_to_ir()
204 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_processor_error_info_to_ir()
273 ValidationTypes ui64Type = { in cper_ia32x64_cache_tlb_check_to_ir()
345 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_bus_check_to_ir()
437 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_ms_check_to_ir()
730 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = valid }; in ir_section_ia32x64_to_cper()
792 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_error_info_to_cper()
863 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_cache_tlb_check_error_to_cper()
912 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_bus_check_error_to_cper()
975 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_ms_check_error_to_cper()
H A Dcper-section-pci-dev.c47 ValidationTypes ui64Type = { UINT_64T, in cper_section_pci_dev_to_ir()
137 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pci_dev_to_cper()
H A Dcper-section-pci-bus.c41 ValidationTypes ui64Type = { UINT_64T, in cper_section_pci_bus_to_ir()
131 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pci_bus_to_cper()
H A Dcper-section-generic.c40 ValidationTypes ui64Type = { in cper_section_generic_to_ir()
163 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_generic_to_cper()
H A Dcper-section-arm.c78 ValidationTypes ui64Type = { UINT_64T, in cper_section_arm_to_ir()
321 ValidationTypes ui16Type = { UINT_16T, in cper_arm_error_info_to_ir()
498 ValidationTypes ui64Type = { in cper_arm_cache_tlb_error_to_ir()
586 ValidationTypes ui64Type = { UINT_64T, in cper_arm_bus_error_to_ir()
954 ValidationTypes u32Type = { UINT_32T, .value.ui32 = 0 }; in ir_section_arm_to_cper()
1042 ValidationTypes ui16Type = { UINT_16T, .value.ui16 = 0 }; in ir_arm_error_info_to_cper()
1144 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_arm_error_cache_tlb_info_to_cper()
1190 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_arm_error_bus_info_to_cper()
H A Dcper-section-memory.c29 ValidationTypes ui64Type = { UINT_64T, in cper_section_platform_memory_to_ir()
253 ValidationTypes ui64Type = { UINT_64T, in cper_section_platform_memory2_to_ir()
468 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_memory_to_cper()
599 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_memory2_to_cper()
H A Dcper-section-cxl-protocol.c46 ValidationTypes ui64Type = { in cper_section_cxl_protocol_to_ir()
233 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_cxl_protocol_to_cper()
H A Dcper-section-pcie.c319 ValidationTypes ui64Type = { UINT_64T, in cper_section_pcie_to_ir()
1523 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.c206 void add_to_valid_bitfield(ValidationTypes *val, int vbit_idx) in add_to_valid_bitfield()
245 bool isvalid_prop_to_ir(ValidationTypes *val, int vbit_idx) in isvalid_prop_to_ir()
271 void print_val(ValidationTypes *val) in print_val()