is_shadow_present_pte  678 arch/x86/kvm/mmu.c 	if (is_shadow_present_pte(spte))
is_shadow_present_pte  790 arch/x86/kvm/mmu.c 	if (!is_shadow_present_pte(spte))
is_shadow_present_pte  835 arch/x86/kvm/mmu.c 	WARN_ON(is_shadow_present_pte(*sptep));
is_shadow_present_pte  847 arch/x86/kvm/mmu.c 	WARN_ON(!is_shadow_present_pte(new_spte));
is_shadow_present_pte  849 arch/x86/kvm/mmu.c 	if (!is_shadow_present_pte(old_spte)) {
is_shadow_present_pte  880 arch/x86/kvm/mmu.c 	if (!is_shadow_present_pte(old_spte))
is_shadow_present_pte  926 arch/x86/kvm/mmu.c 	if (!is_shadow_present_pte(old_spte))
is_shadow_present_pte 1555 arch/x86/kvm/mmu.c 	BUG_ON(!is_shadow_present_pte(*sptep));
is_shadow_present_pte 1588 arch/x86/kvm/mmu.c 	BUG_ON(!is_shadow_present_pte(*sptep));
is_shadow_present_pte 2119 arch/x86/kvm/mmu.c 		if (is_shadow_present_pte(*pos)) {
is_shadow_present_pte 2283 arch/x86/kvm/mmu.c 		if (!is_shadow_present_pte(ent) || is_large_pte(ent)) {
is_shadow_present_pte 2729 arch/x86/kvm/mmu.c 	if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) {
is_shadow_present_pte 2755 arch/x86/kvm/mmu.c 	if (is_shadow_present_pte(pte)) {
is_shadow_present_pte 3166 arch/x86/kvm/mmu.c 	if (is_shadow_present_pte(*sptep)) {
is_shadow_present_pte 3208 arch/x86/kvm/mmu.c 	if (is_shadow_present_pte(*sptep)) {
is_shadow_present_pte 3271 arch/x86/kvm/mmu.c 		if (is_shadow_present_pte(*spte) || spte == sptep) {
is_shadow_present_pte 3310 arch/x86/kvm/mmu.c 	    is_shadow_present_pte(spte) &&
is_shadow_present_pte 3351 arch/x86/kvm/mmu.c 		if (!is_shadow_present_pte(*it.sptep)) {
is_shadow_present_pte 3557 arch/x86/kvm/mmu.c 			if (!is_shadow_present_pte(spte) ||
is_shadow_present_pte 4064 arch/x86/kvm/mmu.c 		if (!is_shadow_present_pte(spte))
is_shadow_present_pte 4152 arch/x86/kvm/mmu.c 		if (!is_shadow_present_pte(spte))
is_shadow_present_pte 5318 arch/x86/kvm/mmu.c 	if (!is_shadow_present_pte(old))
is_shadow_present_pte 5320 arch/x86/kvm/mmu.c 	if (!is_shadow_present_pte(new))
is_shadow_present_pte   44 arch/x86/kvm/mmu_audit.c 		if (is_shadow_present_pte(ent[i]) &&
is_shadow_present_pte  110 arch/x86/kvm/mmu_audit.c 	if (!is_shadow_present_pte(*sptep) || !is_last_spte(*sptep, level))
is_shadow_present_pte  162 arch/x86/kvm/mmu_audit.c 	if (is_shadow_present_pte(*sptep) && is_last_spte(*sptep, level))
is_shadow_present_pte  183 arch/x86/kvm/mmu_audit.c 		if (!is_shadow_present_pte(sp->spt[i]))
is_shadow_present_pte  601 arch/x86/kvm/paging_tmpl.h 		if (is_shadow_present_pte(*spte))
is_shadow_present_pte  652 arch/x86/kvm/paging_tmpl.h 		if (!is_shadow_present_pte(*it.sptep)) {
is_shadow_present_pte  695 arch/x86/kvm/paging_tmpl.h 		if (!is_shadow_present_pte(*it.sptep)) {
is_shadow_present_pte  942 arch/x86/kvm/paging_tmpl.h 		if (!is_shadow_present_pte(*sptep) || !sp->unsync_children)