Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-ia32x64.c215 json_object *check_information = NULL; in cper_ia32x64_processor_error_info_to_ir()
220 check_information = cper_ia32x64_cache_tlb_check_to_ir( in cper_ia32x64_processor_error_info_to_ir()
225 check_information = cper_ia32x64_bus_check_to_ir( in cper_ia32x64_processor_error_info_to_ir()
230 check_information = cper_ia32x64_ms_check_to_ir( in cper_ia32x64_processor_error_info_to_ir()
240 if (check_information != NULL) { in cper_ia32x64_processor_error_info_to_ir()
242 check_information); in cper_ia32x64_processor_error_info_to_ir()
222 json_object *check_information = NULL; cper_ia32x64_processor_error_info_to_ir() local