Newer
Older
AMI-Aptio-BIOS-Reversed / TxtPei / ApicGetBaseAddr.c
@Ajax Dong Ajax Dong 2 days ago 275 bytes Init
// Decompiled: 0xffe07643
// Function: ApicGetBaseAddr
// Module: TxtPei.efi (TXTPEI)

int __thiscall ApicGetBaseAddr(void *this)
{
  if ( IoWrite32(this) ) /*0xffe0764a*/
    return __readmsr(0x1Bu) & 0xFFFFF000; /*0xffe07686*/
  else
    return -18874368; /*0xffe07653*/
}