HomeSort by relevance Sort by last modified time
    Searched refs:DESC_DPL_SHIFT (Results 1 - 5 of 5) sorted by null

  /external/qemu/target-i386/
op_helper.c 233 dpl = (e2 >> DESC_DPL_SHIFT) & 3;
717 dpl = (e2 >> DESC_DPL_SHIFT) & 3;
734 dpl = (e2 >> DESC_DPL_SHIFT) & 3;
748 ss_dpl = (ss_e2 >> DESC_DPL_SHIFT) & 3;
917 dpl = (e2 >> DESC_DPL_SHIFT) & 3;
935 dpl = (e2 >> DESC_DPL_SHIFT) & 3;
    [all...]
cpu.h 84 #define DESC_DPL_SHIFT 13
85 #define DESC_DPL_MASK (3 << DESC_DPL_SHIFT)
hax-all.c 686 | (rhs->dpl << DESC_DPL_SHIFT)
790 hflags = (env->segs[R_CS].flags >> DESC_DPL_SHIFT) & HF_CPL_MASK;
kvm.c 314 | (rhs->dpl << DESC_DPL_SHIFT)
543 hflags = (env->segs[R_CS].flags >> DESC_DPL_SHIFT) & HF_CPL_MASK;
helper.c 619 cpu_fprintf(f, " DPL=%d ", (sc->flags & DESC_DPL_MASK) >> DESC_DPL_SHIFT);
    [all...]

Completed in 365 milliseconds