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.c152 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in GetProcessorsCpuLocation() local
175 (VOID **) &ProcessorLocBuf in GetProcessorsCpuLocation()
191 FreePool(ProcessorLocBuf); in GetProcessorsCpuLocation()
199 &ProcessorLocBuf[Index], in GetProcessorsCpuLocation()
205 *LocationBuf = ProcessorLocBuf; in GetProcessorsCpuLocation()
823 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in MeasureHandoffTables() local
825 ProcessorLocBuf = NULL; in MeasureHandoffTables()
833 Status = GetProcessorsCpuLocation(&ProcessorLocBuf, &ProcessorNum); in MeasureHandoffTables()
842 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
846 (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()
1015 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in MeasureHandoffTables() local
1017 ProcessorLocBuf = NULL; in MeasureHandoffTables()
1025 Status = GetProcessorsCpuLocation(&ProcessorLocBuf, &ProcessorNum); in MeasureHandoffTables()
1034 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
1038 (UINT8*)(UINTN)ProcessorLocBuf, in MeasureHandoffTables()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c226 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in GetProcessorsCpuLocation() local
249 (VOID **) &ProcessorLocBuf in GetProcessorsCpuLocation()
265 FreePool(ProcessorLocBuf); in GetProcessorsCpuLocation()
273 &ProcessorLocBuf[Index], in GetProcessorsCpuLocation()
279 *LocationBuf = ProcessorLocBuf; in GetProcessorsCpuLocation()
1663 EFI_CPU_PHYSICAL_LOCATION *ProcessorLocBuf; in MeasureHandoffTables() local
1665 ProcessorLocBuf = NULL; in MeasureHandoffTables()
1673 Status = GetProcessorsCpuLocation(&ProcessorLocBuf, &ProcessorNum); in MeasureHandoffTables()
1682 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
1686 (UINT8*)(UINTN)ProcessorLocBuf, in MeasureHandoffTables()
[all …]