is_writable_pte   805 arch/x86/kvm/mmu.c 	    	    (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0))
is_writable_pte   889 arch/x86/kvm/mmu.c 	      !is_writable_pte(new_spte))
is_writable_pte  1024 arch/x86/kvm/mmu.c 		if (is_writable_pte(spte))
is_writable_pte  1643 arch/x86/kvm/mmu.c 	if (!is_writable_pte(spte) &&
is_writable_pte  3126 arch/x86/kvm/mmu.c 		if (!can_unsync && is_writable_pte(*sptep))
is_writable_pte  3507 arch/x86/kvm/mmu.c 	if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) {
is_writable_pte  3525 arch/x86/kvm/mmu.c 		return is_writable_pte(spte);
is_writable_pte   206 arch/x86/kvm/mmu_audit.c 		if (is_writable_pte(*sptep))
is_writable_pte   248 arch/x86/kvm/mmutrace.h 	(__entry->retry && is_writable_pte(__entry->__spte))