Searched defs:StateBufferPointer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeExtendedSalLib/
H A DExtendedSalLib.c933 @param StateBufferPointer A pointer to the returned MCA state buffer.
944 OUT EFI_PHYSICAL_ADDRESS *StateBufferPointer,
963 *StateBufferPointer = (EFI_PHYSICAL_ADDRESS) Regs.r9;
976 @param StateBufferPointer A pointer to the MCA state buffer.
986 IN EFI_PHYSICAL_ADDRESS StateBufferPointer
994 StateBufferPointer,
942 EsalMcaGetStateInfo( IN UINT64 CpuGlobalId, OUT EFI_PHYSICAL_ADDRESS *StateBufferPointer, OUT UINT64 *RequiredStateBufferSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeRuntimeExtendedSalLib/
H A DExtendedSalLib.c1056 @param StateBufferPointer A pointer to the returned MCA state buffer.
1067 OUT EFI_PHYSICAL_ADDRESS *StateBufferPointer,
1086 *StateBufferPointer = (EFI_PHYSICAL_ADDRESS) Regs.r9;
1099 @param StateBufferPointer A pointer to the MCA state buffer.
1109 IN EFI_PHYSICAL_ADDRESS StateBufferPointer
1117 StateBufferPointer,
1065 EsalMcaGetStateInfo( IN UINT64 CpuGlobalId, OUT EFI_PHYSICAL_ADDRESS *StateBufferPointer, OUT UINT64 *RequiredStateBufferSize ) argument

Completed in 136 milliseconds