diff options
author | Sean Christopherson <seanjc@google.com> | 2024-04-06 02:55:59 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-06-11 00:29:38 +0300 |
commit | d99e4cb2ae2e02a632d3587d710eecf5a02c20e7 (patch) | |
tree | ec3976612a52508e66649196fbb7ffe885e91820 /scripts/generate_rust_analyzer.py | |
parent | c092fc879f99cf536881892e2dbe2a70074e9915 (diff) | |
download | linux-d99e4cb2ae2e02a632d3587d710eecf5a02c20e7.tar.xz |
KVM: x86: Use "is Intel compatible" helper to emulate SYSCALL in !64-bit
Use guest_cpuid_is_intel_compatible() to determine whether SYSCALL in
32-bit Protected Mode (including Compatibility Mode) should #UD or succeed.
The existing code already does the exact equivalent of
guest_cpuid_is_intel_compatible(), just in a rather roundabout way.
No functional change intended.
Link: https://lore.kernel.org/r/20240405235603.1173076-7-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions