spte_low          668 arch/x86/kvm/mmu.c 		u32 spte_low;
spte_low          702 arch/x86/kvm/mmu.c 	WRITE_ONCE(ssptep->spte_low, sspte.spte_low);
spte_low          712 arch/x86/kvm/mmu.c 	WRITE_ONCE(ssptep->spte_low, sspte.spte_low);
spte_low          732 arch/x86/kvm/mmu.c 	orig.spte_low = xchg(&ssptep->spte_low, sspte.spte_low);
spte_low          768 arch/x86/kvm/mmu.c 	spte.spte_low = orig->spte_low;
spte_low          774 arch/x86/kvm/mmu.c 	if (unlikely(spte.spte_low != orig->spte_low ||