Searched refs:tf_dmt0 (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/arch/m88k/m88k/
H A Dm88100_machdep.c90 if (!ISSET(eframe->tf_dmt0, DMT_VALID))
93 dae_print_one(0, eframe->tf_dma0, eframe->tf_dmd0, eframe->tf_dmt0);
156 if (!ISSET(eframe->tf_dmt0, DMT_VALID))
160 eframe->tf_dma0, eframe->tf_dmd0, eframe->tf_dmt0);
166 eframe->tf_dmt0 = 0;
300 eframe->tf_dmt0 = 0;
H A Dsig_machdep.c259 if (ISSET(tf->tf_dmt0, DMT_VALID))
289 if (CPU_IS88100 && ISSET(tf->tf_dmt0, DMT_VALID)) {
292 if (/* ISSET(tf->tf_dmt0, DMT_VALID) && */
H A Dtrap.c290 if ((frame->tf_dmt0 & DMT_DAS) == 0)
294 if (frame->tf_dmt0 & (DMT_WRITE|DMT_LOCKBAR)) {
327 frame->tf_dmt0 = 0;
347 frame->tf_dmt0 = 0;
363 frame->tf_dmt0 = 0;
402 if (frame->tf_dmt0 & (DMT_WRITE | DMT_LOCKBAR)) {
458 frame->tf_dmt0 = 0;
474 frame->tf_dmt0 = 0;
605 frame->tf_dmt0 = 0;
H A Ddb_interface.c294 if (s->tf_vector == /*data*/3 || s->tf_dmt0 & DMT_VALID) {
296 s->tf_dmt0, s->tf_dmd0, s->tf_dma0);
303 suppress1 = m88k_dmx_print(s->tf_dmt0, s->tf_dmd0,
H A Dm88k_machdep.c223 if (CPU_IS88100 && ISSET(f->tf_dmt0, DMT_VALID)) {
/openbsd-current/sys/arch/m88k/include/
H A Dframe.h61 #define tf_dmt0 tf_regs.dmt0 macro
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dmachdep.c894 if (eframe->tf_dmt0 & DMT_VALID)

Completed in 214 milliseconds