HomeSort by: relevance | last modified time | path
    Searched defs:VTRAP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
locore.s 296 #define VTRAP(type, label) \
315 #define TRAP(type) VTRAP(type, slowtrap)
318 #define UTRAP(type) VTRAP(type, slowtrap)
321 #define STRAP(type) VTRAP(type, slowtrap)
325 #define BPT VTRAP(T_BREAKPOINT, bpt)
326 #define BPT_KGDB_EXEC VTRAP(T_KGDB_EXEC, bpt)
365 VTRAP(T_TEXTFAULT, memfault_sun4) ! 01 = instr. fetch fault
372 VTRAP(T_FPE, fp_exception) ! 08 = fp exception
373 VTRAP(T_DATAFAULT, memfault_sun4) ! 09 = data fetch fault
395 VTRAP(15, nmi_sun4) ! 1f = nonmaskable interrup
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 343 #define VTRAP(type, label) \
348 VTRAP(lev, _C_LABEL(sparc_interrupt))
359 #define TRAP(type) VTRAP(type, slowtrap)
363 #define UTRAP(type) sir; VTRAP(type, slowtrap)
365 #define UTRAP(type) VTRAP(type, slowtrap)
369 #define STRAP(type) VTRAP(type, slowtrap)
373 #define BPT VTRAP(T_BREAKPOINT, bpt)
374 #define BPT_KGDB_EXEC VTRAP(T_KGDB_EXEC, bpt)
380 #define SYSCALL VTRAP(0x100, syscall_setup)
660 VTRAP(T_INST_EXCEPT, textfault) ! 008 = instr. access excep
    [all...]

Completed in 125 milliseconds