Searched refs:shadow_mmio_value (Results 1 – 3 of 3) sorted by relevance
34 u64 __read_mostly shadow_mmio_value; variable97 WARN_ON_ONCE(!vcpu->kvm->arch.shadow_mmio_value); in make_mmio_spte()100 spte |= vcpu->kvm->arch.shadow_mmio_value | access; in make_mmio_spte()406 shadow_mmio_value = mmio_value; in kvm_mmu_set_mmio_spte_mask()
177 extern u64 __read_mostly shadow_mmio_value;272 return (spte & shadow_mmio_mask) == kvm->arch.shadow_mmio_value && in is_mmio_spte()
1333 u64 shadow_mmio_value; member