Home
last modified time | relevance | path

Searched refs:EVT_SIGNAL_EXIT_BOOT_SERVICES (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/UefiRuntimeLib/
DUefiRuntimeLib.uni5 // EVT_SIGNAL_EXIT_BOOT_SERVICES event, to provide runtime services.
22 …me Library, with hooked EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES event,…
DUefiRuntimeLib.inf5 # EVT_SIGNAL_EXIT_BOOT_SERVICES event, to provide runtime services.
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Event/
DEvent.c72 EVT_SIGNAL_EXIT_BOOT_SERVICES,
420 if ((Type == EVT_SIGNAL_EXIT_BOOT_SERVICES) || (Type == EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE)) { in CoreCreateEventInternal()
424 Type = EVT_SIGNAL_EXIT_BOOT_SERVICES; in CoreCreateEventInternal()
432 if (Type == EVT_SIGNAL_EXIT_BOOT_SERVICES) { in CoreCreateEventInternal()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
DArmGicCommonDxe.c138 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in InstallAndRegisterInterruptService()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/
DSP805Watchdog.c363 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in SP805Initialize()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/GenericWatchdogDxe/
DGenericWatchdogDxe.c317 EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, in GenericWatchdogEntry()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
DSP804Timer.c391 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in TimerInitialize()
/device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
DHardwareInterrupt.c352 …Status = gBS->CreateEvent(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, … in InterruptDxeInitialize()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/InterruptDxe/
DHardwareInterrupt.c352 …Status = gBS->CreateEvent(EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL, … in InterruptDxeInitialize()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
DTimerDxe.c432 …Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesEvent, NULL,… in TimerInitialize()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c186 EVT_SIGNAL_EXIT_BOOT_SERVICES, in LcdGraphicsOutputDxeInitialize()
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenBusDxe.c383 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_CALLBACK, in XenBusDxeDriverBindingStart()
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopScreen.c295 EVT_SIGNAL_EXIT_BOOT_SERVICES, in EmuGopStartWindow()
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DDriverBinding.c244 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_CALLBACK, in VirtioNetSnpPopulate()
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
DVirtioBlk.c935 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_CALLBACK, in VirtioBlkDriverBindingStart()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h395 #define EVT_SIGNAL_EXIT_BOOT_SERVICES 0x00000201 macro
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
DVirtioScsi.c1078 Status = gBS->CreateEvent (EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_CALLBACK, in VirtioScsiDriverBindingStart()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.c1799 EVT_SIGNAL_EXIT_BOOT_SERVICES, in InitializeMpSupport()