Searched refs:crishw (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Ddv-cris.c113 struct cris_hw *crishw = hw_data (me); local
116 unsigned int intno = crishw->pending_vector;
120 crishw->pending_vector = 0;
121 crishw->pending_handler = NULL;
148 crishw->pending_handler
163 struct cris_hw *crishw = hw_data (me); local
181 if (crishw->int_to_vec != NULL)
184 for (i = 0; crishw->int_to_vec[i].portval != 0; i++)
185 if (crishw->int_to_vec[i].portval == intparam)
188 if (crishw
233 struct cris_hw *crishw; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Ddv-cris.c116 struct cris_hw *crishw = hw_data (me); local
119 unsigned int intno = crishw->pending_vector;
123 crishw->pending_vector = 0;
124 crishw->pending_handler = NULL;
151 crishw->pending_handler
166 struct cris_hw *crishw = hw_data (me); local
184 if (crishw->int_to_vec != NULL)
187 for (i = 0; crishw->int_to_vec[i].portval != 0; i++)
188 if (crishw->int_to_vec[i].portval == intparam)
191 if (crishw
236 struct cris_hw *crishw; local
[all...]

Completed in 120 milliseconds