is_large_pte      623 arch/x86/kvm/mmu.c 	if (is_large_pte(pte))
is_large_pte     1605 arch/x86/kvm/mmu.c 	if (is_large_pte(*sptep)) {
is_large_pte     2283 arch/x86/kvm/mmu.c 		if (!is_shadow_present_pte(ent) || is_large_pte(ent)) {
is_large_pte     2729 arch/x86/kvm/mmu.c 	if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) {
is_large_pte     2758 arch/x86/kvm/mmu.c 			if (is_large_pte(pte))
is_large_pte     3172 arch/x86/kvm/mmu.c 		    !is_large_pte(*sptep)) {
is_large_pte     3205 arch/x86/kvm/mmu.c 	if (!was_rmapped && is_large_pte(*sptep))
is_large_pte     3311 arch/x86/kvm/mmu.c 	    !is_large_pte(spte)) {