Searched refs:RegisterType (Results 1 – 2 of 2) sorted by relevance
493 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()
690 UINT16 RegisterType; member