Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/amd/
H A Dio_pgtable_v2.c43 static inline bool is_large_pte(u64 pte) in is_large_pte() function
117 if (is_large_pte(pt[i])) in free_pgtable()
151 if (IOMMU_PTE_PRESENT(__pte) && is_large_pte(__pte)) { in v2_alloc_pte()
219 if (is_large_pte(*pte)) { in fetch_pte()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.h313 static inline bool is_large_pte(u64 pte) in is_large_pte() function
320 return (level == PG_LEVEL_4K) || is_large_pte(pte); in is_last_spte()
H A Dspte.c282 if (WARN_ON_ONCE(!is_large_pte(huge_spte))) in make_huge_page_split_spte()
H A Dtdp_mmu.c1073 !is_large_pte(iter.old_spte)) in kvm_tdp_mmu_map()
1448 if (!is_shadow_present_pte(iter.old_spte) || !is_large_pte(iter.old_spte)) in tdp_mmu_split_huge_pages_root()
H A Dmmu.c1835 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) { in __mmu_unsync_walk()
2353 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) in kvm_mmu_get_child_sp()
2467 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) { in validate_direct_spte()
2928 if (level > PG_LEVEL_4K && !is_large_pte(*sptep)) { in mmu_set_spte()
3201 !is_large_pte(spte) && in disallowed_hugepage_adjust()
6471 if (WARN_ON_ONCE(!is_large_pte(*huge_sptep))) in shadow_mmu_try_split_huge_pages()