sync with OpenBSD -current
This commit is contained in:
parent
4a6edb3688
commit
fdb8624c1a
3 changed files with 72 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: cpu.h,v 1.173 2024/06/09 21:15:29 jca Exp $ */
|
||||
/* $OpenBSD: cpu.h,v 1.174 2024/06/24 21:22:14 bluhm Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */
|
||||
|
||||
/*-
|
||||
|
@ -170,6 +170,10 @@ struct cpu_info {
|
|||
u_int32_t ci_feature_sefflags_ecx;/* [I] */
|
||||
u_int32_t ci_feature_sefflags_edx;/* [I] */
|
||||
u_int32_t ci_feature_amdspec_ebx; /* [I] */
|
||||
u_int32_t ci_feature_amdsev_eax; /* [I] */
|
||||
u_int32_t ci_feature_amdsev_ebx; /* [I] */
|
||||
u_int32_t ci_feature_amdsev_ecx; /* [I] */
|
||||
u_int32_t ci_feature_amdsev_edx; /* [I] */
|
||||
u_int32_t ci_feature_tpmflags; /* [I] */
|
||||
u_int32_t ci_pnfeatset; /* [I] */
|
||||
u_int32_t ci_efeature_eax; /* [I] */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue