Home
last modified time | relevance | path

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

/external/qemu/target-arm/
Dcpu.h521 int privmode; in cpu_get_tb_cpu_state() local
529 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()