Searched refs:ssw (Results 1 – 5 of 5) sorted by relevance
/qemu/target/m68k/ |
H A D | op_helper.c | 368 cpu_stw_mmuidx_ra(env, sp, env->mmu.ssw, MMU_KERNEL_IDX, 0); in m68k_interrupt_all() 378 env->mmu.ssw, env->mmu.ar, env->sfc, env->dfc); in m68k_interrupt_all() 460 env->mmu.ssw |= M68K_ATC_040; in m68k_cpu_transaction_failed() 464 env->mmu.ssw &= ~M68K_TM_040; in m68k_cpu_transaction_failed() 466 env->mmu.ssw |= M68K_TM_040_SUPER; in m68k_cpu_transaction_failed() 469 env->mmu.ssw |= M68K_TM_040_CODE; in m68k_cpu_transaction_failed() 471 env->mmu.ssw |= M68K_TM_040_DATA; in m68k_cpu_transaction_failed() 473 env->mmu.ssw &= ~M68K_BA_SIZE_MASK; in m68k_cpu_transaction_failed() 476 env->mmu.ssw |= M68K_BA_SIZE_BYTE; in m68k_cpu_transaction_failed() 479 env->mmu.ssw |= M68K_BA_SIZE_WORD; in m68k_cpu_transaction_failed() [all …]
|
H A D | helper.c | 1001 env->mmu.ssw = M68K_ATC_040; in m68k_cpu_tlb_fill() 1004 env->mmu.ssw |= M68K_BA_SIZE_BYTE; in m68k_cpu_tlb_fill() 1007 env->mmu.ssw |= M68K_BA_SIZE_WORD; in m68k_cpu_tlb_fill() 1010 env->mmu.ssw |= M68K_BA_SIZE_LONG; in m68k_cpu_tlb_fill() 1014 env->mmu.ssw |= M68K_TM_040_SUPER; in m68k_cpu_tlb_fill() 1017 env->mmu.ssw |= M68K_TM_040_CODE; in m68k_cpu_tlb_fill() 1019 env->mmu.ssw |= M68K_TM_040_DATA; in m68k_cpu_tlb_fill() 1022 env->mmu.ssw |= M68K_RW_040; in m68k_cpu_tlb_fill() 1477 env->mmu.ssw = 0; in HELPER()
|
H A D | cpu.h | 132 uint32_t ssw; member
|
H A D | cpu.c | 539 VMSTATE_UINT32(env.mmu.ssw, M68kCPU),
|
H A D | translate.c | 6202 env->mmu.ssw, env->mmu.tcr, env->mmu.urp, env->mmu.srp); in m68k_cpu_dump_state()
|