Home
last modified time | relevance | path

Searched refs:INTERRUPT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S485 #define INTERRUPT(label) \ macro
507 INTERRUPT(int_unknown)
515 INTERRUPT(int_critical_input)
529 INTERRUPT(int_machine_check)
543 INTERRUPT(int_data_storage)
552 INTERRUPT(int_instr_storage)
561 INTERRUPT(int_external_input)
567 INTERRUPT(int_alignment)
573 INTERRUPT(int_program)
579 INTERRUPT(int_fpu)
[all …]
/freebsd/sys/i386/i386/
H A Ddb_trace.c187 #define INTERRUPT 2 macro
294 frame_type = INTERRUPT; in db_nextframe()
302 frame_type = INTERRUPT; in db_nextframe()
307 frame_type = INTERRUPT; in db_nextframe()
368 case INTERRUPT: in db_nextframe()
383 case INTERRUPT: in db_nextframe()
/freebsd/sys/amd64/amd64/
H A Ddb_trace.c120 #define INTERRUPT 2 macro
180 frame_type = INTERRUPT; in db_nextframe()
228 case INTERRUPT: in db_nextframe()
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-interrupt.mk10 .INTERRUPT:
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpic.txt80 INTERRUPT SPECIFIER DEFINITION
/freebsd/sys/sys/
H A Dpmc.h281 __PMC_CAP(INTERRUPT, 0, "generate interrupts") \
/freebsd/contrib/bmake/
H A DChangeLog3557 * compat.c: re-raising SIGINT etc after running .INTERRUPT
4360 o Handle dependencies for .BEGIN, .END and .INTERRUPT