我什么时候可以调用xsaves和xsaves64?

时间:2017-11-21 18:18:27

标签: assembly avx2 context-switch avx512 fxsave

什么时候可以拨打xsavesxsaves64

使用英特尔软件开发仿真器(8.12.0-2017-10-23),我可以毫无问题地使用来自用户空间的xsaves64 + xrstors64,但尝试使用xsaves + xrstors会产生:

Illegal instruction at address = 11179a2015: 41 0f c7 28 48 8d bc 24 80 00 00 00 e8 ba e6 

同样适用于xsavec,它产生:

SDE ERROR: header_cm == header_bv Trackers are NYI, therefore CM should be the same as BV 

{64}模式中是否禁止_64xsave_的非xrstor_变体?

0 个答案:

没有答案