aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mem_encrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mem_encrypt.h')
-rw-r--r--include/linux/mem_encrypt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mem_encrypt.h b/include/linux/mem_encrypt.h
index 59769f7287e4..570f4fcff13f 100644
--- a/include/linux/mem_encrypt.h
+++ b/include/linux/mem_encrypt.h
@@ -30,6 +30,11 @@ static inline bool sme_active(void)
return !!sme_me_mask;
}
+static inline unsigned long sme_get_me_mask(void)
+{
+ return sme_me_mask;
+}
+
#endif /* __ASSEMBLY__ */
#endif /* __MEM_ENCRYPT_H__ */