We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a29b5b commit c940a3fCopy full SHA for c940a3f
arch/x86/kvm/vmx.c
@@ -9064,14 +9064,14 @@ static void vmx_handle_external_intr(struct kvm_vcpu *vcpu)
9064
#endif
9065
"pushf\n\t"
9066
__ASM_SIZE(push) " $%c[cs]\n\t"
9067
- "call *%[entry]\n\t"
+ CALL_NOSPEC
9068
:
9069
#ifdef CONFIG_X86_64
9070
[sp]"=&r"(tmp),
9071
9072
ASM_CALL_CONSTRAINT
9073
9074
- [entry]"r"(entry),
+ THUNK_TARGET(entry),
9075
[ss]"i"(__KERNEL_DS),
9076
[cs]"i"(__KERNEL_CS)
9077
);
0 commit comments