Searched refs:trapcode (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | exception.c | 146 uint32_t trapcode; in general_exception() local 158 trapcode = _reg_read_4(SH_(TRA)) >> 2; in general_exception() 173 if (trapcode == _SH_TRA_BREAK) { in general_exception() 244 code = trapcode; in general_exception()
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | oea_machdep.c | 124 extern int trapcode[], trapsize[]; in oea_init() 207 memcpy((void *)exc, trapcode, size); in oea_init() 258 memcpy((void *)exc, trapcode, size); in oea_init() 259 memcpy((void *)(exc_base + EXC_VEC), trapcode, size); in oea_init() 268 memcpy((void *)exc, trapcode, size); in oea_init()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | trap_subr.S | 184 .globl _C_LABEL(trapcode),_C_LABEL(trapsize) 185 _C_LABEL(trapcode): 207 _C_LABEL(trapsize) = .-_C_LABEL(trapcode)
|