Home
last modified time | relevance | path

Searched refs:ssw (Results 1 – 4 of 4) sorted by relevance

/linux/arch/m68k/kernel/
A Dtraps.c293 unsigned short ssw = fp->un.fmt7.ssw; in access_error040() local
315 mmusr = probe040(!(ssw & RW_040), addr, ssw); in access_error040()
326 if (!(ssw & RW_040) || (ssw & LK_040)) in access_error040()
375 unsigned short ssw = fp->un.fmtb.ssw; in bus_error030() local
405 if (! ((ssw & DF) && ((ssw & DFC) == USER_DATA))) { in bus_error030()
434 if (!(ssw & (FC | FB)) && !(ssw & DF)) in bus_error030()
466 if (!(ssw & RW) || ssw & RM) in bus_error030()
501 unsigned short ssw = fp->un.fmtb.ssw; in bus_error030() local
544 if (!(ssw & RW) || (ssw & RM)) in bus_error030()
602 if (!(ssw & RW) || (ssw & RM)) in bus_error030()
[all …]
/linux/drivers/accessibility/speakup/
A Dselection.c27 struct speakup_selection_work *ssw = in __speakup_set_selection() local
33 sel = ssw->sel; in __speakup_set_selection()
39 tty = xchg(&ssw->tty, NULL); in __speakup_set_selection()
108 struct speakup_selection_work *ssw = in __speakup_paste_selection() local
110 struct tty_struct *tty = xchg(&ssw->tty, NULL); in __speakup_paste_selection()
/linux/arch/m68k/include/asm/
A Dtraps.h221 unsigned short ssw; /* special status word */ member
242 unsigned short ssw; /* special status word */ member
252 unsigned short ssw; /* special status word */ member
/linux/drivers/block/drbd/
A Ddrbd_state.c1270 enum sanitize_state_warnings ssw; in _drbd_set_state() local
1276 ns = sanitize_state(device, os, ns, &ssw); in _drbd_set_state()
1305 print_sanitize_warnings(device, ssw); in _drbd_set_state()

Completed in 14 milliseconds