implemented other ic instructions

This commit is contained in:
rufi
2020-11-09 09:01:20 +00:00
committed by MerryMage
parent 8728444af8
commit 77621a8448
4 changed files with 24 additions and 38 deletions

View File

@@ -69,8 +69,12 @@ enum class DataCacheOperation {
};
enum class InstructionCacheOperation {
// IC IVAU
/// IC IVAU
InvalidateByVAToPoU,
/// IC IALLU
InvalidateAllToPoU,
/// IC IALLUIS
InvalidateAllToPoUInnerSharable
};
struct UserCallbacks {