Searched refs:is_large_pte (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dmmu.c309 static int is_large_pte(u64 pte) is_large_pte() function
323 if (is_large_pte(pte)) is_last_spte()
1163 if (is_large_pte(*sptep)) { __drop_large_spte()
1818 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) __mmu_unsync_walk()
2220 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { validate_direct_spte()
2249 if (is_large_pte(pte)) mmu_page_zap_pte()
2584 !is_large_pte(*sptep)) { mmu_set_spte()
2612 is_large_pte(*sptep)? "2MB" : "4kB", mmu_set_spte()
2615 if (!was_rmapped && is_large_pte(*sptep)) mmu_set_spte()

Completed in 74 milliseconds