forked from Imagelibrary/binutils-gdb
aarch64: Support for FEAT_LSUI
FEAT_LSUI introduces unprivileged variants of load and store instructions so that clearing PSTATE.PAN is never required in privileged software.
This commit is contained in:
committed by
ezra.sitorus
parent
b80240ecba
commit
621c0c3469
@@ -187,6 +187,8 @@ enum aarch64_feature_bit {
|
||||
AARCH64_FEATURE_THE,
|
||||
/* LSE128. */
|
||||
AARCH64_FEATURE_LSE128,
|
||||
/* LSUI - Unprivileged Load Store. */
|
||||
AARCH64_FEATURE_LSUI,
|
||||
/* ARMv8.9-A RAS Extensions. */
|
||||
AARCH64_FEATURE_RASv2,
|
||||
/* Delegated SError exceptions for EL3. */
|
||||
|
||||
Reference in New Issue
Block a user