Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dspte.c34 u64 __read_mostly shadow_mmio_value; variable
77 WARN_ON_ONCE(!shadow_mmio_value); in make_mmio_spte()
80 spte |= shadow_mmio_value | access; in make_mmio_spte()
410 shadow_mmio_value = mmio_value; in kvm_mmu_set_mmio_spte_mask()
A Dspte.h158 extern u64 __read_mostly shadow_mmio_value;
241 return (spte & shadow_mmio_mask) == shadow_mmio_value && in is_mmio_spte()

Completed in 4 milliseconds