Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/27236 )

Change subject: misc: Add the SE mode m5 ops to m5ops.h.
......................................................................

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
---
M include/gem5/m5ops.h
1 file changed, 3 insertions(+), 0 deletions(-)



diff --git a/include/gem5/m5ops.h b/include/gem5/m5ops.h
index 1c08017..3edd4e6 100644
--- a/include/gem5/m5ops.h
+++ b/include/gem5/m5ops.h
@@ -62,6 +62,9 @@
 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

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/27236
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I80df8b4d507350bc6d2763e770e38e0370931632
Gerrit-Change-Number: 27236
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to