Home
last modified time | relevance | path

Searched refs:smode (Results 1 – 3 of 3) sorted by relevance

/qemu/target/riscv/
H A Dth_csr.c30 static RISCVException smode(CPURISCVState *env, int csrno) in smode() function
56 .csr_ops = { "th.sxstatus", smode, read_th_sxstatus }
H A Dcsr.c335 static RISCVException smode(CPURISCVState *env, int csrno) in smode() function
350 return smode(env, csrno); in smode32()
371 return smode(env, csrno); in aia_smode()
402 return smode(env, csrno); in scountinhibit_pred()
426 return smode(env, csrno); in csrind_smode()
435 return smode(env, csrno); in csrind_or_aia_smode()
545 RISCVException ret = smode(env, csrno); in sstateen()
581 RISCVException ret = hmode_check ? hmode(env, csrno) : smode(env, csrno); in sstc()
633 return smode(env, csrno); in satp()
5869 [CSR_SENVCFG] = { "senvcfg", smode, read_senvcfg, write_senvcfg,
[all …]
/qemu/target/arm/tcg/
H A Dm_helper.c771 StackingMode smode = ignore_faults ? STACK_IGNFAULTS : STACK_NORMAL; in v7m_push_callee_stack() local
816 v7m_stack_write(cpu, frameptr, sig, mmu_idx, smode) && in v7m_push_callee_stack()
817 v7m_stack_write(cpu, frameptr + 0x8, env->regs[4], mmu_idx, smode) && in v7m_push_callee_stack()
818 v7m_stack_write(cpu, frameptr + 0xc, env->regs[5], mmu_idx, smode) && in v7m_push_callee_stack()
819 v7m_stack_write(cpu, frameptr + 0x10, env->regs[6], mmu_idx, smode) && in v7m_push_callee_stack()
820 v7m_stack_write(cpu, frameptr + 0x14, env->regs[7], mmu_idx, smode) && in v7m_push_callee_stack()
821 v7m_stack_write(cpu, frameptr + 0x18, env->regs[8], mmu_idx, smode) && in v7m_push_callee_stack()
822 v7m_stack_write(cpu, frameptr + 0x1c, env->regs[9], mmu_idx, smode) && in v7m_push_callee_stack()
823 v7m_stack_write(cpu, frameptr + 0x20, env->regs[10], mmu_idx, smode) && in v7m_push_callee_stack()
824 v7m_stack_write(cpu, frameptr + 0x24, env->regs[11], mmu_idx, smode); in v7m_push_callee_stack()