Searched refs:x86_is_protected (Results 1 – 2 of 2) sorted by relevance
118 bool x86_is_protected(CPUState *cpu) in x86_is_protected() function126 return !x86_is_protected(cpu); in x86_is_real()133 return x86_is_protected(cpu) && (env->eflags & VM_MASK); in x86_is_v8086()
262 bool x86_is_protected(CPUState *cpu);