Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Damd_iommu_types.h835 guest_mode : 1, member
849 guest_mode : 1, member
Damd_iommu.c3924 if (!irte->lo.fields_remap.guest_mode) { in irte_ga_set_affinity()
4334 irte->lo.fields_vapic.guest_mode = 1; in amd_ir_set_vcpu_affinity()
4345 irte->lo.fields_remap.guest_mode = 0; in amd_ir_set_vcpu_affinity()
4452 !ref || !entry || !entry->lo.fields_vapic.guest_mode) in amd_iommu_update_ga()
4465 if (ref->lo.fields_vapic.guest_mode) { in amd_iommu_update_ga()
/Linux-v4.19/arch/x86/kvm/
Dmmu.c188 .guest_mode = 1,
4731 role.guest_mode = is_guest_mode(vcpu); in kvm_calc_tdp_mmu_root_page_role()
4798 role.guest_mode = is_guest_mode(vcpu); in kvm_calc_shadow_mmu_root_page_role()
4840 role.guest_mode = true; in kvm_calc_shadow_ept_root_page_role()
Dvmx.c871 bool guest_mode; member
13865 vmx->nested.smm.guest_mode = is_guest_mode(vcpu); in vmx_pre_enter_smm()
13866 if (vmx->nested.smm.guest_mode) in vmx_pre_enter_smm()
13885 if (vmx->nested.smm.guest_mode) { in vmx_pre_leave_smm()
13892 vmx->nested.smm.guest_mode = false; in vmx_pre_leave_smm()
13938 if (vmx->nested.smm.guest_mode) in vmx_get_nested_state()
14056 vmx->nested.smm.guest_mode = true; in vmx_set_nested_state()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h263 unsigned guest_mode:1; member