Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h277 bool guest_mode; /* guest running a nested guest */ member
/linux-4.1.27/arch/x86/kvm/
Demulate.c4874 if (unlikely(ctxt->guest_mode) && (ctxt->d & Intercept)) { in x86_emulate_insn()
4903 if (unlikely(ctxt->guest_mode) && (ctxt->d & Intercept)) { in x86_emulate_insn()
4956 if (unlikely(ctxt->guest_mode) && (ctxt->d & Intercept)) { in x86_emulate_insn()
Dx86.c5111 ctxt->guest_mode = is_guest_mode(vcpu); in init_emulate_ctxt()