From c5eb0a690fffa2732ee9c37646028a7ceca4e74e Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Wed, 17 Jun 2026 03:52:51 +0100 Subject: [PATCH] Added CPUID --- intel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/intel.c b/intel.c index 8315ffe..365a94a 100644 --- a/intel.c +++ b/intel.c @@ -1185,6 +1185,7 @@ static struct template template_table[] = { { "syscall", 0x0F05, NONE, 0, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0 }, { {0} } }, { "sysret", 0x0F07, NONE, 0, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0 }, { {0} } }, + { "cpuid", 0x0FA2, NONE, 0, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0 }, { {0} } }, { 0 } -- 2.34.1