Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.h329 static inline bool is_large_pte(u64 pte) in is_large_pte() function
336 return (level == PG_LEVEL_4K) || is_large_pte(pte); in is_last_spte()
H A Dtdp_mmu.c1256 !is_large_pte(iter.old_spte)) in kvm_tdp_mmu_map()
1542 if (!is_shadow_present_pte(iter.old_spte) || !is_large_pte(iter.old_spte)) in tdp_mmu_split_huge_pages_root()
H A Dmmu.c1746 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) { in __mmu_unsync_walk()
2265 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) in kvm_mmu_get_child_sp()
2379 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { in validate_direct_spte()
2856 if (level > PG_LEVEL_4K && !is_large_pte(*sptep)) { in mmu_set_spte()
3160 !is_large_pte(spte) && in disallowed_hugepage_adjust()
6805 if (WARN_ON_ONCE(!is_large_pte(*huge_sptep))) in shadow_mmu_try_split_huge_pages()