Searched defs:Vector (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/BaseIoApicLib/
H A DIoApicLib.c108 If Vector >= 0x100, then ASSERT().
112 @param Vector The 8-bit interrupt vector associated with the I/O APIC
131 IN UINTN Vector,
143 ASSERT (Vector <= 0xFF);
147 Entry.Bits.Vector = (UINT8)Vector;
129 IoApicConfigureInterrupt( IN UINTN Irq, IN UINTN Vector, IN UINTN DeliveryMode, IN BOOLEAN LevelTriggered, IN BOOLEAN AssertionLevel ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DPlDebugSupport.c25 @param Vector Specifies vector number.
31 IN EFI_EXCEPTION_TYPE Vector,
41 CopyMem ((VOID *) IdtGateDescriptor, (VOID *) &(IdtTable)[Vector], sizeof (IA32_IDT_GATE_DESCRIPTOR));
47 @param Vector Specifies vector number.
53 EFI_EXCEPTION_TYPE Vector,
63 CopyMem ((VOID *) &(IdtTable)[Vector], (VOID *) IdtGateDescriptor, sizeof (IA32_IDT_GATE_DESCRIPTOR));
30 ReadIdtGateDescriptor( IN EFI_EXCEPTION_TYPE Vector, OUT IA32_IDT_GATE_DESCRIPTOR *IdtGateDescriptor ) argument
52 WriteIdtGateDescriptor( EFI_EXCEPTION_TYPE Vector, IA32_IDT_GATE_DESCRIPTOR *IdtGateDescriptor ) argument
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/
H A DIoApic.h65 UINT32 Vector: 8; member in struct:__anon12645::__anon12646
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.c361 @param[in] Vector Vector value of exception or interrupt.
369 IN UINTN Vector,
377 switch (Vector) {
381 if (Vector == DEBUG_INT1_VECTOR) {
437 if (Vector < 20) {
527 @param[in] Vector Vector value of exception or interrutp.
536 IN UINTN Vector,
543 DebugDataBreakCause.Cause = GetBreakCause (Vector, CpuContex
368 GetBreakCause( IN UINTN Vector, IN DEBUG_CPU_CONTEXT *CpuContext ) argument
535 SendBreakCausePacket( IN UINTN Vector, IN DEBUG_CPU_CONTEXT *CpuContext ) argument
561 CommandCommunication( IN UINTN Vector, IN OUT DEBUG_CPU_CONTEXT *CpuContext, IN BOOLEAN BreakReceived ) argument
974 InterruptProcess( IN UINT32 Vector, IN DEBUG_CPU_CONTEXT *CpuContext ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicLib/
H A DBaseXApicLib.c225 @param Vector The vector number of the interrupt being sent.
231 IN UINT8 Vector
239 IcrLow.Bits.Vector = Vector;
248 @param Vector The vector number of the interrupt being sent.
253 IN UINT8 Vector
262 IcrLow.Bits.Vector = Vector;
375 IcrLow.Bits.Vector = (StartupRoutine >> 12);
408 IcrLow.Bits.Vector
732 GetApicMsiValue( IN UINT8 Vector, IN UINTN DeliveryMode, IN BOOLEAN LevelTriggered, IN BOOLEAN AssertionLevel ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicX2ApicLib/
H A DBaseXApicX2ApicLib.c308 @param Vector The vector number of the interrupt being sent.
314 IN UINT8 Vector
322 IcrLow.Bits.Vector = Vector;
331 @param Vector The vector number of the interrupt being sent.
336 IN UINT8 Vector
345 IcrLow.Bits.Vector = Vector;
458 IcrLow.Bits.Vector = (StartupRoutine >> 12);
491 IcrLow.Bits.Vector
815 GetApicMsiValue( IN UINT8 Vector, IN UINTN DeliveryMode, IN BOOLEAN LevelTriggered, IN BOOLEAN AssertionLevel ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Register/
H A DLocalApic.h95 UINT32 Vector:8; ///< The vector number of the interrupt being sent. member in struct:__anon13053::__anon13054
121 // Spurious-Interrupt Vector Register (SVR)
125 UINT32 SpuriousVector:8; ///< Spurious Vector.
153 UINT32 Vector:8; ///< The vector number of the interrupt being sent. member in struct:__anon13061::__anon13062
169 UINT32 Vector:8; ///< The vector number of the interrupt being sent. member in struct:__anon13063::__anon13064
202 UINT32 Vector:8; ///< Interrupt vector in range 010h..0FEH member in struct:__anon13067::__anon13068
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c45 NET_VECTOR *Vector; local
64 Vector = AllocateZeroPool (NET_VECTOR_SIZE (BlockNum));
66 if (Vector == NULL) {
70 Vector->Signature = NET_VECTOR_SIGNATURE;
71 Vector->RefCnt = 1;
72 Vector->BlockNum = BlockNum;
73 Nbuf->Vector = Vector;
102 NET_VECTOR *Vector; local
119 Vector
505 NET_VECTOR *Vector; local
539 NET_VECTOR *Vector; local
728 NET_VECTOR *Vector; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1401 //network stack. Every network packet may be fragmented. The Vector points to
1419 NET_VECTOR *Vector; // The vector containing the packet member in struct:__anon11055
1476 (((Buf)->RefCnt > 1) || ((Buf)->Vector->RefCnt > 1))
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi40.h821 UINT32 Vector; member in struct:__anon11490
H A DAcpi50.h1485 UINT32 Vector; member in struct:__anon11575
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dwdm.h781 ULONG Vector; member in struct:_CM_PARTIAL_RESOURCE_DESCRIPTOR::__anon13415::__anon13418
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dwdm.h767 ULONG Vector; member in struct:_CM_PARTIAL_RESOURCE_DESCRIPTOR::__anon812::__anon815

Completed in 188 milliseconds