Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/amd/
H A Dio_pgtable_v2.c44 static inline bool is_large_pte(u64 pte) in is_large_pte() function
113 if (is_large_pte(pt[i])) in free_pgtable()
147 if (IOMMU_PTE_PRESENT(__pte) && is_large_pte(__pte)) { in v2_alloc_pte()
215 if (is_large_pte(*pte)) { in fetch_pte()
/linux-6.15/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 Dspte.c310 KVM_BUG_ON(!is_shadow_present_pte(huge_spte) || !is_large_pte(huge_spte), kvm); in make_small_spte()
H A Dtdp_mmu.c1272 !is_large_pte(iter.old_spte)) in kvm_tdp_mmu_map()
1559 if (!is_shadow_present_pte(iter.old_spte) || !is_large_pte(iter.old_spte)) in tdp_mmu_split_huge_pages_root()
H A Dmmu.c1918 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) { in __mmu_unsync_walk()
2437 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) in kvm_mmu_get_child_sp()
2551 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { in validate_direct_spte()
3029 if (level > PG_LEVEL_4K && !is_large_pte(*sptep)) { in mmu_set_spte()
3333 !is_large_pte(spte) && in disallowed_hugepage_adjust()
6979 if (WARN_ON_ONCE(!is_large_pte(*huge_sptep))) in shadow_mmu_try_split_huge_pages()