Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/sparc/
H A Dlocore.s205 #define VTRAP(type, label) \ macro
218 #define TRAP(type) VTRAP(type, slowtrap)
221 #define UTRAP(type) VTRAP(type, slowtrap)
224 #define STRAP(type) VTRAP(type, slowtrap)
228 #define BPT VTRAP(T_BREAKPOINT, bpt)
229 #define BPT_KGDB_EXEC VTRAP(T_KGDB_EXEC, bpt)
256 VTRAP(T_TEXTFAULT, memfault) ! 01 = instr. fetch fault
263 VTRAP(T_FPE, fp_exception) ! 08 = fp exception
264 VTRAP(T_DATAFAULT, memfault) ! 09 = data fetch fault
286 VTRAP(15, nmi) ! 1f = nonmaskable interrupt