Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dspte.c31 u64 __read_mostly shadow_mmio_value; variable
60 WARN_ON_ONCE(!shadow_mmio_value); in make_mmio_spte()
63 spte |= shadow_mmio_value | access; in make_mmio_spte()
300 shadow_mmio_value = mmio_value; in kvm_mmu_set_mmio_spte_mask()
A Dspte.h143 extern u64 __read_mostly shadow_mmio_value;
207 return (spte & shadow_mmio_mask) == shadow_mmio_value && in is_mmio_spte()
208 likely(shadow_mmio_value); in is_mmio_spte()
A Dmmu.c3034 if (unlikely(!shadow_mmio_value)) { in handle_abnormal_pfn()

Completed in 16 milliseconds