Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dlocore.s363 #define UTRAP(type) sir; VTRAP(type, slowtrap) macro
365 #define UTRAP(type) VTRAP(type, slowtrap) macro
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)
666 UTRAP(0x012) ! 012 = unimplemented LDD
[all …]
/netbsd-src/sys/arch/sparc/sparc/
H A Dlocore.s318 #define UTRAP(type) VTRAP(type, slowtrap) macro
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 …]