Searched refs:ARM_V7S_PTE_IS_TABLE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | io-pgtable-arm-v7s.c | 85 #define ARM_V7S_PTE_IS_TABLE(pte, lvl) \ macro 206 if (ARM_V7S_PTE_IS_TABLE(pte, lvl)) in iopte_to_paddr() 403 if (lvl == 1 && !ARM_V7S_PTE_IS_TABLE(pte, lvl)) in arm_v7s_pte_is_cont() 423 if (ARM_V7S_PTE_IS_TABLE(ptep[i], lvl)) { in arm_v7s_init_pte() 510 if (ARM_V7S_PTE_IS_TABLE(pte, lvl)) { in __arm_v7s_map() 560 if (ARM_V7S_PTE_IS_TABLE(pte, 1)) in arm_v7s_free_pgtable() 629 if (!ARM_V7S_PTE_IS_TABLE(pte, 1)) in arm_v7s_split_blk_unmap() 686 if (ARM_V7S_PTE_IS_TABLE(pte[i], lvl)) { in __arm_v7s_unmap() 705 } else if (lvl == 1 && !ARM_V7S_PTE_IS_TABLE(pte[0], lvl)) { in __arm_v7s_unmap() 742 } while (ARM_V7S_PTE_IS_TABLE(pt in arm_v7s_iova_to_phys() [all...] |
/kernel/linux/linux-6.6/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() 586 if (ARM_V7S_PTE_IS_TABLE(pte, 1)) in arm_v7s_free_pgtable() 655 if (!ARM_V7S_PTE_IS_TABLE(pte, 1)) in arm_v7s_split_blk_unmap() 712 if (ARM_V7S_PTE_IS_TABLE(pte[i], lvl)) { in __arm_v7s_unmap() 724 } else if (lvl == 1 && !ARM_V7S_PTE_IS_TABLE(pte[0], lvl)) { in __arm_v7s_unmap() 772 } while (ARM_V7S_PTE_IS_TABLE(pt in arm_v7s_iova_to_phys() [all...] |
Completed in 4 milliseconds