Searched refs:STRAP (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | locore.s | 321 #define STRAP(type) VTRAP(type, slowtrap) macro 503 STRAP(0x8b) 504 STRAP(0x8c) 505 STRAP(0x8d) 506 STRAP(0x8e) 507 STRAP(0x8f) 508 STRAP(0x90) 509 STRAP(0x91) 510 STRAP(0x92) 511 STRAP(0x93) [all …]
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | locore.s | 369 #define STRAP(type) VTRAP(type, slowtrap) macro 812 STRAP(0x102); STRAP(0x103); STRAP(0x104); STRAP(0x105); STRAP(0x106); STRAP(0x107) 816 STRAP(0x10b); STRAP(0x10c); STRAP(0x10d); STRAP(0x10e); STRAP(0x10f); 817 …STRAP(0x110); STRAP(0x111); STRAP(0x112); STRAP(0x113); STRAP(0x114); STRAP(0x115); STRAP(0x116); … 818 …STRAP(0x118); STRAP(0x119); STRAP(0x11a); STRAP(0x11b); STRAP(0x11c); STRAP(0x11d); STRAP(0x11e); … 819 …STRAP(0x120); STRAP(0x121); STRAP(0x122); STRAP(0x123); STRAP(0x124); STRAP(0x125); STRAP(0x126); … 820 …STRAP(0x128); STRAP(0x129); STRAP(0x12a); STRAP(0x12b); STRAP(0x12c); STRAP(0x12d); STRAP(0x12e); … 821 …STRAP(0x130); STRAP(0x131); STRAP(0x132); STRAP(0x133); STRAP(0x134); STRAP(0x135); STRAP(0x136); … 822 …STRAP(0x138); STRAP(0x139); STRAP(0x13a); STRAP(0x13b); STRAP(0x13c); STRAP(0x13d); STRAP(0x13e); … 827 STRAP(0x144); STRAP(0x145); STRAP(0x146); STRAP(0x147) [all …]
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | trap.S | 568 #define STRAP(name,num,pre) \ macro 651 STRAP(itlb,T_ITLBMISS,ITLBPRE) /* 6. instruction TLB miss fault */ 660 STRAP(dtlb,T_DTLBMISS,DTLBPRE) /* 15. data TLB miss fault */ 661 STRAP(itlbna,T_ITLBMISSNA,DTLBPRE)/* 16. ITLB non-access miss fault */ 662 STRAP(dtlbna,T_DTLBMISSNA,DTLBPRE)/* 17. DTLB non-access miss fault */ 666 STRAP(tlbd,T_TLB_DIRTY,DTLBPRE) /* 20. TLB dirty bit trap */
|