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

/linux-master/drivers/iommu/amd/
H A Dio_pgtable_v2.c44 static inline bool is_large_pte(u64 pte) function
113 if (is_large_pte(pt[i]))
147 if (IOMMU_PTE_PRESENT(__pte) && is_large_pte(__pte)) {
215 if (is_large_pte(*pte)) {
/linux-master/arch/x86/kvm/mmu/
H A Dspte.h329 static inline bool is_large_pte(u64 pte) function
336 return (level == PG_LEVEL_4K) || is_large_pte(pte);
H A Dspte.c282 if (WARN_ON_ONCE(!is_large_pte(huge_spte)))
H A Dtdp_mmu.c1137 !is_large_pte(iter.old_spte))
1468 if (!is_shadow_present_pte(iter.old_spte) || !is_large_pte(iter.old_spte))
H A Dmmu.c1797 if (!is_shadow_present_pte(ent) || is_large_pte(ent)) {
2316 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep))
2430 if (is_shadow_present_pte(*sptep) && !is_large_pte(*sptep)) {
2891 if (level > PG_LEVEL_4K && !is_large_pte(*sptep)) {
3178 !is_large_pte(spte) &&
6633 if (WARN_ON_ONCE(!is_large_pte(*huge_sptep)))

Completed in 137 milliseconds