• Home
  • Raw
  • Download

Lines Matching refs:is_guest_mode

911 	if (is_guest_mode(vcpu))  in vmx_update_exception_bitmap()
1761 if (!is_guest_mode(vcpu)) in vmx_update_emulated_instruction()
2216 if (is_guest_mode(vcpu)) in vmx_set_msr()
2221 if (is_guest_mode(vcpu)) { in vmx_set_msr()
2228 if (is_guest_mode(vcpu)) { in vmx_set_msr()
2247 if (is_guest_mode(vcpu) && get_vmcs12(vcpu)->vm_exit_controls & in vmx_set_msr()
2266 if (is_guest_mode(vcpu) && in vmx_set_msr()
2323 if (is_guest_mode(vcpu) && in vmx_set_msr()
3087 WARN_ON_ONCE(is_guest_mode(vcpu)); in enter_rmode()
3196 if (is_guest_mode(vcpu)) in vmx_get_current_vpid()
3273 if (is_guest_mode(vcpu)) in vmx_is_valid_cr0()
3346 } else if (!is_guest_mode(vcpu)) { in vmx_set_cr0()
3385 (!is_guest_mode(vcpu) || nested_ept_ad_enabled(vcpu))) in construct_eptp()
3461 } else if (!is_guest_mode(vcpu) || in vmx_set_cr4()
4127 if (WARN_ON_ONCE(!is_guest_mode(vcpu)) || in vmx_guest_apic_has_interrupt()
4217 if (is_guest_mode(vcpu) && in vmx_deliver_nested_posted_interrupt()
4379 if (is_guest_mode(&vmx->vcpu)) in set_cr4_guest_host_mask()
4448 if (is_guest_mode(vcpu)) { in vmx_refresh_apicv_exec_ctrl()
5030 if (is_guest_mode(vcpu) && nested_exit_on_nmi(vcpu)) in vmx_nmi_blocked()
5047 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_nmi(vcpu)) in vmx_nmi_allowed()
5062 if (is_guest_mode(vcpu) && nested_exit_on_intr(vcpu)) in vmx_interrupt_blocked()
5077 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_intr(vcpu)) in vmx_interrupt_allowed()
5403 if (is_guest_mode(vcpu)) { in handle_set_cr0()
5429 if (is_guest_mode(vcpu)) { in handle_set_cr4()
5819 if (!is_guest_mode(vcpu) && in handle_ept_misconfig()
6434 if (enable_pml && !is_guest_mode(vcpu)) in __vmx_handle_exit()
6446 if (is_guest_mode(vcpu)) { in __vmx_handle_exit()
6691 if (is_guest_mode(vcpu) && in vmx_update_cr8_intercept()
6696 if (is_guest_mode(vcpu)) in vmx_update_cr8_intercept()
6715 if (is_guest_mode(vcpu)) { in vmx_set_virtual_apic_mode()
6766 if (is_guest_mode(vcpu)) { in vmx_set_apic_access_page_addr()
6870 if (!is_guest_mode(vcpu)) in vmx_hwapic_irr_update()
6912 if (!is_guest_mode(vcpu) && kvm_vcpu_apicv_active(vcpu)) in vmx_sync_pir_to_irr()
7414 if (is_guest_mode(vcpu)) { in vmx_vcpu_run()
7442 if (is_guest_mode(vcpu)) in vmx_vcpu_run()
8125 if (is_guest_mode(vcpu)) { in vmx_update_cpu_dirty_logging()
8171 vmx->nested.smm.guest_mode = is_guest_mode(vcpu); in vmx_enter_smm()
8210 return to_vmx(vcpu)->nested.vmxon && !is_guest_mode(vcpu); in vmx_apic_init_signal_blocked()
8215 if (is_guest_mode(vcpu)) { in vmx_migrate_timers()