Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/mmu/
H A Dspte.c36 u64 __read_mostly shadow_mmio_value; variable
99 WARN_ON_ONCE(!vcpu->kvm->arch.shadow_mmio_value); in make_mmio_spte()
102 spte |= vcpu->kvm->arch.shadow_mmio_value | access; in make_mmio_spte()
437 shadow_mmio_value = mmio_value; in kvm_mmu_set_mmio_spte_mask()
H A Dspte.h186 extern u64 __read_mostly shadow_mmio_value;
286 return (spte & shadow_mmio_mask) == kvm->arch.shadow_mmio_value && in is_mmio_spte()
H A Dmmu.c6679 kvm->arch.shadow_mmio_value = shadow_mmio_value; in kvm_mmu_init_vm()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h1362 u64 shadow_mmio_value; member