Newer
Older
AMI-Aptio-BIOS-Reversed / MePolicyInitPei / MePolicyInitPei.h
@Ajax Dong Ajax Dong 2 days ago 2 KB Init
#ifndef __MEPOLICYINITPEI_H__
#define __MEPOLICYINITPEI_H__

#include <Uefi.h>

/*
 * MePolicyInitPei.h
 * Header for MePolicyInitPei PEI module
 */

// Function: InternalMemSetMem @ 0xffde505c
// Function: InternalMemCopyMem @ 0xffde507c
// Function: InternalMemZeroMem @ 0xffde50bc
// Function: InternalMemSetMem32_Worker @ 0xffde50dc
// Function: InternalMemSetMem32 @ 0xffde50fc
EFI_STATUS MePolicyInitPeiEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable);
// Function: GetDebugLibInstance @ 0xffde5210
// Function: DebugPrintWorker @ 0xffde5241
// Function: DebugAssertWorker @ 0xffde526b
EFI_STATUS __thiscall InstallMePolicyPpi(EFI_PEI_SERVICES **PeiServices);
// Function: DumpSpsConfigPolicy @ 0xffde5324
EFI_STATUS DumpAllMePolicies();
EFI_STATUS __thiscall InstallSpsPolicyPpi(EFI_PEI_SERVICES **PeiServices);
// Function: UpdateSpsPolicyFromMeVariable @ 0xffde56a8
// Function: UpdateMePolicyFromMeVariable @ 0xffde57b0
// Function: DetectMeType @ 0xffde58fb
void *__thiscall AllocatePages(UINTN Pages);
void *__thiscall AllocateZeroedPool(UINTN Size);
// Function: CompareGuid @ 0xffde59e7
// Function: FindMatchingGuidIndex @ 0xffde5a46
// Function: GetMeVariableData @ 0xffde5a94
// Function: InitMePolicyDefaults @ 0xffde5afa
// Function: DumpMeConfigPolicy @ 0xffde5bb6
// Function: AutoConfigDeviceSetting @ 0xffde5d85
// Function: DumpMePolicyPpi @ 0xffde5e92
// Function: IoRead16 @ 0xffde5eea
// Function: ReadUnaligned64 @ 0xffde5f18
// Function: GetPeiServicesTable @ 0xffde5f44
// Function: ReadPchPciConfig @ 0xffde5f76
// Function: GetMeFs1FromHob @ 0xffde5fb8
// Function: GetOnBoardMeType @ 0xffde601d
// Function: PciReadBufferToPhysAddr @ 0xffde6133
// Function: GetPcdPeiServicesPtr @ 0xffde6151
// Function: PcdGet32 @ 0xffde61a9
// Function: PcdGet64 @ 0xffde61b8
// Function: ReadIdtr @ 0xffde61c7
// Function: GetHobList @ 0xffde61ea
// Function: GetNextHobByType @ 0xffde6258
// Function: FindMeFwHobGuid @ 0xffde629d
"((BOOLEAN)(0==1))");;
// Function: InitPciExpressReg @ 0xffde635f
// Function: PciExpressReadPhysAddr @ 0xffde63fa

#endif /* __MEPOLICYINITPEI_H__ */