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

  /src/sys/arch/sparc/sparc/
locore.s 318 #define UTRAP(type) VTRAP(type, slowtrap)
375 UTRAP(0x0b)
376 UTRAP(0x0c)
377 UTRAP(0x0d)
378 UTRAP(0x0e)
379 UTRAP(0x0f)
380 UTRAP(0x10)
396 UTRAP(0x20)
397 UTRAP(0x21)
398 UTRAP(0x22
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 363 #define UTRAP(type) sir; VTRAP(type, slowtrap)
365 #define UTRAP(type) VTRAP(type, slowtrap)
654 UTRAP(0x001) ! 001 = POR Reset -- ROM should get this
655 UTRAP(0x002) ! 002 = WDR -- ROM should get this
656 UTRAP(0x003) ! 003 = XIR -- ROM should get this
657 UTRAP(0x004) ! 004 = SIR -- ROM should get this
658 UTRAP(0x005) ! 005 = RED state exception
659 UTRAP(0x006); UTRAP(0x007)
663 UTRAP(0x00b); UTRAP(0x00c); UTRAP(0x00d); UTRAP(0x00e); UTRAP(0x00f
    [all...]

Completed in 13 milliseconds