linux_dsm_epyc7002/arch/x86/xen
Thomas Gleixner f95658fdb5 x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY
Convert #OLD_MF to IDTENTRY:
  - Implement the C entry point with DEFINE_IDTENTRY
  - Emit the ASM stub with DECLARE_IDTENTRY
  - Remove the ASM idtentry in 64bit
  - Remove the open coded ASM entry code in 32bit
  - Fixup the XEN/PV code
  - Remove the old prototypes

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Acked-by: Andy Lutomirski <luto@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200505134905.838823510@linutronix.de
2020-06-11 15:14:48 +02:00
..
apic.c
debugfs.c x86: xen: no need to check return value of debugfs_create functions 2019-06-03 15:49:07 +02:00
debugfs.h
efi.c efi/libstub: Add definitions for console input and events 2020-05-20 19:09:20 +02:00
enlighten_hvm.c x86/xen: Add "nopv" support for HVM guest 2019-07-17 08:09:59 +02:00
enlighten_pv.c x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY 2020-06-11 15:14:48 +02:00
enlighten_pvh.c
enlighten.c x86/xen: Return from panic notifier 2019-10-07 17:53:30 -04:00
grant-table.c mm: don't include asm/pgtable.h if linux/mm.h is already included 2020-06-09 09:39:13 -07:00
irq.c
Kconfig x86/Kconfig: Fix Kconfig indentation 2019-12-10 18:43:21 +01:00
Makefile
mmu_hvm.c
mmu_pv.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
mmu.c
mmu.h
multicalls.c
multicalls.h
p2m.c x86: xen: no need to check return value of debugfs_create functions 2019-06-03 15:49:07 +02:00
pci-swiotlb-xen.c
platform-pci-unplug.c
pmu.c
pmu.h
setup.c x86/xen: make xen_pvmmu_arch_setup() static 2020-04-08 10:46:25 +02:00
smp_hvm.c
smp_pv.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
smp.c x86/smp: Replace cpu_up/down() with add/remove_cpu() 2020-03-25 12:59:35 +01:00
smp.h
spinlock.c Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized" 2019-07-17 08:09:57 +02:00
suspend_hvm.c x86/xen: Split HVM vector callback setup and interrupt gate allocation 2020-06-11 15:14:32 +02:00
suspend_pv.c
suspend.c
time.c x86/vdso: Use generic VDSO clock mode storage 2020-02-17 14:40:23 +01:00
trace.c
vdso.h
vga.c
xen-asm_32.S Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-11-26 10:42:40 -08:00
xen-asm_64.S x86/entry: Convert Coprocessor segment overrun exception to IDTENTRY 2020-06-11 15:14:48 +02:00
xen-asm.S x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* 2019-10-18 11:58:33 +02:00
xen-head.S x86/xen: fix booting 32-bit pv guest 2020-04-09 16:53:48 +02:00
xen-ops.h x86/xen: Split HVM vector callback setup and interrupt gate allocation 2020-06-11 15:14:32 +02:00