VOID __stdcall HalInitializeProcessor(UINT64 ProcIndex, _LOADER_PARAMETER_BLOCK *LoaderBlock){
HalpInitSystemHelper(
(_DWORD)ProcIndex != 0 ? HalInitPhasePnProcEarly : HalInitPhaseBspProcEarly,
(_HAL_INIT_PHASE)((_DWORD)ProcIndex != 0 ? HalInitPhasePnProcEarlyEnd : HalInitPhaseBspProcEarlyEnd),
LoaderBlock);
}