Searched refs:SmiHandlerRegister (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCore.c62 SmiHandlerRegister,
122 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
152 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
366 Status = SmiHandlerRegister (
H A DSmi.c235 SmiHandlerRegister ( function
H A DPiSmmCore.h501 SmiHandlerRegister (
526 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
548 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
570 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiSmmCis.h151 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
344 EFI_SMM_INTERRUPT_REGISTER SmiHandlerRegister; member in struct:_EFI_SMM_SYSTEM_TABLE2
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
H A DFirmwarePerformanceSmm.c206 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
344 Status = gSmst->SmiHandlerRegister (FpdtSmiHandler, &gEfiFirmwarePerformanceGuid, &Handle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmm.c264 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
502 Status = gSmst->SmiHandlerRegister (SmmFaultTolerantWriteHandler, &gEfiSmmFaultTolerantWriteProtocolGuid, &FtwHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/LockBox/SmmLockBox/
H A DSmmLockBox.c223 @param DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
351 Status = gSmst->SmiHandlerRegister (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c473 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
554 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
712 Status = gSmst->SmiHandlerRegister (SmmPerformanceHandler, &gSmmPerformanceProtocolGuid, &Handle);
714 Status = gSmst->SmiHandlerRegister (SmmPerformanceHandlerEx, &gSmmPerformanceExProtocolGuid, &Handle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c337 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
558 Status = gSmst->SmiHandlerRegister (SmmVariableHandler, &gEfiSmmVariableProtocolGuid, &VariableHandle);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableSmm.c341 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister().
566 Status = gSmst->SmiHandlerRegister (SmmVariableHandler, &gEfiSmmVariableProtocolGuid, &VariableHandle);

Completed in 41 milliseconds