Lines Matching refs:is_guest_mode
1587 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()
4533 if (is_guest_mode(&vmx->vcpu)) in set_cr4_guest_host_mask()
4899 if (is_guest_mode(vcpu)) in vmx_inject_nmi()
5101 if (is_guest_mode(vcpu)) { in handle_exception()
5248 if (is_guest_mode(vcpu)) { in handle_set_cr0()
5280 if (is_guest_mode(vcpu)) { in handle_set_cr4()
5298 if (is_guest_mode(vcpu)) { in handle_clts()
7742 if (is_guest_mode(vcpu) && nested_vmx_exit_handled(vcpu)) { in vmx_handle_exit()
7783 !(is_guest_mode(vcpu) && nested_cpu_has_virtual_nmis( in vmx_handle_exit()
7816 if (is_guest_mode(vcpu) && in update_cr8_intercept()
7874 if (!is_guest_mode(vcpu) || in vmx_set_apic_access_page_addr()
7916 if (!is_guest_mode(vcpu)) { in vmx_hwapic_irr_update()
8649 WARN_ON(!is_guest_mode(vcpu)); in vmx_inject_page_fault_nested()
10106 if (is_guest_mode(vcpu)) in vmx_leave_nested()