Searched refs:interrupt (Results 76 - 96 of 96) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/uts/sun4v/
H A DMakefile.sun4v.shared269 $(IF_TRAPTRACE_OBJ)interrupt.o := DEBUG_DEFS += -DTRAPTRACE
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c219 interrupt(sig) function
H A Ddumptape.c1400 sv.sv_handler = interrupt;
1508 sv.sv_handler = interrupt;
H A Ddumpmain.c488 if (signal(SIGINT, interrupt) == SIG_IGN)
/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s229 ! interrupt inducing the spill may have been taken before the
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java928 mainThread.interrupt();
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A DREADME209 NOTE: Send all interrupt OUT requests to HCD and no queuing at USBA level.
/opensolaris-onvv-gate/usr/src/uts/sun4u/
H A DMakefile.sun4u.shared293 $(IF_TRAPTRACE_OBJ)interrupt.o := DEBUG_DEFS += -DTRAPTRACE
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s575 ! interrupt vector, then updates the processor's LPA and
578 ! The special interrupt vector is assumed to be a cross-call to
580 ! the copy-rename operation. The interrupt is received and discarded;
736 ! Loop on IRSR waiting for interrupt. The expected interrupt
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s89 * With new bus structures supporting a larger number of interrupt
90 * numbers, the interrupt vector table, intr_vec_table[] has been
95 intr_vec_table = SYSBASE32 + PAGESIZE + PANICBUFSIZE ! address of interrupt table
960 mov %l6, %o0 ! pass original interrupt level
1211 rdpr %otherwin, %g1 ! re-read in case of interrupt
1395 ! to ptl1_panic in case the interrupt handler causes a panic.
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dpcic.c28 * PCIC device/interrupt handler
39 * smi system management interrupt override
585 * enable insertion/removal interrupt for 32bit cards
602 /* CSC Interrupt: Card detect interrupt on */
741 "interrupt-priorities", -1);
1101 /* if not interrupt pin then must use ISA style IRQs */
1450 * interrupt will fail.
1496 * and IO interrupts, through a single interrupt line.
1804 /* enable card status change interrupt for socket */
1815 * On the CL_6730, we need to set up the interrupt
3790 int irq, interrupt, mirq; local
6413 int i, interrupt; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s462 * Setup interrupt dispatch data registers
485 ! interrupt vector dispatch data reg 0
494 ! interrupt vector dispatch data reg 1
499 ! interrupt vector dispatch data reg 2
529 stxa %g0, [%g1]ASI_INTR_DISPATCH ! interrupt vector dispatch
801 * it to a reasonable value for interrupt generation.
803 * don't accidentally enable TICK interrupt in STICK_COMPARE
804 * i.e. no clock interrupt will be generated if CPU_ENABLE flag
822 * To update interrupt handling related registers force the
823 * clock interrupt
[all...]
H A Dspitfire_asm.s706 * Setup interrupt dispatch data registers
730 ! interrupt vector dispach data reg 0
739 ! interrupt vector dispach data reg 1
744 ! interrupt vector dispach data reg 2
758 stxa %g0, [%g1]ASI_INTR_DISPATCH ! interrupt vector dispatch
H A Dus3_common_asm.s601 * Setup interrupt dispatch data registers
624 ! interrupt vector dispatch data reg 0
633 ! interrupt vector dispatch data reg 1
638 ! interrupt vector dispatch data reg 2
670 stxa %g0, [%g1]ASI_INTR_DISPATCH ! interrupt vector dispatch
1103 * Cheetah/Cheetah+ level 15 interrupt handler trap table entry.
1139 * interrupt is generated by the CPU to indicate a performance
1181 * Call the default interrupt handler.
H A Dus3_jalapeno_asm.s344 stxa %g0, [%g1]ASI_INTR_DISPATCH ! interrupt vector dispatch
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME410 6407374 e1000g still uses some old ddi interrupt routines that need to be changed
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm229 delivered when the timer expires. C<SIGPROF> can interrupt system calls.
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java684 thrAger.interrupt();
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c267 static void interrupt(void);
3496 * interrupt. Do this with a NULL or
3497 * interrupt char; depending on the tty mode.
3500 interrupt();
4234 * Send interrupt to process on other side of pty.
4239 interrupt(void) function
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl208 if set, goes in NonStop mode. On interrupt, if TTY is not set,
220 if true, no i/o is performed until interrupt.
239 information into C<db.out>. (If you interrupt it, you had better
1703 # Options say run non-stop. Run until we get an interrupt.
1721 $signal = 1; # Simulate an interrupt to force
1726 # If we're in single-step mode, or an interrupt (real or fake)
1795 # Yep! Show the difference, and fake an interrupt.
4765 # Move on to the next line. Drop out on an interrupt.
4845 # Quit if the user hit interrupt.
7752 # Set up the debugger's interrupt handle
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1107 * Berkeley 4.3 introduced symbolically named interrupt levels
1121 * routine can call wakeup. Devices that interrupt from higher
1124 * level (via software interrupt) to do the required
1390 int $0x0 / Trigger interrupt, generate triple-fault

Completed in 185 milliseconds

1234