mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target/arm: Add ARM_CP_SME
This will be used for controlling access to SME cpregs. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220620175235.60881-5-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
58b2908ee1
commit
bca063d579
2 changed files with 23 additions and 0 deletions
|
@ -113,6 +113,11 @@ enum {
|
|||
ARM_CP_EL3_NO_EL2_UNDEF = 1 << 16,
|
||||
ARM_CP_EL3_NO_EL2_KEEP = 1 << 17,
|
||||
ARM_CP_EL3_NO_EL2_C_NZ = 1 << 18,
|
||||
/*
|
||||
* Flag: Access check for this sysreg is constrained by the
|
||||
* ARM pseudocode function CheckSMEAccess().
|
||||
*/
|
||||
ARM_CP_SME = 1 << 19,
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue