aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/include/proc.h')
-rw-r--r--sys/arm64/include/proc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arm64/include/proc.h b/sys/arm64/include/proc.h
index dfd39faadd46..dc2fa2df654d 100644
--- a/sys/arm64/include/proc.h
+++ b/sys/arm64/include/proc.h
@@ -65,7 +65,11 @@ struct mdthread {
struct ptrauth_key apia;
} md_ptrauth_kern;
- uint64_t md_reserved[4];
+ uint64_t md_efirt_tmp;
+ int md_efirt_dis_pf;
+
+ int md_reserved0;
+ uint64_t md_reserved[2];
};
struct mdproc {