Hi All,
I want to check TLB Conflict abort.
How can I create an address which matches multiple entries in the TLB as ARMv8 spec mentioned.
ARMv8 spec:
"An address can hit multiple entries in the TLB if the TLB has been invalidated inappropriately, for example if TLBinvalidation required by the architecture has not been performed."
Thanks,
Which model are using? If it's the AEM FVP, you need to enable TLB conflict reporting:-C cluster0.has_tlb_conflict_abort=1-C cluster1.has_tlb_conflict_abort=1Or, for the single cluster systems:-C cluster.has_tlb_conflict_abort=1