Lines Matching refs:is_guest_mode
1661 if (is_guest_mode(vcpu)) in update_exception_bitmap()
2135 if (is_guest_mode(vcpu)) in vmx_fpu_activate()
2169 if (is_guest_mode(vcpu)) { in vmx_fpu_deactivate()
2279 if (!reinject && is_guest_mode(vcpu) && in vmx_queue_exception()
2333 if (is_guest_mode(vcpu)) in vmx_set_msr_bitmap()
2415 tsc_offset = is_guest_mode(vcpu) ? in vmx_read_l1_tsc()
2431 if (is_guest_mode(vcpu)) { in vmx_write_tsc_offset()
2457 if (is_guest_mode(vcpu)) { in vmx_adjust_tsc_offset_guest()
3771 if (is_paging(vcpu) || is_guest_mode(vcpu)) in vmx_set_cr3()
4568 if (is_guest_mode(vcpu) && in vmx_deliver_nested_posted_interrupt()
4681 if (is_guest_mode(&vmx->vcpu)) in set_cr4_guest_host_mask()
5048 if (is_guest_mode(vcpu)) in vmx_inject_nmi()
5245 if (is_guest_mode(vcpu)) { in handle_exception()
5392 if (is_guest_mode(vcpu)) { in handle_set_cr0()
5424 if (is_guest_mode(vcpu)) { in handle_set_cr4()
5442 if (is_guest_mode(vcpu)) { in handle_clts()
8096 if (is_guest_mode(vcpu) && nested_vmx_exit_handled(vcpu)) { in vmx_handle_exit()
8138 !(is_guest_mode(vcpu) && nested_cpu_has_virtual_nmis( in vmx_handle_exit()
8171 if (is_guest_mode(vcpu) && in update_cr8_intercept()
8229 if (!is_guest_mode(vcpu) || in vmx_set_apic_access_page_addr()
8271 if (!is_guest_mode(vcpu)) { in vmx_hwapic_irr_update()
9046 WARN_ON(!is_guest_mode(vcpu)); in vmx_inject_page_fault_nested()
10518 if (is_guest_mode(vcpu)) in vmx_leave_nested()