Home
last modified time | relevance | path

Searched refs:exp_types (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/sh/include/
H A Dtrap.h176 extern const int exp_types;
/openbsd-src/sys/arch/sh/sh/
H A Dtrap.c140 const int exp_types = sizeof exp_type / sizeof exp_type[0]; variable
295 if ((expevt >> 5) < exp_types && exp_type[expevt >> 5] != NULL) in general_exception()
H A Ddb_interface.c98 if (i >= exp_types) in kdb_printtrap()