Searched refs:ARM_V7S_PTE_IS_TABLE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable-arm-v7s.c | 84 #define ARM_V7S_PTE_IS_TABLE(pte, lvl) \ macro 213 if (ARM_V7S_PTE_IS_TABLE(pte, lvl)) in iopte_to_paddr() 420 if (lvl == 1 && !ARM_V7S_PTE_IS_TABLE(pte, lvl)) in arm_v7s_pte_is_cont() 440 if (ARM_V7S_PTE_IS_TABLE(ptep[i], lvl)) { in arm_v7s_init_pte() 532 if (ARM_V7S_PTE_IS_TABLE(pte, lvl)) { in __arm_v7s_map() 585 if (ARM_V7S_PTE_IS_TABLE(pte, 1)) in arm_v7s_free_pgtable() 654 if (!ARM_V7S_PTE_IS_TABLE(pte, 1)) in arm_v7s_split_blk_unmap() 711 if (ARM_V7S_PTE_IS_TABLE(pte[i], lvl)) { in __arm_v7s_unmap() 723 } else if (lvl == 1 && !ARM_V7S_PTE_IS_TABLE(pte[0], lvl)) { in __arm_v7s_unmap() 771 } while (ARM_V7S_PTE_IS_TABLE(pte, lvl)); in arm_v7s_iova_to_phys()
|