Searched refs:privmode (Results 1 – 1 of 1) sorted by relevance
521 int privmode; in cpu_get_tb_cpu_state() local529 privmode = !((env->v7m.exception == 0) && (env->v7m.control & 1)); in cpu_get_tb_cpu_state()531 privmode = (env->uncached_cpsr & CPSR_M) != ARM_CPU_MODE_USR; in cpu_get_tb_cpu_state()533 if (privmode) { in cpu_get_tb_cpu_state()