Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/amd/
Dio_pgtable_v2.c44 static inline bool is_large_pte(u64 pte) in is_large_pte() function
123 if (is_large_pte(pt[i])) in free_pgtable()
157 if (IOMMU_PTE_PRESENT(__pte) && is_large_pte(__pte)) { in v2_alloc_pte()
225 if (is_large_pte(*pte)) { in fetch_pte()
/Linux-v6.1/arch/x86/kvm/mmu/
Dspte.h283 static inline bool is_large_pte(u64 pte) in is_large_pte() function
290 return (level == PG_LEVEL_4K) || is_large_pte(pte); in is_last_spte()
Dspte.c272 if (WARN_ON_ONCE(!is_large_pte(huge_spte))) in make_huge_page_split_spte()
Dtdp_mmu.c1181 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()
Dmmu.c1791 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) { in __mmu_unsync_walk()
2238 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) in kvm_mmu_get_child_sp()
2343 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { in validate_direct_spte()
2810 if (level > PG_LEVEL_4K && !is_large_pte(*sptep)) { in mmu_set_spte()
3088 !is_large_pte(spte)) { in disallowed_hugepage_adjust()
6287 if (WARN_ON_ONCE(!is_large_pte(*huge_sptep))) in shadow_mmu_try_split_huge_pages()