aboutsummaryrefslogtreecommitdiff
path: root/test/long_mode/mod.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-03-21 03:19:51 -0700
committeriximeow <me@iximeow.net>2021-03-21 03:19:51 -0700
commit22baa577c5ba34bc4e89b7019f2666ff7cee4b07 (patch)
tree6f24d944f447f8a28d9f1d2f6a1f2ee2f776a604 /test/long_mode/mod.rs
parentd7b07d3eb6e6dc614fbc13cb66b951cb93daec44 (diff)
add tsxldtrk
does intel know no bounds
Diffstat (limited to 'test/long_mode/mod.rs')
-rw-r--r--test/long_mode/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs
index 8110d44..1895f6e 100644
--- a/test/long_mode/mod.rs
+++ b/test/long_mode/mod.rs
@@ -2377,3 +2377,9 @@ fn test_tdx() {
test_display(&[0x66, 0x0f, 0x01, 0xce], "seamops");
test_display(&[0x66, 0x0f, 0x01, 0xcf], "seamcall");
}
+
+#[test]
+fn test_tsxldtrk() {
+ test_display(&[0xf2, 0x0f, 0x01, 0xe8], "xsusldtrk");
+ test_display(&[0xf2, 0x0f, 0x01, 0xe9], "xresldtrk");
+}