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.c20 ValidationTypes ui64Type = { UINT_64T, in cper_section_ccix_per_to_ir()
72 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_ccix_per_to_cper()
H A Dcper-section-ia32x64.c63 ValidationTypes ui64Type = { UINT_64T, in cper_section_ia32x64_to_ir()
153 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_processor_error_info_to_ir()
218 ValidationTypes ui64Type = { in cper_ia32x64_cache_tlb_check_to_ir()
290 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_bus_check_to_ir()
382 ValidationTypes ui64Type = { UINT_64T, in cper_ia32x64_ms_check_to_ir()
656 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = valid }; in ir_section_ia32x64_to_cper()
718 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_error_info_to_cper()
779 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_cache_tlb_check_error_to_cper()
828 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_bus_check_error_to_cper()
891 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_ia32x64_ms_check_error_to_cper()
H A Dcper-section-arm.c53 ValidationTypes ui64Type = { UINT_64T, in cper_section_arm_to_ir()
176 ValidationTypes ui16Type = { UINT_16T, in cper_arm_error_info_to_ir()
259 ValidationTypes ui64Type = { in cper_arm_cache_tlb_error_to_ir()
347 ValidationTypes ui64Type = { UINT_64T, in cper_arm_bus_error_to_ir()
593 ValidationTypes u32Type = { UINT_32T, .value.ui32 = 0 }; in ir_section_arm_to_cper()
681 ValidationTypes ui16Type = { UINT_16T, .value.ui16 = 0 }; in ir_arm_error_info_to_cper()
779 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_arm_error_cache_tlb_info_to_cper()
825 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_arm_error_bus_info_to_cper()
H A Dcper-section-cxl-component.c26 ValidationTypes ui64Type = { UINT_64T, in cper_section_cxl_component_to_ir()
106 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_cxl_component_to_cper()
H A Dcper-section-pci-bus.c22 ValidationTypes ui64Type = { UINT_64T, in cper_section_pci_bus_to_ir()
112 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pci_bus_to_cper()
H A Dcper-section-pci-dev.c21 ValidationTypes ui64Type = { UINT_64T, in cper_section_pci_dev_to_ir()
111 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pci_dev_to_cper()
H A Dcper-section-generic.c22 ValidationTypes ui64Type = { in cper_section_generic_to_ir()
145 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_generic_to_cper()
H A Dcper-section-memory.c20 ValidationTypes ui64Type = { UINT_64T, in cper_section_platform_memory_to_ir()
175 ValidationTypes ui64Type = { UINT_64T, in cper_section_platform_memory2_to_ir()
327 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_memory_to_cper()
458 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_memory2_to_cper()
H A Dcper-section-cxl-protocol.c20 ValidationTypes ui64Type = { in cper_section_cxl_protocol_to_ir()
201 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_cxl_protocol_to_cper()
H A Dcper-section-pcie.c33 ValidationTypes ui64Type = { UINT_64T, in cper_section_pcie_to_ir()
251 ValidationTypes ui64Type = { UINT_64T, .value.ui64 = 0 }; in ir_section_pcie_to_cper()
/openbmc/libcper/
H A Dcper-utils.c204 void add_to_valid_bitfield(ValidationTypes *val, int vbit_idx) in add_to_valid_bitfield()
242 bool isvalid_prop_to_ir(ValidationTypes *val, int vbit_idx) in isvalid_prop_to_ir()
267 void print_val(ValidationTypes *val) in print_val()
H A Dir-parse.c101 ValidationTypes ui32Type = { UINT_32T, .value.ui32 = 0 }; in ir_header_to_cper()
220 ValidationTypes ui8Type = { UINT_8T, .value.ui8 = 0 }; in ir_section_descriptor_to_cper()