Home
last modified time | relevance | path

Searched refs:ProcessorLocBuf (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c154 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in GetProcessorsCpuLocation() local
177 (VOID **) &ProcessorLocBuf in GetProcessorsCpuLocation()
193 FreePool(ProcessorLocBuf); in GetProcessorsCpuLocation()
201 &ProcessorLocBuf[Index], in GetProcessorsCpuLocation()
207 *LocationBuf = ProcessorLocBuf; in GetProcessorsCpuLocation()
752 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in MeasureHandoffTables() local
754 ProcessorLocBuf = NULL; in MeasureHandoffTables()
762 Status = GetProcessorsCpuLocation(&ProcessorLocBuf, &ProcessorNum); in MeasureHandoffTables()
771 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
775 (UINT8*)(UINTN)ProcessorLocBuf, in MeasureHandoffTables()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c278 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in GetProcessorsCpuLocation() local
301 (VOID **) &ProcessorLocBuf in GetProcessorsCpuLocation()
317 FreePool(ProcessorLocBuf); in GetProcessorsCpuLocation()
325 &ProcessorLocBuf[Index], in GetProcessorsCpuLocation()
331 *LocationBuf = ProcessorLocBuf; in GetProcessorsCpuLocation()
1050 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in MeasureHandoffTables() local
1052 ProcessorLocBuf = NULL; in MeasureHandoffTables()
1060 Status = GetProcessorsCpuLocation(&ProcessorLocBuf, &ProcessorNum); in MeasureHandoffTables()
1069 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
1073 (UINT8*)(UINTN)ProcessorLocBuf, in MeasureHandoffTables()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c253 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in GetProcessorsCpuLocation() local
276 (VOID **) &ProcessorLocBuf in GetProcessorsCpuLocation()
292 FreePool(ProcessorLocBuf); in GetProcessorsCpuLocation()
300 &ProcessorLocBuf[Index], in GetProcessorsCpuLocation()
306 *LocationBuf = ProcessorLocBuf; in GetProcessorsCpuLocation()
1694 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in MeasureHandoffTables() local
1696 ProcessorLocBuf = NULL; in MeasureHandoffTables()
1704 Status = GetProcessorsCpuLocation(&ProcessorLocBuf, &ProcessorNum); in MeasureHandoffTables()
1713 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
1717 (UINT8*)(UINTN)ProcessorLocBuf, in MeasureHandoffTables()
[all …]