Lines Matching full:ia32
2 * Describes functions for converting IA32/x64 CPER sections from binary and JSON format
47 //Converts the IA32/x64 error section described in the given descriptor into intermediate format.
157 //Converts a single IA32/x64 processor error info block into JSON IR format.
218 "WARN: Invalid/unknown check information GUID found in IA32/x64 CPER section. Ignoring.\n"); in cper_ia32x64_processor_error_info_to_ir()
252 //Converts a single IA32/x64 cache or TLB check check info block into JSON IR format.
324 //Converts a single IA32/x64 bus check check info block into JSON IR format.
419 //Converts a single IA32/x64 MS check check info block into JSON IR format.
466 //Converts a single IA32/x64 processor context info entry into JSON IR format.
550 //Converts a single CPER IA32 register state into JSON IR format.
698 //Converts a single IA32/x64 CPER-JSON section into CPER binary, outputting to the provided stream.
763 //Converts a single CPER-JSON IA32/x64 error information structure into CPER binary, outputting to …
812 "WARN: Invalid/unknown check information GUID found in IA32/x64 CPER section. Ignoring.\n"); in ir_ia32x64_error_info_to_cper()
844 //Converts a single CPER-JSON IA32/x64 cache/TLB check error info structure to CPER binary.
893 //Converts a single CPER-JSON IA32/x64 bus error info structure to CPER binary.
956 //Converts a single CPER-JSON IA32/x64 MS error info structure to CPER binary.
996 //Converts a single CPER-JSON IA32/x64 context information structure into CPER binary, outputting t…
1051 //Converts a single CPER-JSON IA32 register array into CPER binary, outputting to the given stream.