arm: Implement an SE workload for Linux and FreeBSD.
authorGabe Black <gabe.black@gmail.com>
Wed, 21 Oct 2020 00:37:10 +0000 (17:37 -0700)
committerGabe Black <gabe.black@gmail.com>
Wed, 28 Oct 2020 20:34:02 +0000 (20:34 +0000)
commit81c5ca17be3419a2d99e980b933f8c0a7d606d87
treece6be042d74a2cecb972558dadac7f37f40a0867
parent0ab84ea84866c03f4fdaae996f352589c43caeeb
arm: Implement an SE workload for Linux and FreeBSD.

Change-Id: I3bac27ca8d5ed9fa11b519ea29b73c6d09260157
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34159
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
14 files changed:
src/arch/arm/ArmSeWorkload.py [new file with mode: 0644]
src/arch/arm/SConscript
src/arch/arm/freebsd/process.cc [deleted file]
src/arch/arm/freebsd/process.hh [deleted file]
src/arch/arm/freebsd/se_workload.cc [new file with mode: 0644]
src/arch/arm/freebsd/se_workload.hh [new file with mode: 0644]
src/arch/arm/linux/process.cc
src/arch/arm/linux/process.hh
src/arch/arm/linux/se_workload.cc [new file with mode: 0644]
src/arch/arm/linux/se_workload.hh [new file with mode: 0644]
src/arch/arm/process.cc
src/arch/arm/process.hh
src/arch/arm/se_workload.cc [new file with mode: 0644]
src/arch/arm/se_workload.hh [new file with mode: 0644]