Home
last modified time | relevance | path

Searched refs:shadow_mmio_value (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dspte.c36 u64 __read_mostly shadow_mmio_value; variable
99 spte |= vcpu->kvm->arch.shadow_mmio_value | access; in make_mmio_spte()
469 shadow_mmio_value = mmio_value; in kvm_mmu_set_mmio_spte_mask()
477 kvm->arch.shadow_mmio_value = mmio_value; in kvm_mmu_set_mmio_spte_value()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1440 u64 shadow_mmio_value; member