Searched refs:shadow_mmio_mask (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dspte.h176 extern u64 __read_mostly shadow_mmio_mask;
270 return (spte & shadow_mmio_mask) == kvm->arch.shadow_mmio_value &&
H A Dspte.c35 u64 __read_mostly shadow_mmio_mask; variable
393 shadow_mmio_mask = mmio_mask;

Completed in 225 milliseconds