diff options
author | Mostafa Saleh <smostafa@google.com> | 2024-12-02 14:06:03 +0000 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-12-09 23:53:18 +0000 |
commit | 4dcac8407fe1be21990f356e2e8d8309ba63e346 (patch) | |
tree | c457adbfc316aa06ad49dc96c253f2e06c123cc0 /tools/perf/scripts/python/task-analyzer.py | |
parent | cdfb9840fcc60b6e493aec077b1eecaa3268640b (diff) |
iommu/io-pgtable-arm: Fix stage-2 concatenation with 16K
At the moment, io-pgtable-arm uses concatenation only if it is
possible at level 0, which misses a case where concatenation is
mandatory at level 1 according to R_SRKBC in Arm spec DDI0487 K.a.
Also, that means concatenation can be used when not mandated,
contradicting the comment on the code. However, these cases can only
happen if the SMMUv3 driver is changed to use ias != oas for stage-2.
This patch re-writes the code to use concatenation only if mandatory,
fixing the missing case for level-1 and granule 16K with PA = 40 bits.
Signed-off-by: Mostafa Saleh <smostafa@google.com>
Link: https://lore.kernel.org/r/20241202140604.422235-2-smostafa@google.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions