HomeSort by relevance Sort by last modified time
    Searched full:privmode (Results 1 - 1 of 1) sorted by null

  /external/qemu/target-arm/
cpu.h 521 int privmode; local
529 privmode = !((env->v7m.exception == 0) && (env->v7m.control & 1));
531 privmode = (env->uncached_cpsr & CPSR_M) != ARM_CPU_MODE_USR;
533 if (privmode) {

Completed in 431 milliseconds