From 3b6f2fc14f637540c91eed9742481a2f2223fa48 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 26 Mar 2020 16:36:38 -0700 Subject: [PATCH] misc: Add the SE mode m5 ops to m5ops.h. These shouldn't be called in fs mode through the m5 utility and probably shouldn't be called directly either, but this makes them consistent with the other functions which are mentioned in asm/generic/m5ops.h. Change-Id: I80df8b4d507350bc6d2763e770e38e0370931632 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27236 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- include/gem5/m5ops.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/gem5/m5ops.h b/include/gem5/m5ops.h index 1c080175e..3edd4e647 100644 --- a/include/gem5/m5ops.h +++ b/include/gem5/m5ops.h @@ -62,6 +62,9 @@ void m5_panic(void); void m5_work_begin(uint64_t workid, uint64_t threadid); void m5_work_end(uint64_t workid, uint64_t threadid); +void m5_se_syscall(); +void m5_se_page_fault(); + #ifdef __cplusplus } #endif -- 2.30.2