Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sh3/sh3/ | |
exception.c | 146 uint32_t trapcode; local in function:general_exception 158 trapcode = _reg_read_4(SH_(TRA)) >> 2; 173 if (trapcode == _SH_TRA_BREAK) { 244 code = trapcode; |
exception.c | 146 uint32_t trapcode; local in function:general_exception 158 trapcode = _reg_read_4(SH_(TRA)) >> 2; 173 if (trapcode == _SH_TRA_BREAK) { 244 code = trapcode; |