Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/
H A Dguest_modes.h7 struct guest_mode { struct
12 extern struct guest_mode guest_modes[NUM_VM_MODES]; argument
15 guest_modes[mode] = (struct guest_mode){ (enabled), (enabled) }; \
/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h229 vcpu->stat.guest_mode = 1; in enter_guest_mode()
241 vcpu->stat.guest_mode = 0; in leave_guest_mode()
H A Ddebugfs.c27 *val = vcpu->stat.guest_mode; in vcpu_get_guest_mode()
H A Dx86.c308 STATS_DESC_IBOOLEAN(VCPU, guest_mode),
/linux/tools/testing/selftests/kvm/lib/
H A Dguest_modes.c12 struct guest_mode guest_modes[NUM_VM_MODES];
/linux/drivers/iommu/amd/
H A Damd_iommu_types.h996 guest_mode : 1, member
1010 guest_mode : 1, member
H A Diommu.c3611 if (!irte->lo.fields_remap.guest_mode) { in irte_ga_set_affinity()
3999 if (!entry || !entry->lo.fields_vapic.guest_mode) in amd_iommu_update_ga()
4030 entry->lo.fields_vapic.guest_mode = 1; in amd_iommu_activate_guest_mode()
4052 if (!entry || !entry->lo.fields_vapic.guest_mode) in amd_iommu_deactivate_guest_mode()
/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h194 return kvm->arch.cpu_dirty_log_size && sp->role.guest_mode; in kvm_mmu_page_ad_need_write_protect()
/linux/arch/x86/include/asm/
H A Dkvm_host.h366 unsigned guest_mode:1; member
1728 u64 guest_mode; member
/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst205 role.guest_mode:
/linux/arch/x86/kvm/vmx/
H A Dnested.c6772 if (vmx->nested.smm.guest_mode) in vmx_get_nested_state()
6998 vmx->nested.smm.guest_mode = true; in vmx_set_nested_state()