userland/arch/aarch64/freestanding/linux/gem5_exit.S to benchmark immediate gem5 exit

ldxr_stxr does an ldxr on thread 0 to fall in the ISA case where event is certain.

Also add ldxr_str which tests yet another case where event is certain: non conditional
write.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-01-10 00:00:00 +00:00
parent ae758f589a
commit 3b3f073e2c
5 changed files with 102 additions and 9 deletions

View File

@@ -542,6 +542,7 @@ path_properties_tuples = (
'linux': (
{},
{
'gem5_exit.S': {'allowed_emulators': {'gem5'}},
'wfe.S': {'more_than_1s': True},
'wfe_wfe.S': {'more_than_1s': True},
}