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

int __thiscall CpuGetApicId(void *this)
{
  int v2; // eax

  v2 = PeiPcdGet(this); /*0xffe07561*/
  return (*(int (__cdecl **)(void *))(v2 + 16))(this); /*0xffe0756b*/
}