Searched refs:ssw (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/m68k/kernel/ |
D | traps.c | 234 fp->un.fmt7.ssw = wbs & 0xff; in fix_xframe040() 236 fp->un.fmt7.ssw |= MA_040; in fix_xframe040() 294 unsigned short ssw = fp->un.fmt7.ssw; in access_error040() local 297 pr_debug("ssw=%#x, fa=%#lx\n", ssw, fp->un.fmt7.faddr); in access_error040() 304 if (ssw & ATC_040) { in access_error040() 312 if (ssw & MA_040) in access_error040() 316 mmusr = probe040(!(ssw & RW_040), addr, ssw); in access_error040() 327 if (!(ssw & RW_040) || (ssw & LK_040)) in access_error040() 356 pr_err("68040 bus error (ssw=%x, faddr=%lx)\n", ssw, in access_error040() 376 unsigned short ssw = fp->un.fmtb.ssw; in bus_error030() local [all …]
|
/Linux-v6.6/drivers/accessibility/speakup/ |
D | selection.c | 27 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-v6.6/arch/m68k/include/asm/ |
D | traps.h | 221 unsigned short ssw; /* special status word */ member 242 unsigned short ssw; /* special status word */ member 252 unsigned short ssw; /* special status word */ member
|
/Linux-v6.6/drivers/block/drbd/ |
D | drbd_state.c | 1270 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()
|