Home
last modified time | relevance | path

Searched refs:is_guest_mode (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dkvm_cache_regs.h97 static inline bool is_guest_mode(struct kvm_vcpu *vcpu) in is_guest_mode() function
Dsvm.c261 if (!is_guest_mode(&svm->vcpu)) in recalc_intercepts()
276 if (is_guest_mode(&svm->vcpu)) in get_host_vmcb()
1043 if (is_guest_mode(vcpu)) { in svm_write_tsc_offset()
1068 if (is_guest_mode(vcpu)) in svm_adjust_tsc_offset()
2042 if (!is_guest_mode(&svm->vcpu)) in nested_svm_check_exception()
2060 if (!is_guest_mode(&svm->vcpu)) in nested_svm_intr()
2099 if (!is_guest_mode(&svm->vcpu)) in nested_svm_nmi()
2920 if (!is_guest_mode(&svm->vcpu) || in check_selective_cr0_intercepted()
3527 if (is_guest_mode(vcpu)) { in handle_exit()
3635 if (is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK)) in update_cr8_intercept()
[all …]
Dvmx.c1587 if (is_guest_mode(vcpu)) in update_exception_bitmap()
1990 if (is_guest_mode(vcpu)) in vmx_fpu_activate()
2024 if (is_guest_mode(vcpu)) { in vmx_fpu_deactivate()
2134 if (!reinject && is_guest_mode(vcpu) && in vmx_queue_exception()
2188 if (is_guest_mode(vcpu)) in vmx_set_msr_bitmap()
2270 tsc_offset = is_guest_mode(vcpu) ? in vmx_read_l1_tsc()
2302 if (is_guest_mode(vcpu)) { in vmx_write_tsc_offset()
2328 if (is_guest_mode(vcpu)) { in vmx_adjust_tsc_offset()
3629 if (is_paging(vcpu) || is_guest_mode(vcpu)) in vmx_set_cr3()
4420 if (is_guest_mode(vcpu) && in vmx_deliver_nested_posted_interrupt()
[all …]
Dcpuid.c816 if (is_guest_mode(vcpu) && function == 0xa) in kvm_cpuid()
Dx86.c5111 ctxt->guest_mode = is_guest_mode(vcpu); in init_emulate_ctxt()
5151 if (!is_guest_mode(vcpu) && kvm_x86_ops->get_cpl(vcpu) == 0) { in handle_emulation_failure()
6115 if (is_guest_mode(vcpu) && kvm_x86_ops->check_nested_events) { in inject_pending_event()
6134 if (is_guest_mode(vcpu) && kvm_x86_ops->check_nested_events) { in inject_pending_event()
7750 if (is_guest_mode(vcpu) && kvm_x86_ops->check_nested_events) in kvm_arch_vcpu_runnable()