diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2026-08-11 16:01:41 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2026-08-18 17:31:49 -0700 |
| commit | 761bfe07b2c954251e25d636e2febb1c2a2e9eea (patch) | |
| tree | af1eb4b5454ff33d82db4ce56135b008057601a5 /host | |
| parent | db9be9b136cb5a68e8d545d87e9ee3afbb6bbe0d (diff) | |
| download | qemu-761bfe07b2c954251e25d636e2febb1c2a2e9eea.tar.gz qemu-761bfe07b2c954251e25d636e2febb1c2a2e9eea.zip | |
util/cpuinfo-aarch64: Detect FEAT_CSSC
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'host')
| -rw-r--r-- | host/include/aarch64/host/cpuinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/aarch64/host/cpuinfo.h b/host/include/aarch64/host/cpuinfo.h index fe671534e4..c32c04dade 100644 --- a/host/include/aarch64/host/cpuinfo.h +++ b/host/include/aarch64/host/cpuinfo.h @@ -12,6 +12,7 @@ #define CPUINFO_AES (1u << 3) #define CPUINFO_PMULL (1u << 4) #define CPUINFO_BTI (1u << 5) +#define CPUINFO_CSSC (1u << 6) /* Initialized with a constructor. */ extern unsigned cpuinfo; |
