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

/linux-master/drivers/iommu/
H A Dio-pgtable-arm-v7s.c84 #define ARM_V7S_PTE_IS_TABLE(pte, lvl) \ macro
213 if (ARM_V7S_PTE_IS_TABLE(pte, lvl))
420 if (lvl == 1 && !ARM_V7S_PTE_IS_TABLE(pte, lvl))
440 if (ARM_V7S_PTE_IS_TABLE(ptep[i], lvl)) {
532 if (ARM_V7S_PTE_IS_TABLE(pte, lvl)) {
586 if (ARM_V7S_PTE_IS_TABLE(pte, 1))
655 if (!ARM_V7S_PTE_IS_TABLE(pte, 1))
712 if (ARM_V7S_PTE_IS_TABLE(pte[i], lvl)) {
724 } else if (lvl == 1 && !ARM_V7S_PTE_IS_TABLE(pte[0], lvl)) {
772 } while (ARM_V7S_PTE_IS_TABLE(pt
[all...]

Completed in 207 milliseconds