x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Move the functions which are inside the RCU off region into the non-instrumentable text section. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Reviewed-by:
Alexandre Chartre <alexandre.chartre@oracle.com> Acked-by:
Peter Zijlstra <peterz@infradead.org> Acked-by:
Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200708195322.037311579@linutronix.de> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- arch/x86/include/asm/hardirq.h 2 additions, 2 deletionsarch/x86/include/asm/hardirq.h
- arch/x86/include/asm/kvm_host.h 8 additions, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/vmx/ops.h 4 additions, 0 deletionsarch/x86/kvm/vmx/ops.h
- arch/x86/kvm/vmx/vmenter.S 4 additions, 1 deletionarch/x86/kvm/vmx/vmenter.S
- arch/x86/kvm/vmx/vmx.c 62 additions, 49 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/x86.c 1 addition, 1 deletionarch/x86/kvm/x86.c
Loading
Please register or sign in to comment