Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dtraps.c294 unsigned short ssw = fp->un.fmt7.ssw; in access_error040() local
316 mmusr = probe040(!(ssw & RW_040), addr, ssw); in access_error040()
327 if (!(ssw & RW_040) || (ssw & LK_040)) in access_error040()
376 unsigned short ssw = fp->un.fmtb.ssw; in bus_error030() local
406 if (! ((ssw & DF) && ((ssw & DFC) == USER_DATA))) { in bus_error030()
435 if (!(ssw & (FC | FB)) && !(ssw & DF)) in bus_error030()
467 if (!(ssw & RW) || ssw & RM) in bus_error030()
502 unsigned short ssw = fp->un.fmtb.ssw; in bus_error030() local
545 if (!(ssw & RW) || (ssw & RM)) in bus_error030()
603 if (!(ssw & RW) || (ssw & RM)) in bus_error030()
[all …]
/openbmc/linux/drivers/accessibility/speakup/
H 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()
/openbmc/linux/arch/m68k/include/asm/
H 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
/openbmc/qemu/target/m68k/
H A Dop_helper.c379 cpu_stw_mmuidx_ra(env, sp, env->mmu.ssw, MMU_KERNEL_IDX, 0); in m68k_interrupt_all()
475 env->mmu.ssw |= M68K_ATC_040; in m68k_cpu_transaction_failed()
479 env->mmu.ssw &= ~M68K_TM_040; in m68k_cpu_transaction_failed()
481 env->mmu.ssw |= M68K_TM_040_SUPER; in m68k_cpu_transaction_failed()
484 env->mmu.ssw |= M68K_TM_040_CODE; in m68k_cpu_transaction_failed()
486 env->mmu.ssw |= M68K_TM_040_DATA; in m68k_cpu_transaction_failed()
488 env->mmu.ssw &= ~M68K_BA_SIZE_MASK; in m68k_cpu_transaction_failed()
491 env->mmu.ssw |= M68K_BA_SIZE_BYTE; in m68k_cpu_transaction_failed()
494 env->mmu.ssw |= M68K_BA_SIZE_WORD; in m68k_cpu_transaction_failed()
497 env->mmu.ssw |= M68K_BA_SIZE_LONG; in m68k_cpu_transaction_failed()
[all …]
H A Dhelper.c1028 env->mmu.ssw = M68K_ATC_040; in m68k_cpu_tlb_fill()
1031 env->mmu.ssw |= M68K_BA_SIZE_BYTE; in m68k_cpu_tlb_fill()
1034 env->mmu.ssw |= M68K_BA_SIZE_WORD; in m68k_cpu_tlb_fill()
1037 env->mmu.ssw |= M68K_BA_SIZE_LONG; in m68k_cpu_tlb_fill()
1041 env->mmu.ssw |= M68K_TM_040_SUPER; in m68k_cpu_tlb_fill()
1044 env->mmu.ssw |= M68K_TM_040_CODE; in m68k_cpu_tlb_fill()
1046 env->mmu.ssw |= M68K_TM_040_DATA; in m68k_cpu_tlb_fill()
1049 env->mmu.ssw |= M68K_RW_040; in m68k_cpu_tlb_fill()
1504 env->mmu.ssw = 0; in HELPER()
H A Dcpu.h132 uint32_t ssw; member
H A Dcpu.c459 VMSTATE_UINT32(env.mmu.ssw, M68kCPU),
H A Dtranslate.c6172 env->mmu.ssw, env->mmu.tcr, env->mmu.urp, env->mmu.srp); in m68k_cpu_dump_state()
/openbmc/linux/drivers/block/drbd/
H 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()