Searched refs:InterruptType (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSerialPortConsoleRedirectionTable.h39 UINT8 InterruptType; member in struct:__anon11790
H A DAcpi30.h384 UINT8 InterruptType; member in struct:__anon11440
466 UINT8 InterruptType; member in struct:__anon11446
H A DAcpi20.h395 UINT8 InterruptType; member in struct:__anon11427
H A DAcpi40.h353 UINT8 InterruptType; member in struct:__anon11462
435 UINT8 InterruptType; member in struct:__anon11468
H A DAcpi50.h481 UINT8 InterruptType; member in struct:__anon11518
563 UINT8 InterruptType; member in struct:__anon11524
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DCpu.h48 @param InterruptType Defines the type of interrupt or exception that
59 IN CONST EFI_EXCEPTION_TYPE InterruptType,
179 interrupt or exception type specified by InterruptType. If InterruptHandler is NULL, then the
180 handler for the processor interrupt or exception type specified by InterruptType is uninstalled.
184 @param InterruptType A pointer to the processor's current interrupt state. Set to TRUE if interrupts
191 @retval EFI_ALREADY_STARTED InterruptHandler is not NULL, and a handler for InterruptType was
193 @retval EFI_INVALID_PARAMETER InterruptHandler is NULL, and a handler for InterruptType was not
195 @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported.
202 IN EFI_EXCEPTION_TYPE InterruptType,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DCpu.h50 @param InterruptType Defines the type of interrupt or exception that
61 IN CONST EFI_EXCEPTION_TYPE InterruptType,
181 interrupt or exception type specified by InterruptType. If InterruptHandler is NULL, then the
182 handler for the processor interrupt or exception type specified by InterruptType is uninstalled.
186 @param InterruptType A pointer to the processor's current interrupt state. Set to TRUE if interrupts
193 @retval EFI_ALREADY_STARTED InterruptHandler is not NULL, and a handler for InterruptType was
195 @retval EFI_INVALID_PARAMETER InterruptHandler is NULL, and a handler for InterruptType was not
197 @retval EFI_UNSUPPORTED The interrupt specified by InterruptType is not supported.
204 IN EFI_EXCEPTION_TYPE InterruptType,
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c140 @param InterruptType Exception type
147 IN EFI_EXCEPTION_TYPE InterruptType,
155 InterruptType
157 if ((mErrorCodeFlag & (1 << InterruptType)) != 0) {
236 (UINT64)InterruptType
238 if ((mErrorCodeFlag & (1 << InterruptType)) != 0) {
489 @param InterruptType Defines which interrupt to hook. IA-32
498 for InterruptType was previously installed.
500 InterruptType was not previously installed.
501 @retval EFI_UNSUPPORTED The interrupt specified by InterruptType
146 CommonExceptionHandler( IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_SYSTEM_CONTEXT SystemContext ) argument
507 CpuRegisterInterruptHandler( IN EFI_CPU_ARCH_PROTOCOL *This, IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_CPU_INTERRUPT_HANDLER InterruptHandler ) argument
[all...]
H A DCpuDxe.h140 @param InterruptType Defines which interrupt to hook. IA-32
149 for InterruptType was previously installed.
151 InterruptType was not previously installed.
152 @retval EFI_UNSUPPORTED The interrupt specified by InterruptType
160 IN EFI_EXCEPTION_TYPE InterruptType,
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/8254TimerDxe/
H A DTimer.c74 @param InterruptType The type of interrupt that occured
80 IN EFI_EXCEPTION_TYPE InterruptType,
79 TimerInterruptHandler( IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_SYSTEM_CONTEXT SystemContext ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A DAcpi3_0.h346 UINT8 InterruptType; member in struct:__anon10127
428 UINT8 InterruptType; member in struct:__anon10133
H A DAcpi2_0.h384 UINT8 InterruptType; member in struct:__anon10115
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcInt.c127 @param InterruptType Interrupt type.
134 IN EFI_EXCEPTION_TYPE InterruptType,
866 @param InterruptType Interrupt type.
873 IN EFI_EXCEPTION_TYPE InterruptType,
888 (UINT64)(UINTN)InterruptType
872 CommonEbcExceptionHandler( IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_SYSTEM_CONTEXT SystemContext ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DThunk.c133 @param InterruptType - The type of interrupt that occured
140 IN EFI_EXCEPTION_TYPE InterruptType,
139 LegacyBiosNullInterruptHandler( IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_SYSTEM_CONTEXT SystemContext ) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVbva.cpp745 notify.InterruptType = DXGK_INTERRUPT_DMA_COMPLETED;
751 notify.InterruptType = DXGK_INTERRUPT_DMA_PREEMPTED;
759 notify.InterruptType = DXGK_INTERRUPT_DMA_FAULTED;
H A DVBoxMPVdma.cpp1873 notify.InterruptType = DXGK_INTERRUPT_DMA_COMPLETED;
1881 notify.InterruptType = DXGK_INTERRUPT_DMA_PREEMPTED;
1889 notify.InterruptType = DXGK_INTERRUPT_DMA_FAULTED;
H A DVBoxMPWddm.cpp1575 notify.InterruptType = DXGK_INTERRUPT_CRTC_VSYNC;
1742 notify.InterruptType = DXGK_INTERRUPT_CRTC_VSYNC;
5440 CONST DXGK_INTERRUPT_TYPE InterruptType,
5449 switch (InterruptType)
5466 WARN(("Unexpected interrupt type! %d", InterruptType));
5469 WARN(("UNSUPPORTED interrupt type! %d", InterruptType));
H A DVBoxMPMisc.cpp2006 notify.InterruptType = g_VBoxDisplayOnly?
2010 notify.InterruptType = DXGK_INTERRUPT_CRTC_VSYNC;
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/HpetTimerDxe/
H A DHpetTimer.c291 @param InterruptType The type of interrupt that occured.
297 IN EFI_EXCEPTION_TYPE InterruptType,
296 TimerInterruptHandler( IN EFI_EXCEPTION_TYPE InterruptType, IN EFI_SYSTEM_CONTEXT SystemContext ) argument

Completed in 127 milliseconds