Symbol: smmu_pmap_load
sys/arm64/iommu/iommu_pmap.c
115
l1 = (pd_entry_t *)PHYS_TO_DMAP(smmu_pmap_load(l0) & ~ATTR_MASK);
sys/arm64/iommu/iommu_pmap.c
125
if ((smmu_pmap_load(l0) & ATTR_DESCR_MASK) != IOMMU_L0_TABLE)
sys/arm64/iommu/iommu_pmap.c
136
l1 = smmu_pmap_load(l1p);
sys/arm64/iommu/iommu_pmap.c
156
if ((smmu_pmap_load(l1) & ATTR_DESCR_MASK) != IOMMU_L1_TABLE)
sys/arm64/iommu/iommu_pmap.c
168
l2 = smmu_pmap_load(l2p);
sys/arm64/iommu/iommu_pmap.c
192
desc = smmu_pmap_load(l0) & ATTR_DESCR_MASK;
sys/arm64/iommu/iommu_pmap.c
199
desc = smmu_pmap_load(l1) & ATTR_DESCR_MASK;
sys/arm64/iommu/iommu_pmap.c
206
desc = smmu_pmap_load(l2) & ATTR_DESCR_MASK;
sys/arm64/iommu/iommu_pmap.c
232
desc = smmu_pmap_load(l1) & ATTR_DESCR_MASK;
sys/arm64/iommu/iommu_pmap.c
244
desc = smmu_pmap_load(l2) & ATTR_DESCR_MASK;
sys/arm64/iommu/iommu_pmap.c
257
if ((smmu_pmap_load(l3) & ATTR_DESCR_MASK) != IOMMU_L3_PAGE)
sys/arm64/iommu/iommu_pmap.c
381
tl1 = smmu_pmap_load(l1);
sys/arm64/iommu/iommu_pmap.c
390
tl0 = smmu_pmap_load(l0);
sys/arm64/iommu/iommu_pmap.c
484
tl0 = smmu_pmap_load(l0);
sys/arm64/iommu/iommu_pmap.c
498
l1 = (pd_entry_t *)PHYS_TO_DMAP(smmu_pmap_load(l0) &~ATTR_MASK);
sys/arm64/iommu/iommu_pmap.c
510
tl0 = smmu_pmap_load(l0);
sys/arm64/iommu/iommu_pmap.c
518
tl0 = smmu_pmap_load(l0);
sys/arm64/iommu/iommu_pmap.c
524
tl1 = smmu_pmap_load(l1);
sys/arm64/iommu/iommu_pmap.c
539
l2 = (pd_entry_t *)PHYS_TO_DMAP(smmu_pmap_load(l1) &~ATTR_MASK);
sys/arm64/iommu/iommu_pmap.c
641
orig_l3 = smmu_pmap_load(l3);
sys/arm64/iommu/iommu_pmap.c
741
orig_l3 = smmu_pmap_load(l3);