Searched refs:slowtrap (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | locore.s | 315 #define TRAP(type) VTRAP(type, slowtrap) 318 #define UTRAP(type) VTRAP(type, slowtrap) 321 #define STRAP(type) VTRAP(type, slowtrap) 2057 btst PSR_PS, %l0 ! slowtrap() if from kernel 2058 bnz slowtrap 2081 bnz slowtrap 2090 bne slowtrap 2111 bne slowtrap ! no, go handle per usual 2129 slowtrap: label 2216 bz slowtrap ! no, go do regular trap [all …]
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | locore.s | 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) 1066 ba slowtrap 1994 ba slowtrap ! all our register windows. 3704 bz,pn %icc, slowtrap 3708 ba,a,pt %icc, slowtrap 3719 slowtrap: label 3959 bz slowtrap ! no, go do regular trap [all …]
|