Searched refs:FspPlatformData (Results 1 – 2 of 2) sorted by relevance
58 FSP_PLAT_DATA *FspPlatformData; in SecGetPlatformData() local63 FspPlatformData = &FspData->PlatformData; in SecGetPlatformData()70 FspPlatformData->DataPtr = NULL; in SecGetPlatformData()71 FspPlatformData->MicrocodeRegionBase = 0; in SecGetPlatformData()72 FspPlatformData->MicrocodeRegionSize = 0; in SecGetPlatformData()73 FspPlatformData->CodeRegionBase = 0; in SecGetPlatformData()74 FspPlatformData->CodeRegionSize = 0; in SecGetPlatformData()90 CopyMem (&(FspPlatformData->MicrocodeRegionBase), StackPtr, (DwordSize << 2)); in SecGetPlatformData()
86 FSP_PLAT_DATA *FspPlatformData; in SecGetPlatformData() local91 FspPlatformData = &FspData->PlatformData; in SecGetPlatformData()99 FspPlatformData->DataPtr = NULL; in SecGetPlatformData()100 FspPlatformData->MicrocodeRegionBase = 0; in SecGetPlatformData()101 FspPlatformData->MicrocodeRegionSize = 0; in SecGetPlatformData()102 FspPlatformData->CodeRegionBase = 0; in SecGetPlatformData()103 FspPlatformData->CodeRegionSize = 0; in SecGetPlatformData()117 CopyMem (&(FspPlatformData->MicrocodeRegionBase), StackPtr, (DwordSize << 2)); in SecGetPlatformData()