Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm.c236 if (is_guest_mode(vcpu) && vcpu->wants_to_run) in svm_set_efer()
685 void *msrpm = is_guest_mode(&svm->vcpu) ? svm->nested.msrpm : svm->msrpm; in msr_write_intercepted()
889 (is_guest_mode(vcpu) && guest_cpu_cap_has(vcpu, X86_FEATURE_LBRV) && in svm_update_lbrv()
933 if (WARN_ON_ONCE(is_guest_mode(vcpu))) in grow_ple_window()
957 if (is_guest_mode(vcpu)) in shrink_ple_window()
1592 if (is_guest_mode(&svm->vcpu)) { in svm_clear_vintr()
1996 if ((error_code & PFERR_RSVD_MASK) && !is_guest_mode(vcpu)) { in npf_interception()
2338 if (!is_guest_mode(vcpu)) in gp_interception()
2361 if (!enable_vmware_backdoor || is_guest_mode(vcpu)) in gp_interception()
2570 if (!is_guest_mode(vcpu) || in check_selective_cr0_intercepted()
[all …]
/linux/arch/x86/include/asm/
H A Dirq_remapping.h40 bool is_guest_mode; member
/linux/arch/x86/kvm/vmx/
H A Dvmx.c936 if (is_guest_mode(vcpu)) in vmx_update_exception_bitmap()
1606 if (!is_guest_mode(vcpu)) { in vmx_load_vmcs01()
1617 if (!is_guest_mode(vcpu)) in vmx_put_vmcs01()
1880 if (!is_guest_mode(vcpu)) in vmx_update_emulated_instruction()
2380 if (is_guest_mode(vcpu)) in vmx_set_msr()
2385 if (is_guest_mode(vcpu)) { in vmx_set_msr()
2392 if (is_guest_mode(vcpu)) { in vmx_set_msr()
2404 if (is_guest_mode(vcpu) && get_vmcs12(vcpu)->vm_exit_controls & in vmx_set_msr()
2423 if (is_guest_mode(vcpu) && in vmx_set_msr()
2480 if (is_guest_mode(vcpu) && in vmx_set_msr()
[all …]
H A Dvmx.h699 return enable_unrestricted_guest && (!is_guest_mode(vcpu) || in is_unrestricted_guest()
/linux/drivers/iommu/amd/
H A Diommu.c4143 if (pi_data->is_guest_mode) in amd_ir_set_vcpu_affinity()