Searched defs:smode (Results 1 – 3 of 3) sorted by relevance
30 static RISCVException smode(CPURISCVState *env, int csrno) in smode() function
335 static RISCVException smode(CPURISCVState *env, int csrno) in smode() function
771 StackingMode smode = ignore_faults ? STACK_IGNFAULTS : STACK_NORMAL; in v7m_push_callee_stack() local