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