Merge "Add flag whether MTE state was forced" into main am: cf6676e15e
am: 90db0020b6
am: 6e222b158f
am: 435389091c
am: 01ab838c4e
Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/2656836 Change-Id: I67e8765776d8703097012cf925521d5f2ba2623c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e9eb668331
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ struct misc_memtag_message {
|
|||
#define MISC_MEMTAG_MODE_MEMTAG_KERNEL 0x4
|
||||
#define MISC_MEMTAG_MODE_MEMTAG_KERNEL_ONCE 0x8
|
||||
#define MISC_MEMTAG_MODE_MEMTAG_OFF 0x10
|
||||
// This is set when the state was overridden forcibly. This does not need to be
|
||||
// interpreted by the bootloader but is only for bookkeeping purposes so
|
||||
// userspace knows what to do when the override is undone.
|
||||
// See system/extras/mtectrl in AOSP for more information.
|
||||
#define MISC_MEMTAG_MODE_FORCED 0x20
|
||||
|
||||
#if (__STDC_VERSION__ >= 201112L) || defined(__cplusplus)
|
||||
static_assert(sizeof(struct misc_virtual_ab_message) == 64,
|
||||
|
|
Loading…
Reference in a new issue