HomeSort by: relevance | last modified time | path
    Searched defs:trapcode (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 22 milliseconds