Searched hist:11517 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc12812:8f14879aebe1 Wed May 02 09:04:00 EDT 2018 Andreas Sandberg <andreas.sandberg@arm.com> cpu: Support trace termination in BaseTrafficGen

Make the BaseTrafficGen handle cases where getNextPacket() can't find
a new packet and returns NULL. In that case, assume the generator has
run out of packets and switch to the next generator.

Change-Id: I5ca6ead550005812fb849ed9ce6b5007a65ddfa7
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/11517
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
/gem5/src/arch/arm/
H A Dtable_walker.cc11517:54230f1ebef2 Thu Jun 02 11:44:00 EDT 2016 Curtis Dunham <Curtis.Dunham@arm.com> arm: refactor page table format determination

In particular, when EL0 is in AArch32 but EL1 is AArch64, AArch64
memory translation must be used. This is essential for typical
AArch64/32 interworking use cases.
H A Dtlb.cc11517:54230f1ebef2 Thu Jun 02 11:44:00 EDT 2016 Curtis Dunham <Curtis.Dunham@arm.com> arm: refactor page table format determination

In particular, when EL0 is in AArch32 but EL1 is AArch64, AArch64
memory translation must be used. This is essential for typical
AArch64/32 interworking use cases.

Completed in 58 milliseconds