Searched refs:SmiHandlerRegister (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/ |
H A D | PiSmmCore.c | 62 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 D | Smi.c | 235 SmiHandlerRegister ( function
|
H A D | PiSmmCore.h | 501 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 D | PiSmmCis.h | 151 @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 D | FirmwarePerformanceSmm.c | 206 @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 D | FaultTolerantWriteSmm.c | 264 @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 D | SmmLockBox.c | 223 @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 D | SmmCorePerformanceLib.c | 473 @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 D | VariableSmm.c | 337 @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 D | VariableSmm.c | 341 @param[in] DispatchHandle The unique handle assigned to this handler by SmiHandlerRegister(). 566 Status = gSmst->SmiHandlerRegister (SmmVariableHandler, &gEfiSmmVariableProtocolGuid, &VariableHandle);
|
Completed in 1659 milliseconds