summaryrefslogtreecommitdiffstats
path: root/test/sev.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sev.c')
-rw-r--r--test/sev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sev.c b/test/sev.c
index 73bb91f..61f1ec3 100644
--- a/test/sev.c
+++ b/test/sev.c
@@ -493,7 +493,7 @@ main(int argc, const char **argv)
if (ret != 12) errx(1, "KVM_GET_API_VERSION %d, expected 12", ret);
// Init L1 miss counter
- arg = 0x000064D8;
+ arg = 0x002264D8;
ret = ioctl(cachepc_dev, CACHEPC_IOCTL_INIT_PMC, &arg);
if (ret < 0) err(1, "ioctl fail");