Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H 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()
408 shadow_mmio_value = mmio_value; in kvm_mmu_set_mmio_spte_mask()
H A Dspte.h159 extern u64 __read_mostly shadow_mmio_value;
254 return (spte & shadow_mmio_mask) == shadow_mmio_value && in is_mmio_spte()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dspte.c25 u64 __read_mostly shadow_mmio_value; variable
55 mask |= shadow_mmio_value | access; in make_mmio_spte()
250 shadow_mmio_value = mmio_value | SPTE_MMIO_MASK; in kvm_mmu_set_mmio_spte_mask()
H A Dspte.h94 extern u64 __read_mostly shadow_mmio_value;

Completed in 3 milliseconds