Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-ia32x64.c359 context_info->RegisterType, 8, in cper_ia32x64_processor_context_info_to_ir()
377 if (context_info->RegisterType == EFI_REG_CONTEXT_TYPE_IA32) { in cper_ia32x64_processor_context_info_to_ir()
383 } else if (context_info->RegisterType == EFI_REG_CONTEXT_TYPE_X64) { in cper_ia32x64_processor_context_info_to_ir()
792 context_info_cper->RegisterType = (UINT16)readable_pair_to_integer( in ir_ia32x64_context_info_to_cper()
811 if (context_info_cper->RegisterType == EFI_REG_CONTEXT_TYPE_IA32) { in ir_ia32x64_context_info_to_cper()
813 } else if (context_info_cper->RegisterType == in ir_ia32x64_context_info_to_cper()
/openbmc/libcper/edk/
H A DCper.h718 UINT16 RegisterType; member