提交 c80e6b96 编写于 作者: L Lin Ma 提交者: Jiri Denemark

cpu: Add support for pku and ospke Intel features for Memory Protection Keys

qemu commit: f74eefe0
https://lwn.net/Articles/667156/Signed-off-by: NLin Ma <lma@suse.com>
上级 2922cd9b
......@@ -270,6 +270,12 @@
<feature name='avx512vbmi'>
<cpuid eax_in='0x07' ecx='0x00000002'/>
</feature>
<feature name='pku'>
<cpuid eax_in='0x07' ecx='0x00000008'/>
</feature>
<feature name='ospke'>
<cpuid eax_in='0x07' ecx='0x00000010'/>
</feature>
<feature name='avx512-4vnniw'>
<cpuid eax_in='0x07' edx='0x00000004'/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册