/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/sdt/ |
H A D | intr.d | 27 interrupt-start 32 interrupt-complete
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | biosint.h | 16 * Hooked interrupt count 20 * unhook at least one interrupt vector, and so must not free up the 27 extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler, 29 extern int unhook_bios_interrupt ( unsigned int interrupt,
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/ |
H A D | biosint.c | 15 * @v interrupt INT number 16 * @v handler Offset within .text16 to interrupt handler 21 * the address of the previously-installed handler for this interrupt; 24 void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler, argument 32 interrupt, rm_cs, handler ); 41 copy_from_real ( chain_vector, 0, ( interrupt * 4 ), 52 copy_to_real ( 0, ( interrupt * 4 ), &vector, sizeof ( vector ) ); 59 * @v interrupt INT number 60 * @v handler Offset within .text16 to interrupt handler 63 * Unhooks an i386 interrupt handle 69 unhook_bios_interrupt( unsigned int interrupt, unsigned int handler, struct segoff *chain_vector ) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/ |
H A D | com32_call.c | 46 void __asmcall com32_intcall ( uint8_t interrupt, physaddr_t inregs_phys, physaddr_t outregs_phys ) { argument 52 com32_int_vector = interrupt;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.c | 40 interrupt(int sig) function 57 act.sa_handler = interrupt;
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | TRPMR0A.asm | 28 ; Calls the interrupt gate as if we received an interrupt while in Ring-0. 30 ; @param uIP x86:[ebp+8] msc:rcx gcc:rdi The interrupt gate IP. 31 ; @param SelCS x86:[ebp+12] msc:dx gcc:si The interrupt gate CS. 32 ; @param RSP msc:r8 gcc:rdx The interrupt gate RSP. ~0 if no stack switch should take place. (only AMD64) 118 ; Issues a software interrupt to the specified interrupt vector.
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/ |
H A D | CpuSleep.asm | 27 ; Places the CPU in a sleep state until an interrupt is received. 29 ; Places the CPU in a sleep state until an interrupt is received. If interrupts
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/ |
H A D | dig64.h | 60 uint8_t interrupt:1; member in struct:dig64_hcdp_entry
|
H A D | md_var.h | 83 int interrupt(uint64_t, struct trapframe *);
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | pmsetup.inc | 41 mov eax, 010Fh ; set spurious interrupt vector to 15
|
H A D | pirq.inc | 62 db 0 ;; PCI interrupt router bus 63 db 8 ;; PCI interrupt router DevFunc 65 dw 8086h ;; compatible PCI interrupt router vendor ID 66 dw 7000h ;; compatible PCI interrupt router device ID
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/ |
H A D | CpuAsm.S | 26 # point to the external interrupt vector table 74 # The follow algorithm is used for the common interrupt routine. 80 # All interrupt handlers are invoked through interrupt gates, so 284 movl ExternalVectorTablePtr, %eax # get the interrupt vectors base 318 #; or debuggers set breakpoint in interrupt/exception context
|
H A D | CpuAsm.asm | 26 ; point to the external interrupt vector table 73 ; The follow algorithm is used for the common interrupt routine. 78 ; All interrupt handlers are invoked through interrupt gates, so 282 mov eax, ExternalVectorTablePtr ; get the interrupt vectors base 316 ;; or debuggers set breakpoint in interrupt/exception context
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/ |
H A D | GetInterruptsState.asm | 22 ; Retrieves the current CPU interrupt state.
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsIThread.idl | 85 void interrupt();
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/X64/ |
H A D | CpuAsm.asm | 24 ; point to the external interrupt vector table 68 ; The follow algorithm is used for the common interrupt routine. 73 ; All interrupt handlers are invoked through interrupt gates, so 234 mov rax, ExternalVectorTablePtr ; get the interrupt vectors base 264 ;; or debuggers set breakpoint in interrupt/exception context
|
H A D | CpuAsm.S | 28 # point to the external interrupt vector table 75 # The follow algorithm is used for the common interrupt routine. 81 # All interrupt handlers are invoked through interrupt gates, so 276 #; or debuggers set breakpoint in interrupt/exception context
|
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
H A D | AsmFuncs.S | 18 # Debug interrupt handle functions. 149 # The follow algorithm is used for the common interrupt routine. 150 # Entry from each interrupt with a push eax and eax=interrupt number
|
H A D | AsmFuncs.asm | 18 ; Debug interrupt handle functions. 289 ; call the C interrupt process function
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuest-win.h | 89 /** Device interrupt level. */ 91 /** Device interrupt vector. */ 174 BOOLEAN vbgdNtIsrHandler(PKINTERRUPT interrupt, PVOID serviceContext);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ia32/ |
H A D | IdtVectorAsm.asm | 61 ; The follow algorithm is used for the common interrupt routine.
|
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
H A D | AsmFuncs.S | 18 # Debug interrupt handle functions. 151 # The follow algorithm is used for the common interrupt routine. 194 # All interrupt handlers are invoked through interrupt gates, so
|
H A D | AsmFuncs.asm | 18 ; Debug interrupt handle functions. 272 ; call the C interrupt process function
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | vmxnet3.h | 219 struct vmxnet3_interrupt_config interrupt; member in struct:vmxnet3_shared
|
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | the-linux-kernel.h | 111 #include <linux/interrupt.h>
|