is_shadow_present_pte 230 arch/x86/kvm/mmu.c return is_shadow_present_pte(pte);
is_shadow_present_pte 745 arch/x86/kvm/mmu.c if (is_shadow_present_pte(*pos)) {
is_shadow_present_pte 954 arch/x86/kvm/mmu.c if (is_shadow_present_pte(pt[i]))
is_shadow_present_pte 965 arch/x86/kvm/mmu.c if (is_shadow_present_pte(ent)) {
is_shadow_present_pte 1671 arch/x86/kvm/mmu.c if (is_shadow_present_pte(pte)) {
is_shadow_present_pte 1707 arch/x86/kvm/mmu.c if (!is_shadow_present_pte(old))
is_shadow_present_pte 1709 arch/x86/kvm/mmu.c if (!is_shadow_present_pte(new))
is_shadow_present_pte 1796 arch/x86/kvm/mmu.c && is_shadow_present_pte(*spte))
is_shadow_present_pte 2356 arch/x86/kvm/mmu.c if (is_shadow_present_pte(ent)
is_shadow_present_pte 2362 arch/x86/kvm/mmu.c is_shadow_present_pte(ent));
is_shadow_present_pte 312 arch/x86/kvm/paging_tmpl.h if (is_shadow_present_pte(*shadow_ent)