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

  /external/qemu/target-i386/
seg_helper.c 148 if ((e2 & DESC_C_MASK) && dpl > rpl)
577 if (!(e2 & DESC_C_MASK) && dpl < cpl) {
598 } else if ((e2 & DESC_C_MASK) || dpl == cpl) {
781 if ((!(e2 & DESC_C_MASK) && dpl < cpl) || ist != 0) {
790 } else if ((e2 & DESC_C_MASK) || dpl == cpl) {
    [all...]
cpu.h 95 #define DESC_C_MASK (1 << 10) /* code: conforming */
    [all...]
helper.c 624 cpu_fprintf(f, " [%c%c", (sc->flags & DESC_C_MASK) ? 'C' : '-',
    [all...]

Completed in 65 milliseconds