Searched refs:SR_S (Results 1 – 8 of 8) sorted by relevance
49 if (env->sr & SR_S) { in m68k_get_tb_cpu_state()83 return cpu_env(cs)->sr & SR_S ? MMU_KERNEL_IDX : MMU_USER_IDX; in m68k_cpu_mmu_index()112 cpu_m68k_set_sr(env, SR_S | SR_I); in m68k_cpu_reset_hold()
224 env->sr |= SR_S; in cf_interrupt_all()307 sr |= SR_S; in m68k_interrupt_all()465 if (env->sr & SR_S) { /* SUPERVISOR */ in m68k_cpu_transaction_failed()
244 #define SR_S 0x2000 macro
441 if (env->sr & SR_S) { in m68k_switch_sp()452 new_sp = (env->sr & SR_S && env->cacr & M68K_CACR_EUSP) in m68k_switch_sp()924 if (env->sr & SR_S) { in m68k_cpu_get_phys_page_debug()
4395 if (IS_USER(s) || (ext & SR_S) == 0) { in DISAS_INSN()6157 (sr & SR_S) ? 'S' : 'U', (sr & SR_M) ? '%' : 'I', in m68k_cpu_dump_state()
168 if (!(env->sr & (1u << SR_S))) { in helper_macl()184 if (env->sr & (1u << SR_S)) { in helper_macw()
49 #define SR_S 1 macro
444 tcg_gen_andi_i32(cpu_sr, cpu_sr, ~(1u << SR_S)); in _decode_opc()463 tcg_gen_ori_i32(cpu_sr, cpu_sr, (1u << SR_S)); in _decode_opc()