Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.c479 static int is_large_pte(u64 pte) in is_large_pte() function
488 if (is_large_pte(pte)) in is_last_spte()
1440 if (is_large_pte(*sptep)) { in __drop_large_spte()
2105 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) { in __mmu_unsync_walk()
2543 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { in validate_direct_spte()
2572 if (is_large_pte(pte)) in mmu_page_zap_pte()
2959 !is_large_pte(*sptep)) { in mmu_set_spte()
2990 is_large_pte(*sptep)? "2MB" : "4kB", in mmu_set_spte()
2993 if (!was_rmapped && is_large_pte(*sptep)) in mmu_set_spte()