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.c493 context_info->RegisterType, IA32X64_REGISTER_CONTEXT_TYPES_SIZE, in cper_ia32x64_processor_context_info_to_ir()
511 if (context_info->RegisterType == EFI_REG_CONTEXT_TYPE_IA32) { in cper_ia32x64_processor_context_info_to_ir()
521 } else if (context_info->RegisterType == EFI_REG_CONTEXT_TYPE_X64) { in cper_ia32x64_processor_context_info_to_ir()
1019 context_info_cper->RegisterType = (UINT16)readable_pair_to_integer( in ir_ia32x64_context_info_to_cper()
1038 if (context_info_cper->RegisterType == EFI_REG_CONTEXT_TYPE_IA32) { in ir_ia32x64_context_info_to_cper()
1040 } else if (context_info_cper->RegisterType == in ir_ia32x64_context_info_to_cper()
/openbmc/libcper/include/libcper/
H A DCper.h690 UINT16 RegisterType; member