commit | 5690a49ac7919e50b65db5bb29d8c1715ce4cec6 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Oct 10 09:26:24 2025 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Oct 10 09:26:24 2025 +0200 |
tree | e7c5bb35807b5c1d0c1940fb8524f4f5c7f76ea5 | |
parent | d4c517eec101a1b0375430b695cb79551b823666 [diff] |
x86: PadLock adjustments For one, all PadLock insns depend on CR4.FXSR to be enabled, which means they ought to be taking FXSR as a prereq. Furthermore none of them permits a REPNE prefix; such forms are documented to cause #UD. (This is mainly relevant for XSTORE, which doesn't include a REP prefix in its base encoding. For the others this merely is a change in what diagnostic is issued.) Finally it is documented that an operand size prefix also causes #UD.