Searched refs:ssw (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/m68k/kernel/ |
H A D | traps.c | 294 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 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()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A 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
|
/openbmc/qemu/target/m68k/ |
H A D | op_helper.c | 369 cpu_stw_mmuidx_ra(env, sp, env->mmu.ssw, MMU_KERNEL_IDX, 0); in m68k_interrupt_all() 461 env->mmu.ssw |= M68K_ATC_040; in m68k_cpu_transaction_failed() 465 env->mmu.ssw &= ~M68K_TM_040; in m68k_cpu_transaction_failed() 467 env->mmu.ssw |= M68K_TM_040_SUPER; in m68k_cpu_transaction_failed() 470 env->mmu.ssw |= M68K_TM_040_CODE; in m68k_cpu_transaction_failed() 472 env->mmu.ssw |= M68K_TM_040_DATA; in m68k_cpu_transaction_failed() 474 env->mmu.ssw &= ~M68K_BA_SIZE_MASK; in m68k_cpu_transaction_failed() 477 env->mmu.ssw |= M68K_BA_SIZE_BYTE; in m68k_cpu_transaction_failed() 480 env->mmu.ssw |= M68K_BA_SIZE_WORD; in m68k_cpu_transaction_failed() 483 env->mmu.ssw |= M68K_BA_SIZE_LONG; in m68k_cpu_transaction_failed() [all …]
|
H A D | helper.c | 998 env->mmu.ssw = M68K_ATC_040; in m68k_cpu_tlb_fill() 1001 env->mmu.ssw |= M68K_BA_SIZE_BYTE; in m68k_cpu_tlb_fill() 1004 env->mmu.ssw |= M68K_BA_SIZE_WORD; in m68k_cpu_tlb_fill() 1007 env->mmu.ssw |= M68K_BA_SIZE_LONG; in m68k_cpu_tlb_fill() 1011 env->mmu.ssw |= M68K_TM_040_SUPER; in m68k_cpu_tlb_fill() 1014 env->mmu.ssw |= M68K_TM_040_CODE; in m68k_cpu_tlb_fill() 1016 env->mmu.ssw |= M68K_TM_040_DATA; in m68k_cpu_tlb_fill() 1019 env->mmu.ssw |= M68K_RW_040; in m68k_cpu_tlb_fill() 1474 env->mmu.ssw = 0; in HELPER()
|
H A D | cpu.h | 132 uint32_t ssw; member
|
H A D | cpu.c | 461 VMSTATE_UINT32(env.mmu.ssw, M68kCPU),
|
H A D | translate.c | 6201 env->mmu.ssw, env->mmu.tcr, env->mmu.urp, env->mmu.srp); in m68k_cpu_dump_state()
|
/openbmc/linux/drivers/block/drbd/ |
H A 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()
|