Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmu.c309 static int is_large_pte(u64 pte) in is_large_pte() function
323 if (is_large_pte(pte)) in is_last_spte()
1131 if (is_large_pte(*sptep)) { in __drop_large_spte()
1747 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) in __mmu_unsync_walk()
2149 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { in validate_direct_spte()
2178 if (is_large_pte(pte)) in mmu_page_zap_pte()
2610 !is_large_pte(*sptep)) { in mmu_set_spte()
2638 is_large_pte(*sptep)? "2MB" : "4kB", in mmu_set_spte()
2641 if (!was_rmapped && is_large_pte(*sptep)) in mmu_set_spte()