Searched refs:INTERRUPT (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/powerpc/booke/
H A Dtrap_subr.S376 #define INTERRUPT(label) \ define
399 INTERRUPT(int_critical_input)
411 INTERRUPT(int_machine_check)
423 INTERRUPT(int_data_storage)
432 INTERRUPT(int_instr_storage)
441 INTERRUPT(int_external_input)
449 INTERRUPT(int_alignment)
455 INTERRUPT(int_program)
464 INTERRUPT(int_syscall)
473 INTERRUPT(int_decremente
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Ddb_trace.c171 #define INTERRUPT 2 macro
308 frame_type = INTERRUPT;
356 if (frame_type == INTERRUPT)
377 case INTERRUPT:
/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_trace.c186 #define INTERRUPT 2 macro
326 frame_type = INTERRUPT;
372 case INTERRUPT:
/freebsd-9.3-release/sys/dev/amd/
H A Damd.h385 #define INTERRUPT BIT(7) macro
H A Damd.c947 if (amd_read8(amd, SCSISTATREG) & INTERRUPT) {
983 if (!(scsistat & INTERRUPT)) {
/freebsd-9.3-release/sys/sys/
H A Dpmc.h252 __PMC_CAP(INTERRUPT, 0, "generate interrupts") \

Completed in 128 milliseconds