blob: 4cf3dd36aa0d3759760acf95f37ff88df90d832d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/arch/x86_64/entry.S
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 * Copyright (C) 2000, 2001, 2002 Andi Kleen SuSE Labs
6 * Copyright (C) 2000 Pavel Machek <pavel@suse.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 */
8
9/*
10 * entry.S contains the system-call and fault low-level handling routines.
11 *
Andy Lutomirski8b4777a2011-06-05 13:50:18 -040012 * Some of this is documented in Documentation/x86/entry_64.txt
13 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 * NOTE: This code handles signal-recognition, which happens every time
15 * after an interrupt and after each system call.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +010016 *
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +010017 * A note on terminology:
Ingo Molnar7fcb3bc2015-03-17 14:42:59 +010018 * - iret frame: Architecture defined interrupt frame from SS to RIP
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +010019 * at the top of the kernel process stack.
Andi Kleen2e91a172006-09-26 10:52:29 +020020 *
21 * Some macro usage:
Andi Kleen2e91a172006-09-26 10:52:29 +020022 * - ENTRY/END Define functions in the symbol table.
Andi Kleen2e91a172006-09-26 10:52:29 +020023 * - TRACE_IRQ_* - Trace hard interrupt state for lock debugging.
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -070024 * - idtentry - Define exception entry points.
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 */
26
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include <linux/linkage.h>
28#include <asm/segment.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <asm/cache.h>
30#include <asm/errno.h>
Ingo Molnard36f9472015-06-03 18:29:26 +020031#include "calling.h"
Sam Ravnborge2d5df92005-09-09 21:28:48 +020032#include <asm/asm-offsets.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <asm/msr.h>
34#include <asm/unistd.h>
35#include <asm/thread_info.h>
36#include <asm/hw_irq.h>
Jeremy Fitzhardinge0341c142009-02-13 11:14:01 -080037#include <asm/page_types.h>
Ingo Molnar2601e642006-07-03 00:24:45 -070038#include <asm/irqflags.h>
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010039#include <asm/paravirt.h>
Tejun Heo9939dda2009-01-13 20:41:35 +090040#include <asm/percpu.h>
H. Peter Anvind7abc0f2012-04-20 12:19:50 -070041#include <asm/asm.h>
Frederic Weisbecker91d1aa432012-11-27 19:33:25 +010042#include <asm/context_tracking.h>
H. Peter Anvin63bcff22012-09-21 12:43:12 -070043#include <asm/smap.h>
H. Peter Anvin3891a042014-04-29 16:46:09 -070044#include <asm/pgtable_types.h>
Eric Parisd7e75282012-01-03 14:23:06 -050045#include <linux/err.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046
Roland McGrath86a1c342008-06-23 15:37:04 -070047/* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this. */
48#include <linux/elf-em.h>
49#define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
50#define __AUDIT_ARCH_64BIT 0x80000000
51#define __AUDIT_ARCH_LE 0x40000000
52
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 .code64
Jiri Olsaea714542011-03-07 19:10:39 +010054 .section .entry.text, "ax"
55
Arnaldo Carvalho de Melo16444a82008-05-12 21:20:42 +020056
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010057#ifdef CONFIG_PARAVIRT
Jeremy Fitzhardinge2be29982008-06-25 00:19:28 -040058ENTRY(native_usergs_sysret64)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010059 swapgs
60 sysretq
Cyrill Gorcunovb3baaa12009-02-23 22:57:00 +030061ENDPROC(native_usergs_sysret64)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010062#endif /* CONFIG_PARAVIRT */
63
Ingo Molnar2601e642006-07-03 00:24:45 -070064
Denys Vlasenkof2db9382015-02-26 14:40:30 -080065.macro TRACE_IRQS_IRETQ
Ingo Molnar2601e642006-07-03 00:24:45 -070066#ifdef CONFIG_TRACE_IRQFLAGS
Denys Vlasenkof2db9382015-02-26 14:40:30 -080067 bt $9,EFLAGS(%rsp) /* interrupts off? */
Ingo Molnar2601e642006-07-03 00:24:45 -070068 jnc 1f
69 TRACE_IRQS_ON
701:
71#endif
72.endm
73
Linus Torvalds1da177e2005-04-16 15:20:36 -070074/*
Steven Rostedt5963e312012-05-30 11:54:53 -040075 * When dynamic function tracer is enabled it will add a breakpoint
76 * to all locations that it is about to modify, sync CPUs, update
77 * all the code, sync CPUs, then remove the breakpoints. In this time
78 * if lockdep is enabled, it might jump back into the debug handler
79 * outside the updating of the IST protection. (TRACE_IRQS_ON/OFF).
80 *
81 * We need to change the IDT table before calling TRACE_IRQS_ON/OFF to
82 * make sure the stack pointer does not get reset back to the top
83 * of the debug stack, and instead just reuses the current stack.
84 */
85#if defined(CONFIG_DYNAMIC_FTRACE) && defined(CONFIG_TRACE_IRQFLAGS)
86
87.macro TRACE_IRQS_OFF_DEBUG
88 call debug_stack_set_zero
89 TRACE_IRQS_OFF
90 call debug_stack_reset
91.endm
92
93.macro TRACE_IRQS_ON_DEBUG
94 call debug_stack_set_zero
95 TRACE_IRQS_ON
96 call debug_stack_reset
97.endm
98
Denys Vlasenkof2db9382015-02-26 14:40:30 -080099.macro TRACE_IRQS_IRETQ_DEBUG
100 bt $9,EFLAGS(%rsp) /* interrupts off? */
Steven Rostedt5963e312012-05-30 11:54:53 -0400101 jnc 1f
102 TRACE_IRQS_ON_DEBUG
1031:
104.endm
105
106#else
107# define TRACE_IRQS_OFF_DEBUG TRACE_IRQS_OFF
108# define TRACE_IRQS_ON_DEBUG TRACE_IRQS_ON
109# define TRACE_IRQS_IRETQ_DEBUG TRACE_IRQS_IRETQ
110#endif
111
112/*
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800113 * 64bit SYSCALL instruction entry. Up to 6 arguments in registers.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 *
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800115 * 64bit SYSCALL saves rip to rcx, clears rflags.RF, then saves rflags to r11,
116 * then loads new ss, cs, and rip from previously programmed MSRs.
117 * rflags gets masked by a value from another MSR (so CLD and CLAC
118 * are not needed). SYSCALL does not save anything on the stack
119 * and does not change rsp.
120 *
121 * Registers on entry:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 * rax system call number
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800123 * rcx return address
124 * r11 saved rflags (note: r11 is callee-clobbered register in C ABI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 * rdi arg0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 * rsi arg1
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100127 * rdx arg2
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800128 * r10 arg3 (needs to be moved to rcx to conform to C ABI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 * r8 arg4
130 * r9 arg5
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800131 * (note: r12-r15,rbp,rbx are callee-preserved in C ABI)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100132 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133 * Only called from user space.
134 *
Ingo Molnar7fcb3bc2015-03-17 14:42:59 +0100135 * When user can change pt_regs->foo always force IRET. That is because
Andi Kleen7bf36bb2006-04-07 19:50:00 +0200136 * it deals with uncanonical addresses better. SYSRET has trouble
137 * with them due to bugs in both AMD and Intel CPUs.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100138 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
140ENTRY(system_call)
Denys Vlasenko9ed8e7d2015-03-19 18:17:47 +0100141 /*
142 * Interrupts are off on entry.
143 * We do not frame this tiny irq-off block with TRACE_IRQS_OFF/ON,
144 * it is too small to ever cause noticeable irq latency.
145 */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100146 SWAPGS_UNSAFE_STACK
147 /*
148 * A hypervisor implementation might want to use a label
149 * after the swapgs, so that it can do the swapgs
150 * for the guest and jump here on syscall.
151 */
Jan Beulichf6b2bc82011-11-29 11:24:10 +0000152GLOBAL(system_call_after_swapgs)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100153
Ingo Molnarc38e5032015-03-17 14:42:59 +0100154 movq %rsp,PER_CPU_VAR(rsp_scratch)
Denys Vlasenko3a232082015-04-24 17:31:35 +0200155 movq PER_CPU_VAR(cpu_current_top_of_stack),%rsp
Denys Vlasenko9ed8e7d2015-03-19 18:17:47 +0100156
157 /* Construct struct pt_regs on stack */
Ingo Molnar131484c2015-05-28 12:21:47 +0200158 pushq $__USER_DS /* pt_regs->ss */
159 pushq PER_CPU_VAR(rsp_scratch) /* pt_regs->sp */
Denys Vlasenko33db1fd2015-03-17 14:52:24 +0100160 /*
Denys Vlasenko9ed8e7d2015-03-19 18:17:47 +0100161 * Re-enable interrupts.
162 * We use 'rsp_scratch' as a scratch space, hence irq-off block above
163 * must execute atomically in the face of possible interrupt-driven
164 * task preemption. We must enable interrupts only after we're done
165 * with using rsp_scratch:
Denys Vlasenko33db1fd2015-03-17 14:52:24 +0100166 */
167 ENABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar131484c2015-05-28 12:21:47 +0200168 pushq %r11 /* pt_regs->flags */
169 pushq $__USER_CS /* pt_regs->cs */
170 pushq %rcx /* pt_regs->ip */
171 pushq %rax /* pt_regs->orig_ax */
172 pushq %rdi /* pt_regs->di */
173 pushq %rsi /* pt_regs->si */
174 pushq %rdx /* pt_regs->dx */
175 pushq %rcx /* pt_regs->cx */
176 pushq $-ENOSYS /* pt_regs->ax */
177 pushq %r8 /* pt_regs->r8 */
178 pushq %r9 /* pt_regs->r9 */
179 pushq %r10 /* pt_regs->r10 */
180 pushq %r11 /* pt_regs->r11 */
Denys Vlasenkoa71ffdd2015-03-19 18:17:48 +0100181 sub $(6*8),%rsp /* pt_regs->bp,bx,r12-15 not saved */
Denys Vlasenko9ed8e7d2015-03-19 18:17:47 +0100182
Ingo Molnardca5b522015-03-24 19:44:42 +0100183 testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 jnz tracesys
Roland McGrath86a1c342008-06-23 15:37:04 -0700185system_call_fastpath:
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800186#if __SYSCALL_MASK == ~0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 cmpq $__NR_syscall_max,%rax
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800188#else
189 andl $__SYSCALL_MASK,%eax
190 cmpl $__NR_syscall_max,%eax
191#endif
Denys Vlasenko146b2b02015-03-25 18:18:13 +0100192 ja 1f /* return -ENOSYS (already in pt_regs->ax) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 movq %r10,%rcx
Denys Vlasenko146b2b02015-03-25 18:18:13 +0100194 call *sys_call_table(,%rax,8)
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800195 movq %rax,RAX(%rsp)
Denys Vlasenko146b2b02015-03-25 18:18:13 +01001961:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197/*
Denys Vlasenko146b2b02015-03-25 18:18:13 +0100198 * Syscall return path ending with SYSRET (fast path).
199 * Has incompletely filled pt_regs.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100200 */
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200201 LOCKDEP_SYS_EXIT
Denys Vlasenko4416c5a2015-03-31 19:00:03 +0200202 /*
203 * We do not frame this tiny irq-off block with TRACE_IRQS_OFF/ON,
204 * it is too small to ever cause noticeable irq latency.
205 */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100206 DISABLE_INTERRUPTS(CLBR_NONE)
Andy Lutomirskib3494a42015-03-23 12:32:54 -0700207
208 /*
209 * We must check ti flags with interrupts (or at least preemption)
210 * off because we must *never* return to userspace without
211 * processing exit work that is enqueued if we're preempted here.
212 * In particular, returning to userspace with any of the one-shot
213 * flags (TIF_NOTIFY_RESUME, TIF_USER_RETURN_NOTIFY, etc) set is
214 * very bad.
215 */
Ingo Molnar06ab9c12015-03-24 21:14:07 +0100216 testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
217 jnz int_ret_from_sys_call_irqs_off /* Go to the slow path */
Andy Lutomirskib3494a42015-03-23 12:32:54 -0700218
Denys Vlasenko29722cd2015-03-09 19:39:21 +0100219 RESTORE_C_REGS_EXCEPT_RCX_R11
220 movq RIP(%rsp),%rcx
Denys Vlasenko29722cd2015-03-09 19:39:21 +0100221 movq EFLAGS(%rsp),%r11
Denys Vlasenko263042e2015-03-09 19:39:23 +0100222 movq RSP(%rsp),%rsp
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800223 /*
224 * 64bit SYSRET restores rip from rcx,
225 * rflags from r11 (but RF and VM bits are forced to 0),
226 * cs and ss are loaded from MSRs.
Denys Vlasenko4416c5a2015-03-31 19:00:03 +0200227 * Restoration of rflags re-enables interrupts.
Andy Lutomirski61f01dd2015-04-26 16:47:59 -0700228 *
229 * NB: On AMD CPUs with the X86_BUG_SYSRET_SS_ATTRS bug, the ss
230 * descriptor is not reinitialized. This means that we should
231 * avoid SYSRET with SS == NULL, which could happen if we schedule,
232 * exit the kernel, and re-enter using an interrupt vector. (All
233 * interrupt entries on x86_64 set SS to NULL.) We prevent that
234 * from happening by reloading SS in __switch_to. (Actually
235 * detecting the failure in 64-bit userspace is tricky but can be
236 * done.)
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800237 */
Jeremy Fitzhardinge2be29982008-06-25 00:19:28 -0400238 USERGS_SYSRET64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239
Ingo Molnar7fcb3bc2015-03-17 14:42:59 +0100240 /* Do syscall entry tracing */
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100241tracesys:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800242 movq %rsp, %rdi
Denys Vlasenko47eb5822015-03-25 18:18:15 +0100243 movl $AUDIT_ARCH_X86_64, %esi
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700244 call syscall_trace_enter_phase1
245 test %rax, %rax
246 jnz tracesys_phase2 /* if needed, run the slow path */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800247 RESTORE_C_REGS_EXCEPT_RAX /* else restore clobbered regs */
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800248 movq ORIG_RAX(%rsp), %rax
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700249 jmp system_call_fastpath /* and return to the fast path */
250
251tracesys_phase2:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800252 SAVE_EXTRA_REGS
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700253 movq %rsp, %rdi
Denys Vlasenko47eb5822015-03-25 18:18:15 +0100254 movl $AUDIT_ARCH_X86_64, %esi
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700255 movq %rax,%rdx
256 call syscall_trace_enter_phase2
257
Roland McGrathd4d67152008-07-09 02:38:07 -0700258 /*
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800259 * Reload registers from stack in case ptrace changed them.
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700260 * We don't reload %rax because syscall_trace_entry_phase2() returned
Roland McGrathd4d67152008-07-09 02:38:07 -0700261 * the value it wants us to use in the table lookup.
262 */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800263 RESTORE_C_REGS_EXCEPT_RAX
264 RESTORE_EXTRA_REGS
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800265#if __SYSCALL_MASK == ~0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 cmpq $__NR_syscall_max,%rax
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800267#else
268 andl $__SYSCALL_MASK,%eax
269 cmpl $__NR_syscall_max,%eax
270#endif
Denys Vlasenkoa6de5a22015-03-31 19:00:11 +0200271 ja 1f /* return -ENOSYS (already in pt_regs->ax) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 movq %r10,%rcx /* fixup for C */
273 call *sys_call_table(,%rax,8)
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800274 movq %rax,RAX(%rsp)
Denys Vlasenkoa6de5a22015-03-31 19:00:11 +02002751:
Ingo Molnar7fcb3bc2015-03-17 14:42:59 +0100276 /* Use IRET because user could have changed pt_regs->foo */
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100277
278/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 * Syscall return path ending with IRET.
Ingo Molnar7fcb3bc2015-03-17 14:42:59 +0100280 * Has correct iret frame.
Jan Beulichbcddc012006-12-07 02:14:02 +0100281 */
Cyrill Gorcunovbc8b2b92009-02-23 22:57:01 +0300282GLOBAL(int_ret_from_sys_call)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100283 DISABLE_INTERRUPTS(CLBR_NONE)
Denys Vlasenko4416c5a2015-03-31 19:00:03 +0200284int_ret_from_sys_call_irqs_off: /* jumps come here from the irqs-off SYSRET path */
Ingo Molnar2601e642006-07-03 00:24:45 -0700285 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 movl $_TIF_ALLWORK_MASK,%edi
287 /* edi: mask to check */
Cyrill Gorcunovbc8b2b92009-02-23 22:57:01 +0300288GLOBAL(int_with_check)
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200289 LOCKDEP_SYS_EXIT_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 GET_THREAD_INFO(%rcx)
Glauber Costa26ccb8a2008-06-24 11:19:35 -0300291 movl TI_flags(%rcx),%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292 andl %edi,%edx
293 jnz int_careful
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200294 andl $~TS_COMPAT,TI_status(%rcx)
295 jmp syscall_return
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296
297 /* Either reschedule or signal or syscall exit tracking needed. */
298 /* First do a reschedule test. */
299 /* edx: work, edi: workmask */
300int_careful:
301 bt $TIF_NEED_RESCHED,%edx
302 jnc int_very_careful
Ingo Molnar2601e642006-07-03 00:24:45 -0700303 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100304 ENABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar131484c2015-05-28 12:21:47 +0200305 pushq %rdi
Frederic Weisbecker04304992012-07-11 20:26:38 +0200306 SCHEDULE_USER
Ingo Molnar131484c2015-05-28 12:21:47 +0200307 popq %rdi
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100308 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700309 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 jmp int_with_check
311
Ingo Molnar7fcb3bc2015-03-17 14:42:59 +0100312 /* handle signals and tracing -- both require a full pt_regs */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313int_very_careful:
Ingo Molnar2601e642006-07-03 00:24:45 -0700314 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100315 ENABLE_INTERRUPTS(CLBR_NONE)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800316 SAVE_EXTRA_REGS
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100317 /* Check for syscall exit trace */
Roland McGrathd4d67152008-07-09 02:38:07 -0700318 testl $_TIF_WORK_SYSCALL_EXIT,%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 jz int_signal
Ingo Molnar131484c2015-05-28 12:21:47 +0200320 pushq %rdi
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100321 leaq 8(%rsp),%rdi # &ptregs -> arg1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 call syscall_trace_leave
Ingo Molnar131484c2015-05-28 12:21:47 +0200323 popq %rdi
Roland McGrathd4d67152008-07-09 02:38:07 -0700324 andl $~(_TIF_WORK_SYSCALL_EXIT|_TIF_SYSCALL_EMU),%edi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 jmp int_restore_rest
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100326
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327int_signal:
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100328 testl $_TIF_DO_NOTIFY_MASK,%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329 jz 1f
330 movq %rsp,%rdi # &ptregs -> arg1
331 xorl %esi,%esi # oldset -> arg2
332 call do_notify_resume
Roland McGratheca91e72008-07-10 14:50:39 -07003331: movl $_TIF_WORK_MASK,%edi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334int_restore_rest:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800335 RESTORE_EXTRA_REGS
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100336 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700337 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 jmp int_with_check
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200339
340syscall_return:
341 /* The IRETQ could re-enable interrupts: */
342 DISABLE_INTERRUPTS(CLBR_ANY)
343 TRACE_IRQS_IRETQ
344
345 /*
346 * Try to use SYSRET instead of IRET if we're returning to
347 * a completely clean 64-bit userspace context.
348 */
349 movq RCX(%rsp),%rcx
Denys Vlasenko17be0ae2015-04-21 18:27:29 +0200350 movq RIP(%rsp),%r11
351 cmpq %rcx,%r11 /* RCX == RIP */
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200352 jne opportunistic_sysret_failed
353
354 /*
355 * On Intel CPUs, SYSRET with non-canonical RCX/RIP will #GP
356 * in kernel space. This essentially lets the user take over
Denys Vlasenko17be0ae2015-04-21 18:27:29 +0200357 * the kernel, since userspace controls RSP.
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200358 *
Denys Vlasenko17be0ae2015-04-21 18:27:29 +0200359 * If width of "canonical tail" ever becomes variable, this will need
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200360 * to be updated to remain correct on both old and new CPUs.
361 */
362 .ifne __VIRTUAL_MASK_SHIFT - 47
363 .error "virtual address width changed -- SYSRET checks need update"
364 .endif
Denys Vlasenko17be0ae2015-04-21 18:27:29 +0200365 /* Change top 16 bits to be the sign-extension of 47th bit */
366 shl $(64 - (__VIRTUAL_MASK_SHIFT+1)), %rcx
367 sar $(64 - (__VIRTUAL_MASK_SHIFT+1)), %rcx
368 /* If this changed %rcx, it was not canonical */
369 cmpq %rcx, %r11
370 jne opportunistic_sysret_failed
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200371
372 cmpq $__USER_CS,CS(%rsp) /* CS must match SYSRET */
373 jne opportunistic_sysret_failed
374
375 movq R11(%rsp),%r11
376 cmpq %r11,EFLAGS(%rsp) /* R11 == RFLAGS */
377 jne opportunistic_sysret_failed
378
379 /*
380 * SYSRET can't restore RF. SYSRET can restore TF, but unlike IRET,
381 * restoring TF results in a trap from userspace immediately after
382 * SYSRET. This would cause an infinite loop whenever #DB happens
383 * with register state that satisfies the opportunistic SYSRET
384 * conditions. For example, single-stepping this user code:
385 *
386 * movq $stuck_here,%rcx
387 * pushfq
388 * popq %r11
389 * stuck_here:
390 *
391 * would never get past 'stuck_here'.
392 */
393 testq $(X86_EFLAGS_RF|X86_EFLAGS_TF), %r11
394 jnz opportunistic_sysret_failed
395
396 /* nothing to check for RSP */
397
398 cmpq $__USER_DS,SS(%rsp) /* SS must match SYSRET */
399 jne opportunistic_sysret_failed
400
401 /*
402 * We win! This label is here just for ease of understanding
403 * perf profiles. Nothing jumps here.
404 */
405syscall_return_via_sysret:
Denys Vlasenko17be0ae2015-04-21 18:27:29 +0200406 /* rcx and r11 are already restored (see code above) */
407 RESTORE_C_REGS_EXCEPT_RCX_R11
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200408 movq RSP(%rsp),%rsp
409 USERGS_SYSRET64
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200410
411opportunistic_sysret_failed:
412 SWAPGS
413 jmp restore_c_regs_and_iret
Jan Beulichbcddc012006-12-07 02:14:02 +0100414END(system_call)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100415
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200416
Al Viro1d4b4b22012-10-22 22:34:11 -0400417 .macro FORK_LIKE func
418ENTRY(stub_\func)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800419 SAVE_EXTRA_REGS 8
Denys Vlasenko772951c2015-04-07 22:43:40 +0200420 jmp sys_\func
Al Viro1d4b4b22012-10-22 22:34:11 -0400421END(stub_\func)
422 .endm
423
424 FORK_LIKE clone
425 FORK_LIKE fork
426 FORK_LIKE vfork
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428ENTRY(stub_execve)
Denys Vlasenkofc3e9582015-04-04 20:55:19 +0200429 call sys_execve
430return_from_execve:
431 testl %eax, %eax
432 jz 1f
433 /* exec failed, can use fast SYSRET code path in this case */
434 ret
4351:
436 /* must use IRET code path (pt_regs->cs may have changed) */
437 addq $8, %rsp
438 ZERO_EXTRA_REGS
439 movq %rax,RAX(%rsp)
440 jmp int_ret_from_sys_call
Jan Beulich4b787e02006-06-26 13:56:55 +0200441END(stub_execve)
Denys Vlasenkoa37f34a2015-04-07 22:43:44 +0200442/*
443 * Remaining execve stubs are only 7 bytes long.
444 * ENTRY() often aligns to 16 bytes, which in this case has no benefits.
445 */
446 .align 8
447GLOBAL(stub_execveat)
Denys Vlasenkofc3e9582015-04-04 20:55:19 +0200448 call sys_execveat
449 jmp return_from_execve
David Drysdale27d6ec72014-12-12 16:57:33 -0800450END(stub_execveat)
451
Denys Vlasenkoac7f5df2015-04-21 18:03:13 +0200452#if defined(CONFIG_X86_X32_ABI) || defined(CONFIG_IA32_EMULATION)
Denys Vlasenkoa37f34a2015-04-07 22:43:44 +0200453 .align 8
454GLOBAL(stub_x32_execve)
Denys Vlasenkoa37f34a2015-04-07 22:43:44 +0200455GLOBAL(stub32_execve)
Denys Vlasenko0f90fb92015-04-07 22:43:39 +0200456 call compat_sys_execve
457 jmp return_from_execve
Denys Vlasenko0f90fb92015-04-07 22:43:39 +0200458END(stub32_execve)
Denys Vlasenkoac7f5df2015-04-21 18:03:13 +0200459END(stub_x32_execve)
Denys Vlasenkoa37f34a2015-04-07 22:43:44 +0200460 .align 8
Denys Vlasenkoac7f5df2015-04-21 18:03:13 +0200461GLOBAL(stub_x32_execveat)
Denys Vlasenkoa37f34a2015-04-07 22:43:44 +0200462GLOBAL(stub32_execveat)
Denys Vlasenko0f90fb92015-04-07 22:43:39 +0200463 call compat_sys_execveat
464 jmp return_from_execve
Denys Vlasenko0f90fb92015-04-07 22:43:39 +0200465END(stub32_execveat)
Denys Vlasenkoac7f5df2015-04-21 18:03:13 +0200466END(stub_x32_execveat)
Denys Vlasenko0f90fb92015-04-07 22:43:39 +0200467#endif
468
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469/*
470 * sigreturn is special because it needs to restore all registers on return.
471 * This cannot be done with SYSRET, so use the IRET return path instead.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100472 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473ENTRY(stub_rt_sigreturn)
Denys Vlasenko31f01192015-04-07 22:43:37 +0200474 /*
475 * SAVE_EXTRA_REGS result is not normally needed:
476 * sigreturn overwrites all pt_regs->GPREGS.
477 * But sigreturn can fail (!), and there is no easy way to detect that.
478 * To make sure RESTORE_EXTRA_REGS doesn't restore garbage on error,
479 * we SAVE_EXTRA_REGS here.
480 */
481 SAVE_EXTRA_REGS 8
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 call sys_rt_sigreturn
Denys Vlasenko31f01192015-04-07 22:43:37 +0200483return_from_stub:
484 addq $8, %rsp
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800485 RESTORE_EXTRA_REGS
Denys Vlasenko31f01192015-04-07 22:43:37 +0200486 movq %rax,RAX(%rsp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 jmp int_ret_from_sys_call
Jan Beulich4b787e02006-06-26 13:56:55 +0200488END(stub_rt_sigreturn)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800490#ifdef CONFIG_X86_X32_ABI
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800491ENTRY(stub_x32_rt_sigreturn)
Denys Vlasenko31f01192015-04-07 22:43:37 +0200492 SAVE_EXTRA_REGS 8
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800493 call sys32_x32_rt_sigreturn
Denys Vlasenko31f01192015-04-07 22:43:37 +0200494 jmp return_from_stub
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800495END(stub_x32_rt_sigreturn)
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800496#endif
497
Jan Beulich7effaa82005-09-12 18:49:24 +0200498/*
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800499 * A newly forked process directly context switches into this address.
500 *
501 * rdi: prev task we switched from
502 */
503ENTRY(ret_from_fork)
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800504
505 LOCK ; btr $TIF_FORK,TI_flags(%r8)
506
Ingo Molnar131484c2015-05-28 12:21:47 +0200507 pushq $0x0002
508 popfq # reset kernel eflags
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800509
510 call schedule_tail # rdi: 'prev' task parameter
511
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800512 RESTORE_EXTRA_REGS
513
Denys Vlasenko03335e92015-04-27 15:21:52 +0200514 testb $3, CS(%rsp) # from kernel_thread?
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800515
Andy Lutomirski1e3fbb82015-02-26 14:40:39 -0800516 /*
517 * By the time we get here, we have no idea whether our pt_regs,
518 * ti flags, and ti status came from the 64-bit SYSCALL fast path,
Ingo Molnar138bd562015-06-05 14:11:49 +0200519 * the slow path, or one of the 32-bit compat paths.
Denys Vlasenko66ad4ef2015-04-07 22:43:42 +0200520 * Use IRET code path to return, since it can safely handle
Andy Lutomirski1e3fbb82015-02-26 14:40:39 -0800521 * all of the above.
522 */
Denys Vlasenko66ad4ef2015-04-07 22:43:42 +0200523 jnz int_ret_from_sys_call
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800524
Denys Vlasenko66ad4ef2015-04-07 22:43:42 +0200525 /* We came from kernel_thread */
526 /* nb: we depend on RESTORE_EXTRA_REGS above */
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800527 movq %rbp, %rdi
528 call *%rbx
529 movl $0, RAX(%rsp)
530 RESTORE_EXTRA_REGS
531 jmp int_ret_from_sys_call
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800532END(ret_from_fork)
533
534/*
Denys Vlasenko3304c9c2015-04-03 21:49:13 +0200535 * Build the entry stubs with some assembler magic.
536 * We pack 1 stub into every 8-byte block.
H. Peter Anvin939b7872008-11-11 13:51:52 -0800537 */
Denys Vlasenko3304c9c2015-04-03 21:49:13 +0200538 .align 8
H. Peter Anvin939b7872008-11-11 13:51:52 -0800539ENTRY(irq_entries_start)
Denys Vlasenko3304c9c2015-04-03 21:49:13 +0200540 vector=FIRST_EXTERNAL_VECTOR
541 .rept (FIRST_SYSTEM_VECTOR - FIRST_EXTERNAL_VECTOR)
Ingo Molnar131484c2015-05-28 12:21:47 +0200542 pushq $(~vector+0x80) /* Note: always in signed byte range */
Denys Vlasenko3304c9c2015-04-03 21:49:13 +0200543 vector=vector+1
544 jmp common_interrupt
Denys Vlasenko3304c9c2015-04-03 21:49:13 +0200545 .align 8
546 .endr
H. Peter Anvin939b7872008-11-11 13:51:52 -0800547END(irq_entries_start)
548
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100549/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 * Interrupt entry/exit.
551 *
552 * Interrupt entry points save only callee clobbered registers in fast path.
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100553 *
554 * Entry runs with interrupts off.
555 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556
Alexander van Heukelum722024d2008-11-13 13:50:20 +0100557/* 0(%rsp): ~(interrupt number) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 .macro interrupt func
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100559 cld
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800560 /*
561 * Since nothing in interrupt handling code touches r12...r15 members
562 * of "struct pt_regs", and since interrupts can nest, we can save
563 * four stack slots and simultaneously provide
564 * an unwind-friendly stack layout by saving "truncated" pt_regs
565 * exactly up to rbp slot, without these members.
566 */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800567 ALLOC_PT_GPREGS_ON_STACK -RBP
568 SAVE_C_REGS -RBP
569 /* this goes to 0(%rsp) for unwinder, not for saving the value: */
570 SAVE_EXTRA_REGS_RBP -RBP
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100571
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800572 leaq -RBP(%rsp),%rdi /* arg1 for \func (pointer to pt_regs) */
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100573
Denys Vlasenko03335e92015-04-27 15:21:52 +0200574 testb $3, CS-RBP(%rsp)
Denys Vlasenkodde74f22015-04-27 15:21:51 +0200575 jz 1f
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100576 SWAPGS
Denys Vlasenko76f5df42015-02-26 14:40:27 -08005771:
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100578 /*
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800579 * Save previous stack pointer, optionally switch to interrupt stack.
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100580 * irq_count is used to check if a CPU is already on an interrupt stack
581 * or not. While this is essentially redundant with preempt_count it is
582 * a little cheaper to use a separate counter in the PDA (short of
583 * moving irq_enter into assembly, which would be too much work)
584 */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800585 movq %rsp, %rsi
586 incl PER_CPU_VAR(irq_count)
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100587 cmovzq PER_CPU_VAR(irq_stack_ptr),%rsp
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100588 pushq %rsi
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100589 /* We entered an interrupt context - irqs are off: */
590 TRACE_IRQS_OFF
591
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 call \func
593 .endm
594
Alexander van Heukelum722024d2008-11-13 13:50:20 +0100595 /*
596 * The interrupt stubs push (~vector+0x80) onto the stack and
597 * then jump to common_interrupt.
598 */
H. Peter Anvin939b7872008-11-11 13:51:52 -0800599 .p2align CONFIG_X86_L1_CACHE_SHIFT
600common_interrupt:
Jan Beulichee4eb872012-11-02 11:18:39 +0000601 ASM_CLAC
Alexander van Heukelum722024d2008-11-13 13:50:20 +0100602 addq $-0x80,(%rsp) /* Adjust vector to [-256,-1] range */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 interrupt do_IRQ
Denys Vlasenko34061f12015-03-23 14:03:59 +0100604 /* 0(%rsp): old RSP */
Jan Beulich7effaa82005-09-12 18:49:24 +0200605ret_from_intr:
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100606 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700607 TRACE_IRQS_OFF
Brian Gerst56895532009-01-19 00:38:58 +0900608 decl PER_CPU_VAR(irq_count)
Frederic Weisbecker625dbc32011-01-06 15:22:47 +0100609
Frederic Weisbeckera2bbe752011-07-02 16:52:45 +0200610 /* Restore saved previous stack */
611 popq %rsi
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800612 /* return code expects complete pt_regs - adjust rsp accordingly: */
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800613 leaq -RBP(%rsi),%rsp
Frederic Weisbecker625dbc32011-01-06 15:22:47 +0100614
Denys Vlasenko03335e92015-04-27 15:21:52 +0200615 testb $3, CS(%rsp)
Denys Vlasenkodde74f22015-04-27 15:21:51 +0200616 jz retint_kernel
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 /* Interrupt came from user space */
Jan Beulich2f63b9d2015-06-01 13:03:59 +0100618retint_user:
Denys Vlasenkoa3675b32015-03-30 20:09:34 +0200619 GET_THREAD_INFO(%rcx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 * %rcx: thread info. Interrupts off.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100622 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623retint_with_reschedule:
624 movl $_TIF_WORK_MASK,%edi
Jan Beulich7effaa82005-09-12 18:49:24 +0200625retint_check:
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200626 LOCKDEP_SYS_EXIT_IRQ
Glauber Costa26ccb8a2008-06-24 11:19:35 -0300627 movl TI_flags(%rcx),%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 andl %edi,%edx
629 jnz retint_careful
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200630
631retint_swapgs: /* return to user-space */
Ingo Molnar2601e642006-07-03 00:24:45 -0700632 /*
633 * The iretq could re-enable interrupts:
634 */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100635 DISABLE_INTERRUPTS(CLBR_ANY)
Ingo Molnar2601e642006-07-03 00:24:45 -0700636 TRACE_IRQS_IRETQ
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700637
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100638 SWAPGS
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200639 jmp restore_c_regs_and_iret
Ingo Molnar2601e642006-07-03 00:24:45 -0700640
Denys Vlasenko627276c2015-03-30 20:09:31 +0200641/* Returning to kernel space */
Denys Vlasenko6ba71b72015-03-31 19:00:05 +0200642retint_kernel:
Denys Vlasenko627276c2015-03-30 20:09:31 +0200643#ifdef CONFIG_PREEMPT
644 /* Interrupts are off */
645 /* Check if we need preemption */
Denys Vlasenko627276c2015-03-30 20:09:31 +0200646 bt $9,EFLAGS(%rsp) /* interrupts were off? */
Denys Vlasenko6ba71b72015-03-31 19:00:05 +0200647 jnc 1f
Denys Vlasenko36acef22015-03-31 19:00:07 +02006480: cmpl $0,PER_CPU_VAR(__preempt_count)
649 jnz 1f
Denys Vlasenko627276c2015-03-30 20:09:31 +0200650 call preempt_schedule_irq
Denys Vlasenko36acef22015-03-31 19:00:07 +0200651 jmp 0b
Denys Vlasenko6ba71b72015-03-31 19:00:05 +02006521:
Denys Vlasenko627276c2015-03-30 20:09:31 +0200653#endif
Ingo Molnar2601e642006-07-03 00:24:45 -0700654 /*
655 * The iretq could re-enable interrupts:
656 */
657 TRACE_IRQS_IRETQ
Denys Vlasenkofffbb5d2015-04-02 18:46:59 +0200658
659/*
660 * At this label, code paths which return to kernel and to user,
661 * which come from interrupts/exception and from syscalls, merge.
662 */
663restore_c_regs_and_iret:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800664 RESTORE_C_REGS
665 REMOVE_PT_GPREGS_FROM_STACK 8
Andy Lutomirski7209a752014-07-23 08:34:11 -0700666 INTERRUPT_RETURN
667
668ENTRY(native_iret)
H. Peter Anvin3891a042014-04-29 16:46:09 -0700669 /*
670 * Are we returning to a stack segment from the LDT? Note: in
671 * 64-bit mode SS:RSP on the exception stack is always valid.
672 */
H. Peter Anvin34273f42014-05-04 10:36:22 -0700673#ifdef CONFIG_X86_ESPFIX64
H. Peter Anvin3891a042014-04-29 16:46:09 -0700674 testb $4,(SS-RIP)(%rsp)
Andy Lutomirski7209a752014-07-23 08:34:11 -0700675 jnz native_irq_return_ldt
H. Peter Anvin34273f42014-05-04 10:36:22 -0700676#endif
H. Peter Anvin3891a042014-04-29 16:46:09 -0700677
Andy Lutomirskiaf726f22014-11-22 18:00:31 -0800678.global native_irq_return_iret
Andy Lutomirski7209a752014-07-23 08:34:11 -0700679native_irq_return_iret:
Andy Lutomirskib645af22014-11-22 18:00:33 -0800680 /*
681 * This may fault. Non-paranoid faults on return to userspace are
682 * handled by fixup_bad_iret. These include #SS, #GP, and #NP.
683 * Double-faults due to espfix64 are handled in do_double_fault.
684 * Other faults here are fatal.
685 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686 iretq
Ingo Molnar3701d8632008-02-09 23:24:08 +0100687
H. Peter Anvin34273f42014-05-04 10:36:22 -0700688#ifdef CONFIG_X86_ESPFIX64
Andy Lutomirski7209a752014-07-23 08:34:11 -0700689native_irq_return_ldt:
Ingo Molnar131484c2015-05-28 12:21:47 +0200690 pushq %rax
691 pushq %rdi
H. Peter Anvin3891a042014-04-29 16:46:09 -0700692 SWAPGS
693 movq PER_CPU_VAR(espfix_waddr),%rdi
694 movq %rax,(0*8)(%rdi) /* RAX */
695 movq (2*8)(%rsp),%rax /* RIP */
696 movq %rax,(1*8)(%rdi)
697 movq (3*8)(%rsp),%rax /* CS */
698 movq %rax,(2*8)(%rdi)
699 movq (4*8)(%rsp),%rax /* RFLAGS */
700 movq %rax,(3*8)(%rdi)
701 movq (6*8)(%rsp),%rax /* SS */
702 movq %rax,(5*8)(%rdi)
703 movq (5*8)(%rsp),%rax /* RSP */
704 movq %rax,(4*8)(%rdi)
705 andl $0xffff0000,%eax
Ingo Molnar131484c2015-05-28 12:21:47 +0200706 popq %rdi
H. Peter Anvin3891a042014-04-29 16:46:09 -0700707 orq PER_CPU_VAR(espfix_stack),%rax
708 SWAPGS
709 movq %rax,%rsp
Ingo Molnar131484c2015-05-28 12:21:47 +0200710 popq %rax
Andy Lutomirski7209a752014-07-23 08:34:11 -0700711 jmp native_irq_return_iret
H. Peter Anvin34273f42014-05-04 10:36:22 -0700712#endif
H. Peter Anvin3891a042014-04-29 16:46:09 -0700713
Jan Beulich7effaa82005-09-12 18:49:24 +0200714 /* edi: workmask, edx: work */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715retint_careful:
716 bt $TIF_NEED_RESCHED,%edx
717 jnc retint_signal
Ingo Molnar2601e642006-07-03 00:24:45 -0700718 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100719 ENABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar131484c2015-05-28 12:21:47 +0200720 pushq %rdi
Frederic Weisbecker04304992012-07-11 20:26:38 +0200721 SCHEDULE_USER
Ingo Molnar131484c2015-05-28 12:21:47 +0200722 popq %rdi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 GET_THREAD_INFO(%rcx)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100724 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700725 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726 jmp retint_check
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100727
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728retint_signal:
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100729 testl $_TIF_DO_NOTIFY_MASK,%edx
Andi Kleen10ffdbb2005-05-16 21:53:19 -0700730 jz retint_swapgs
Ingo Molnar2601e642006-07-03 00:24:45 -0700731 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100732 ENABLE_INTERRUPTS(CLBR_NONE)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800733 SAVE_EXTRA_REGS
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100734 movq $-1,ORIG_RAX(%rsp)
Andi Kleen3829ee62005-07-28 21:15:48 -0700735 xorl %esi,%esi # oldset
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 movq %rsp,%rdi # &pt_regs
737 call do_notify_resume
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800738 RESTORE_EXTRA_REGS
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100739 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700740 TRACE_IRQS_OFF
Andi Kleenbe9e6872005-05-01 08:58:51 -0700741 GET_THREAD_INFO(%rcx)
Roland McGratheca91e72008-07-10 14:50:39 -0700742 jmp retint_with_reschedule
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743
Jan Beulich4b787e02006-06-26 13:56:55 +0200744END(common_interrupt)
H. Peter Anvin3891a042014-04-29 16:46:09 -0700745
Masami Hiramatsu8222d712009-08-27 13:23:25 -0400746/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 * APIC interrupts.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100748 */
Seiji Aguchicf910e82013-06-20 11:46:53 -0400749.macro apicinterrupt3 num sym do_sym
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100750ENTRY(\sym)
Jan Beulichee4eb872012-11-02 11:18:39 +0000751 ASM_CLAC
Ingo Molnar131484c2015-05-28 12:21:47 +0200752 pushq $~(\num)
Jan Beulich39e95432011-11-29 11:03:46 +0000753.Lcommon_\sym:
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100754 interrupt \do_sym
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755 jmp ret_from_intr
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100756END(\sym)
757.endm
Jacob Shin89b831e2005-11-05 17:25:53 +0100758
Seiji Aguchicf910e82013-06-20 11:46:53 -0400759#ifdef CONFIG_TRACING
760#define trace(sym) trace_##sym
761#define smp_trace(sym) smp_trace_##sym
762
763.macro trace_apicinterrupt num sym
764apicinterrupt3 \num trace(\sym) smp_trace(\sym)
765.endm
766#else
767.macro trace_apicinterrupt num sym do_sym
768.endm
769#endif
770
771.macro apicinterrupt num sym do_sym
772apicinterrupt3 \num \sym \do_sym
773trace_apicinterrupt \num \sym
774.endm
775
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100776#ifdef CONFIG_SMP
Seiji Aguchicf910e82013-06-20 11:46:53 -0400777apicinterrupt3 IRQ_MOVE_CLEANUP_VECTOR \
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100778 irq_move_cleanup_interrupt smp_irq_move_cleanup_interrupt
Seiji Aguchicf910e82013-06-20 11:46:53 -0400779apicinterrupt3 REBOOT_VECTOR \
Andi Kleen4ef702c2009-05-27 21:56:52 +0200780 reboot_interrupt smp_reboot_interrupt
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781#endif
782
Nick Piggin03b48632009-01-20 04:36:04 +0100783#ifdef CONFIG_X86_UV
Seiji Aguchicf910e82013-06-20 11:46:53 -0400784apicinterrupt3 UV_BAU_MESSAGE \
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100785 uv_bau_message_intr1 uv_bau_message_interrupt
Nick Piggin03b48632009-01-20 04:36:04 +0100786#endif
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100787apicinterrupt LOCAL_TIMER_VECTOR \
788 apic_timer_interrupt smp_apic_timer_interrupt
Dimitri Sivanich4a4de9c2009-10-14 09:22:57 -0500789apicinterrupt X86_PLATFORM_IPI_VECTOR \
790 x86_platform_ipi smp_x86_platform_ipi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791
Yang Zhangd78f2662013-04-11 19:25:11 +0800792#ifdef CONFIG_HAVE_KVM
Seiji Aguchicf910e82013-06-20 11:46:53 -0400793apicinterrupt3 POSTED_INTR_VECTOR \
Yang Zhangd78f2662013-04-11 19:25:11 +0800794 kvm_posted_intr_ipi smp_kvm_posted_intr_ipi
795#endif
796
Seiji Aguchi33e5ff62013-06-22 07:33:30 -0400797#ifdef CONFIG_X86_MCE_THRESHOLD
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100798apicinterrupt THRESHOLD_APIC_VECTOR \
Andi Kleen7856f6c2009-04-28 23:32:56 +0200799 threshold_interrupt smp_threshold_interrupt
Seiji Aguchi33e5ff62013-06-22 07:33:30 -0400800#endif
801
802#ifdef CONFIG_X86_THERMAL_VECTOR
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100803apicinterrupt THERMAL_APIC_VECTOR \
804 thermal_interrupt smp_thermal_interrupt
Seiji Aguchi33e5ff62013-06-22 07:33:30 -0400805#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100807#ifdef CONFIG_SMP
808apicinterrupt CALL_FUNCTION_SINGLE_VECTOR \
809 call_function_single_interrupt smp_call_function_single_interrupt
810apicinterrupt CALL_FUNCTION_VECTOR \
811 call_function_interrupt smp_call_function_interrupt
812apicinterrupt RESCHEDULE_VECTOR \
813 reschedule_interrupt smp_reschedule_interrupt
814#endif
815
816apicinterrupt ERROR_APIC_VECTOR \
817 error_interrupt smp_error_interrupt
818apicinterrupt SPURIOUS_APIC_VECTOR \
819 spurious_interrupt smp_spurious_interrupt
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100820
Peter Zijlstrae360adb2010-10-14 14:01:34 +0800821#ifdef CONFIG_IRQ_WORK
822apicinterrupt IRQ_WORK_VECTOR \
823 irq_work_interrupt smp_irq_work_interrupt
Ingo Molnar241771e2008-12-03 10:39:53 +0100824#endif
825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826/*
827 * Exception entry points.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100828 */
Andy Lutomirski9b476682015-03-05 19:19:07 -0800829#define CPU_TSS_IST(x) PER_CPU_VAR(cpu_tss) + (TSS_ist + ((x) - 1) * 8)
Andy Lutomirski577ed452014-05-21 15:07:09 -0700830
831.macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100832ENTRY(\sym)
Andy Lutomirski577ed452014-05-21 15:07:09 -0700833 /* Sanity check */
834 .if \shift_ist != -1 && \paranoid == 0
835 .error "using shift_ist requires paranoid=1"
836 .endif
837
Jan Beulichee4eb872012-11-02 11:18:39 +0000838 ASM_CLAC
Alexander van Heukelumb8b1d082008-11-21 16:44:28 +0100839 PARAVIRT_ADJUST_EXCEPTION_FRAME
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700840
841 .ifeq \has_error_code
Ingo Molnar131484c2015-05-28 12:21:47 +0200842 pushq $-1 /* ORIG_RAX: no syscall to restart */
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700843 .endif
844
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800845 ALLOC_PT_GPREGS_ON_STACK
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700846
847 .if \paranoid
Andy Lutomirski48e08d02014-11-11 12:49:41 -0800848 .if \paranoid == 1
Denys Vlasenko03335e92015-04-27 15:21:52 +0200849 testb $3, CS(%rsp) /* If coming from userspace, switch */
Andy Lutomirski48e08d02014-11-11 12:49:41 -0800850 jnz 1f /* stacks. */
851 .endif
Denys Vlasenkoebfc4532015-02-26 14:40:34 -0800852 call paranoid_entry
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700853 .else
854 call error_entry
855 .endif
Denys Vlasenkoebfc4532015-02-26 14:40:34 -0800856 /* returned flag: ebx=0: need swapgs on exit, ebx=1: don't need it */
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700857
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700858 .if \paranoid
Andy Lutomirski577ed452014-05-21 15:07:09 -0700859 .if \shift_ist != -1
860 TRACE_IRQS_OFF_DEBUG /* reload IDT in case of recursion */
861 .else
Alexander van Heukelumb8b1d082008-11-21 16:44:28 +0100862 TRACE_IRQS_OFF
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700863 .endif
Andy Lutomirski577ed452014-05-21 15:07:09 -0700864 .endif
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700865
866 movq %rsp,%rdi /* pt_regs pointer */
867
868 .if \has_error_code
869 movq ORIG_RAX(%rsp),%rsi /* get error code */
870 movq $-1,ORIG_RAX(%rsp) /* no syscall to restart */
871 .else
872 xorl %esi,%esi /* no error code */
873 .endif
874
Andy Lutomirski577ed452014-05-21 15:07:09 -0700875 .if \shift_ist != -1
Andy Lutomirski9b476682015-03-05 19:19:07 -0800876 subq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
Andy Lutomirski577ed452014-05-21 15:07:09 -0700877 .endif
878
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100879 call \do_sym
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700880
Andy Lutomirski577ed452014-05-21 15:07:09 -0700881 .if \shift_ist != -1
Andy Lutomirski9b476682015-03-05 19:19:07 -0800882 addq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
Andy Lutomirski577ed452014-05-21 15:07:09 -0700883 .endif
884
Denys Vlasenkoebfc4532015-02-26 14:40:34 -0800885 /* these procedures expect "no swapgs" flag in ebx */
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700886 .if \paranoid
Denys Vlasenkoebfc4532015-02-26 14:40:34 -0800887 jmp paranoid_exit
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700888 .else
Denys Vlasenkoebfc4532015-02-26 14:40:34 -0800889 jmp error_exit
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700890 .endif
891
Andy Lutomirski48e08d02014-11-11 12:49:41 -0800892 .if \paranoid == 1
Andy Lutomirski48e08d02014-11-11 12:49:41 -0800893 /*
894 * Paranoid entry from userspace. Switch stacks and treat it
895 * as a normal entry. This means that paranoid handlers
896 * run in real process context if user_mode(regs).
897 */
8981:
899 call error_entry
900
Andy Lutomirski48e08d02014-11-11 12:49:41 -0800901
902 movq %rsp,%rdi /* pt_regs pointer */
903 call sync_regs
904 movq %rax,%rsp /* switch stack */
905
906 movq %rsp,%rdi /* pt_regs pointer */
907
908 .if \has_error_code
909 movq ORIG_RAX(%rsp),%rsi /* get error code */
910 movq $-1,ORIG_RAX(%rsp) /* no syscall to restart */
911 .else
912 xorl %esi,%esi /* no error code */
913 .endif
914
915 call \do_sym
916
917 jmp error_exit /* %ebx: no swapgs flag */
918 .endif
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +0100919END(\sym)
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100920.endm
Alexander van Heukelumb8b1d082008-11-21 16:44:28 +0100921
Seiji Aguchi25c74b12013-10-30 16:37:00 -0400922#ifdef CONFIG_TRACING
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700923.macro trace_idtentry sym do_sym has_error_code:req
924idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code
925idtentry \sym \do_sym has_error_code=\has_error_code
Seiji Aguchi25c74b12013-10-30 16:37:00 -0400926.endm
927#else
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700928.macro trace_idtentry sym do_sym has_error_code:req
929idtentry \sym \do_sym has_error_code=\has_error_code
Seiji Aguchi25c74b12013-10-30 16:37:00 -0400930.endm
931#endif
932
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700933idtentry divide_error do_divide_error has_error_code=0
934idtentry overflow do_overflow has_error_code=0
935idtentry bounds do_bounds has_error_code=0
936idtentry invalid_op do_invalid_op has_error_code=0
937idtentry device_not_available do_device_not_available has_error_code=0
Andy Lutomirski48e08d02014-11-11 12:49:41 -0800938idtentry double_fault do_double_fault has_error_code=1 paranoid=2
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700939idtentry coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0
940idtentry invalid_TSS do_invalid_TSS has_error_code=1
941idtentry segment_not_present do_segment_not_present has_error_code=1
942idtentry spurious_interrupt_bug do_spurious_interrupt_bug has_error_code=0
943idtentry coprocessor_error do_coprocessor_error has_error_code=0
944idtentry alignment_check do_alignment_check has_error_code=1
945idtentry simd_coprocessor_error do_simd_coprocessor_error has_error_code=0
Andy Lutomirski5cec93c2011-06-05 13:50:24 -0400946
Ingo Molnar2601e642006-07-03 00:24:45 -0700947
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +0300948 /* Reload gs selector with exception handling */
949 /* edi: new selector */
Jeremy Fitzhardinge9f9d4892008-06-25 00:19:32 -0400950ENTRY(native_load_gs_index)
Ingo Molnar131484c2015-05-28 12:21:47 +0200951 pushfq
Jeremy Fitzhardingeb8aa2872009-01-28 14:35:03 -0800952 DISABLE_INTERRUPTS(CLBR_ANY & ~CLBR_RDI)
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +0300953 SWAPGS
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100954gs_change:
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +0300955 movl %edi,%gs
Linus Torvalds1da177e2005-04-16 15:20:36 -07009562: mfence /* workaround */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100957 SWAPGS
Ingo Molnar131484c2015-05-28 12:21:47 +0200958 popfq
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +0300959 ret
Alexander van Heukelum6efdcfa2008-11-23 10:15:32 +0100960END(native_load_gs_index)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100961
H. Peter Anvind7abc0f2012-04-20 12:19:50 -0700962 _ASM_EXTABLE(gs_change,bad_gs)
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +0300963 .section .fixup,"ax"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964 /* running with kernelgs */
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100965bad_gs:
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100966 SWAPGS /* switch back to user gs */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 xorl %eax,%eax
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +0300968 movl %eax,%gs
969 jmp 2b
970 .previous
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100971
Andi Kleen26995002006-08-02 22:37:28 +0200972/* Call softirq on interrupt stack. Interrupts are off. */
Frederic Weisbecker7d65f4a2013-09-05 15:49:45 +0200973ENTRY(do_softirq_own_stack)
Ingo Molnar131484c2015-05-28 12:21:47 +0200974 pushq %rbp
Andi Kleen26995002006-08-02 22:37:28 +0200975 mov %rsp,%rbp
Brian Gerst56895532009-01-19 00:38:58 +0900976 incl PER_CPU_VAR(irq_count)
Brian Gerst26f80bd2009-01-19 00:38:58 +0900977 cmove PER_CPU_VAR(irq_stack_ptr),%rsp
Andi Kleen26995002006-08-02 22:37:28 +0200978 push %rbp # backlink for old unwinder
Andi Kleened6b6762005-07-28 21:15:49 -0700979 call __do_softirq
Andi Kleen26995002006-08-02 22:37:28 +0200980 leaveq
Brian Gerst56895532009-01-19 00:38:58 +0900981 decl PER_CPU_VAR(irq_count)
Andi Kleened6b6762005-07-28 21:15:49 -0700982 ret
Frederic Weisbecker7d65f4a2013-09-05 15:49:45 +0200983END(do_softirq_own_stack)
Andi Kleen75154f42007-06-23 02:29:25 +0200984
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -0700985#ifdef CONFIG_XEN
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700986idtentry xen_hypervisor_callback xen_do_hypervisor_callback has_error_code=0
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -0700987
988/*
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +0300989 * A note on the "critical region" in our callback handler.
990 * We want to avoid stacking callback handlers due to events occurring
991 * during handling of the last event. To do this, we keep events disabled
992 * until we've done all processing. HOWEVER, we must enable events before
993 * popping the stack frame (can't be done atomically) and so it would still
994 * be possible to get enough handler activations to overflow the stack.
995 * Although unlikely, bugs of that kind are hard to track down, so we'd
996 * like to avoid the possibility.
997 * So, on entry to the handler we detect whether we interrupted an
998 * existing activation in its critical region -- if so, we pop the current
999 * activation and restart the handler using the previous one.
1000 */
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001001ENTRY(xen_do_hypervisor_callback) # do_hypervisor_callback(struct *pt_regs)
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001002/*
1003 * Since we don't modify %rdi, evtchn_do_upall(struct *pt_regs) will
1004 * see the correct pointer to the pt_regs
1005 */
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001006 movq %rdi, %rsp # we don't return, adjust the stack frame
Brian Gerst56895532009-01-19 00:38:58 +0900100711: incl PER_CPU_VAR(irq_count)
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001008 movq %rsp,%rbp
Brian Gerst26f80bd2009-01-19 00:38:58 +09001009 cmovzq PER_CPU_VAR(irq_stack_ptr),%rsp
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001010 pushq %rbp # backlink for old unwinder
1011 call xen_evtchn_do_upcall
1012 popq %rsp
Brian Gerst56895532009-01-19 00:38:58 +09001013 decl PER_CPU_VAR(irq_count)
David Vrabelfdfd8112015-02-19 15:23:17 +00001014#ifndef CONFIG_PREEMPT
1015 call xen_maybe_preempt_hcall
1016#endif
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001017 jmp error_exit
Alexander van Heukelum371c3942011-03-11 21:59:38 +01001018END(xen_do_hypervisor_callback)
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001019
1020/*
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001021 * Hypervisor uses this for application faults while it executes.
1022 * We get here for two reasons:
1023 * 1. Fault while reloading DS, ES, FS or GS
1024 * 2. Fault while executing IRET
1025 * Category 1 we do not need to fix up as Xen has already reloaded all segment
1026 * registers that could be reloaded and zeroed the others.
1027 * Category 2 we fix up by killing the current process. We cannot use the
1028 * normal Linux return path in this case because if we use the IRET hypercall
1029 * to pop the stack frame we end up in an infinite loop of failsafe callbacks.
1030 * We distinguish between categories by comparing each saved segment register
1031 * with its current contents: any discrepancy means we in category 1.
1032 */
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001033ENTRY(xen_failsafe_callback)
Denys Vlasenkoadeb5532015-05-15 22:39:06 +02001034 movl %ds,%ecx
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001035 cmpw %cx,0x10(%rsp)
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001036 jne 1f
Denys Vlasenkoadeb5532015-05-15 22:39:06 +02001037 movl %es,%ecx
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001038 cmpw %cx,0x18(%rsp)
1039 jne 1f
Denys Vlasenkoadeb5532015-05-15 22:39:06 +02001040 movl %fs,%ecx
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001041 cmpw %cx,0x20(%rsp)
1042 jne 1f
Denys Vlasenkoadeb5532015-05-15 22:39:06 +02001043 movl %gs,%ecx
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001044 cmpw %cx,0x28(%rsp)
1045 jne 1f
1046 /* All segments match their saved values => Category 2 (Bad IRET). */
1047 movq (%rsp),%rcx
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001048 movq 8(%rsp),%r11
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001049 addq $0x30,%rsp
Ingo Molnar131484c2015-05-28 12:21:47 +02001050 pushq $0 /* RIP */
1051 pushq %r11
1052 pushq %rcx
Jeremy Fitzhardinge4a5c3e72008-07-08 15:07:09 -07001053 jmp general_protection
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -070010541: /* Segment mismatch => Category 1 (Bad segment). Retry the IRET. */
1055 movq (%rsp),%rcx
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001056 movq 8(%rsp),%r11
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001057 addq $0x30,%rsp
Ingo Molnar131484c2015-05-28 12:21:47 +02001058 pushq $-1 /* orig_ax = -1 => not a system call */
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001059 ALLOC_PT_GPREGS_ON_STACK
1060 SAVE_C_REGS
1061 SAVE_EXTRA_REGS
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001062 jmp error_exit
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001063END(xen_failsafe_callback)
1064
Seiji Aguchicf910e82013-06-20 11:46:53 -04001065apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
Sheng Yang38e20b02010-05-14 12:40:51 +01001066 xen_hvm_callback_vector xen_evtchn_do_upcall
1067
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001068#endif /* CONFIG_XEN */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001069
K. Y. Srinivasanbc2b0332013-02-03 17:22:39 -08001070#if IS_ENABLED(CONFIG_HYPERV)
Seiji Aguchicf910e82013-06-20 11:46:53 -04001071apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
K. Y. Srinivasanbc2b0332013-02-03 17:22:39 -08001072 hyperv_callback_vector hyperv_vector_handler
1073#endif /* CONFIG_HYPERV */
1074
Andy Lutomirski577ed452014-05-21 15:07:09 -07001075idtentry debug do_debug has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK
1076idtentry int3 do_int3 has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK
Andy Lutomirski6f442be2014-11-22 18:00:32 -08001077idtentry stack_segment do_stack_segment has_error_code=1
Jeremy Fitzhardinge6cac5a92009-03-29 19:56:29 -07001078#ifdef CONFIG_XEN
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001079idtentry xen_debug do_debug has_error_code=0
1080idtentry xen_int3 do_int3 has_error_code=0
1081idtentry xen_stack_segment do_stack_segment has_error_code=1
Jeremy Fitzhardinge6cac5a92009-03-29 19:56:29 -07001082#endif
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001083idtentry general_protection do_general_protection has_error_code=1
1084trace_idtentry page_fault do_page_fault has_error_code=1
Gleb Natapov631bc482010-10-14 11:22:52 +02001085#ifdef CONFIG_KVM_GUEST
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001086idtentry async_page_fault do_async_page_fault has_error_code=1
Gleb Natapov631bc482010-10-14 11:22:52 +02001087#endif
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001088#ifdef CONFIG_X86_MCE
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001089idtentry machine_check has_error_code=0 paranoid=1 do_sym=*machine_check_vector(%rip)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001090#endif
1091
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001092/*
1093 * Save all registers in pt_regs, and switch gs if needed.
1094 * Use slow, but surefire "are we in kernel?" check.
1095 * Return: ebx=0: need swapgs on exit, ebx=1: otherwise
1096 */
1097ENTRY(paranoid_entry)
Denys Vlasenko1eeb2072015-02-26 14:40:33 -08001098 cld
1099 SAVE_C_REGS 8
1100 SAVE_EXTRA_REGS 8
1101 movl $1,%ebx
1102 movl $MSR_GS_BASE,%ecx
1103 rdmsr
1104 testl %edx,%edx
1105 js 1f /* negative -> in kernel */
1106 SWAPGS
1107 xorl %ebx,%ebx
11081: ret
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001109END(paranoid_entry)
Denys Vlasenko1eeb2072015-02-26 14:40:33 -08001110
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001111/*
1112 * "Paranoid" exit path from exception stack. This is invoked
1113 * only on return from non-NMI IST interrupts that came
1114 * from kernel space.
1115 *
1116 * We may be returning to very strange contexts (e.g. very early
1117 * in syscall entry), so checking for preemption here would
1118 * be complicated. Fortunately, we there's no good reason
1119 * to try to handle preemption here.
1120 */
1121/* On entry, ebx is "no swapgs" flag (1: don't need swapgs, 0: need it) */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001122ENTRY(paranoid_exit)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001123 DISABLE_INTERRUPTS(CLBR_NONE)
Steven Rostedt5963e312012-05-30 11:54:53 -04001124 TRACE_IRQS_OFF_DEBUG
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001125 testl %ebx,%ebx /* swapgs needed? */
Denys Vlasenko0d550832015-02-26 14:40:29 -08001126 jnz paranoid_exit_no_swapgs
Denys Vlasenkof2db9382015-02-26 14:40:30 -08001127 TRACE_IRQS_IRETQ
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001128 SWAPGS_UNSAFE_STACK
Denys Vlasenko0d550832015-02-26 14:40:29 -08001129 jmp paranoid_exit_restore
1130paranoid_exit_no_swapgs:
Denys Vlasenkof2db9382015-02-26 14:40:30 -08001131 TRACE_IRQS_IRETQ_DEBUG
Denys Vlasenko0d550832015-02-26 14:40:29 -08001132paranoid_exit_restore:
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001133 RESTORE_EXTRA_REGS
1134 RESTORE_C_REGS
1135 REMOVE_PT_GPREGS_FROM_STACK 8
Andy Lutomirski48e08d02014-11-11 12:49:41 -08001136 INTERRUPT_RETURN
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001137END(paranoid_exit)
1138
1139/*
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001140 * Save all registers in pt_regs, and switch gs if needed.
1141 * Return: ebx=0: need swapgs on exit, ebx=1: otherwise
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001142 */
1143ENTRY(error_entry)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001144 cld
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001145 SAVE_C_REGS 8
1146 SAVE_EXTRA_REGS 8
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001147 xorl %ebx,%ebx
Denys Vlasenko03335e92015-04-27 15:21:52 +02001148 testb $3, CS+8(%rsp)
Denys Vlasenkodde74f22015-04-27 15:21:51 +02001149 jz error_kernelspace
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001150error_swapgs:
1151 SWAPGS
1152error_sti:
1153 TRACE_IRQS_OFF
1154 ret
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001155
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001156 /*
1157 * There are two places in the kernel that can potentially fault with
1158 * usergs. Handle them here. B stepping K8s sometimes report a
1159 * truncated RIP for IRET exceptions returning to compat mode. Check
1160 * for these here too.
1161 */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001162error_kernelspace:
1163 incl %ebx
Andy Lutomirski7209a752014-07-23 08:34:11 -07001164 leaq native_irq_return_iret(%rip),%rcx
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001165 cmpq %rcx,RIP+8(%rsp)
Andy Lutomirskib645af22014-11-22 18:00:33 -08001166 je error_bad_iret
Brian Gerstae24ffe2009-10-12 10:18:23 -04001167 movl %ecx,%eax /* zero extend */
1168 cmpq %rax,RIP+8(%rsp)
1169 je bstep_iret
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001170 cmpq $gs_change,RIP+8(%rsp)
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001171 je error_swapgs
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001172 jmp error_sti
Brian Gerstae24ffe2009-10-12 10:18:23 -04001173
1174bstep_iret:
1175 /* Fix truncated RIP */
1176 movq %rcx,RIP+8(%rsp)
Andy Lutomirskib645af22014-11-22 18:00:33 -08001177 /* fall through */
1178
1179error_bad_iret:
1180 SWAPGS
1181 mov %rsp,%rdi
1182 call fixup_bad_iret
1183 mov %rax,%rsp
1184 decl %ebx /* Return to usergs */
1185 jmp error_sti
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001186END(error_entry)
1187
1188
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001189/* On entry, ebx is "no swapgs" flag (1: don't need swapgs, 0: need it) */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001190ENTRY(error_exit)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001191 movl %ebx,%eax
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001192 RESTORE_EXTRA_REGS
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001193 DISABLE_INTERRUPTS(CLBR_NONE)
1194 TRACE_IRQS_OFF
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001195 testl %eax,%eax
Denys Vlasenkodde74f22015-04-27 15:21:51 +02001196 jnz retint_kernel
Jan Beulich2f63b9d2015-06-01 13:03:59 +01001197 jmp retint_user
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001198END(error_exit)
1199
Denys Vlasenko0784b362015-04-01 16:50:57 +02001200/* Runs on exception stack */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001201ENTRY(nmi)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001202 PARAVIRT_ADJUST_EXCEPTION_FRAME
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001203 /*
1204 * We allow breakpoints in NMIs. If a breakpoint occurs, then
1205 * the iretq it performs will take us out of NMI context.
1206 * This means that we can have nested NMIs where the next
1207 * NMI is using the top of the stack of the previous NMI. We
1208 * can't let it execute because the nested NMI will corrupt the
1209 * stack of the previous NMI. NMI handlers are not re-entrant
1210 * anyway.
1211 *
1212 * To handle this case we do the following:
1213 * Check the a special location on the stack that contains
1214 * a variable that is set when NMIs are executing.
1215 * The interrupted task's stack is also checked to see if it
1216 * is an NMI stack.
1217 * If the variable is not set and the stack is not the NMI
1218 * stack then:
1219 * o Set the special variable on the stack
1220 * o Copy the interrupt frame into a "saved" location on the stack
1221 * o Copy the interrupt frame into a "copy" location on the stack
1222 * o Continue processing the NMI
1223 * If the variable is set or the previous stack is the NMI stack:
1224 * o Modify the "copy" location to jump to the repeate_nmi
1225 * o return back to the first NMI
1226 *
1227 * Now on exit of the first NMI, we first clear the stack variable
1228 * The NMI stack will tell any nested NMIs at that point that it is
1229 * nested. Then we pop the stack normally with iret, and if there was
1230 * a nested NMI that updated the copy interrupt stack frame, a
1231 * jump will be made to the repeat_nmi code that will handle the second
1232 * NMI.
1233 */
1234
Denys Vlasenko146b2b02015-03-25 18:18:13 +01001235 /* Use %rdx as our temp variable throughout */
Ingo Molnar131484c2015-05-28 12:21:47 +02001236 pushq %rdx
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001237
1238 /*
Steven Rostedt45d5a162012-02-19 16:43:37 -05001239 * If %cs was not the kernel segment, then the NMI triggered in user
1240 * space, which means it is definitely not nested.
1241 */
Steven Rostedta38449ef2012-02-20 15:29:34 -05001242 cmpl $__KERNEL_CS, 16(%rsp)
Steven Rostedt45d5a162012-02-19 16:43:37 -05001243 jne first_nmi
1244
1245 /*
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001246 * Check the special variable on the stack to see if NMIs are
1247 * executing.
1248 */
Steven Rostedta38449ef2012-02-20 15:29:34 -05001249 cmpl $1, -8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001250 je nested_nmi
1251
1252 /*
1253 * Now test if the previous stack was an NMI stack.
1254 * We need the double check. We check the NMI stack to satisfy the
1255 * race when the first NMI clears the variable before returning.
1256 * We check the variable because the first NMI could be in a
1257 * breakpoint routine using a breakpoint stack.
1258 */
Denys Vlasenko0784b362015-04-01 16:50:57 +02001259 lea 6*8(%rsp), %rdx
1260 /* Compare the NMI stack (rdx) with the stack we came from (4*8(%rsp)) */
1261 cmpq %rdx, 4*8(%rsp)
1262 /* If the stack pointer is above the NMI stack, this is a normal NMI */
1263 ja first_nmi
1264 subq $EXCEPTION_STKSZ, %rdx
1265 cmpq %rdx, 4*8(%rsp)
1266 /* If it is below the NMI stack, it is a normal NMI */
1267 jb first_nmi
1268 /* Ah, it is within the NMI stack, treat it as nested */
Denys Vlasenko0784b362015-04-01 16:50:57 +02001269
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001270nested_nmi:
1271 /*
1272 * Do nothing if we interrupted the fixup in repeat_nmi.
1273 * It's about to repeat the NMI handler, so we are fine
1274 * with ignoring this one.
1275 */
1276 movq $repeat_nmi, %rdx
1277 cmpq 8(%rsp), %rdx
1278 ja 1f
1279 movq $end_repeat_nmi, %rdx
1280 cmpq 8(%rsp), %rdx
1281 ja nested_nmi_out
1282
12831:
1284 /* Set up the interrupted NMIs stack to jump to repeat_nmi */
Salman Qazi28696f42012-10-01 17:29:25 -07001285 leaq -1*8(%rsp), %rdx
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001286 movq %rdx, %rsp
Salman Qazi28696f42012-10-01 17:29:25 -07001287 leaq -10*8(%rsp), %rdx
Ingo Molnar131484c2015-05-28 12:21:47 +02001288 pushq $__KERNEL_DS
1289 pushq %rdx
1290 pushfq
1291 pushq $__KERNEL_CS
1292 pushq $repeat_nmi
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001293
1294 /* Put stack back */
Salman Qazi28696f42012-10-01 17:29:25 -07001295 addq $(6*8), %rsp
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001296
1297nested_nmi_out:
Ingo Molnar131484c2015-05-28 12:21:47 +02001298 popq %rdx
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001299
1300 /* No need to check faults here */
1301 INTERRUPT_RETURN
1302
1303first_nmi:
1304 /*
1305 * Because nested NMIs will use the pushed location that we
1306 * stored in rdx, we must keep that space available.
1307 * Here's what our stack frame will look like:
1308 * +-------------------------+
1309 * | original SS |
1310 * | original Return RSP |
1311 * | original RFLAGS |
1312 * | original CS |
1313 * | original RIP |
1314 * +-------------------------+
1315 * | temp storage for rdx |
1316 * +-------------------------+
1317 * | NMI executing variable |
1318 * +-------------------------+
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001319 * | copied SS |
1320 * | copied Return RSP |
1321 * | copied RFLAGS |
1322 * | copied CS |
1323 * | copied RIP |
1324 * +-------------------------+
Salman Qazi28696f42012-10-01 17:29:25 -07001325 * | Saved SS |
1326 * | Saved Return RSP |
1327 * | Saved RFLAGS |
1328 * | Saved CS |
1329 * | Saved RIP |
1330 * +-------------------------+
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001331 * | pt_regs |
1332 * +-------------------------+
1333 *
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001334 * The saved stack frame is used to fix up the copied stack frame
1335 * that a nested NMI may change to make the interrupted NMI iret jump
1336 * to the repeat_nmi. The original stack frame and the temp storage
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001337 * is also used by nested NMIs and can not be trusted on exit.
1338 */
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001339 /* Do not pop rdx, nested NMIs will corrupt that part of the stack */
Jan Beulich62610912012-02-24 14:54:37 +00001340 movq (%rsp), %rdx
Jan Beulich62610912012-02-24 14:54:37 +00001341
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001342 /* Set the NMI executing variable on the stack. */
Ingo Molnar131484c2015-05-28 12:21:47 +02001343 pushq $1
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001344
Salman Qazi28696f42012-10-01 17:29:25 -07001345 /*
1346 * Leave room for the "copied" frame
1347 */
1348 subq $(5*8), %rsp
1349
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001350 /* Copy the stack frame to the Saved frame */
1351 .rept 5
Ingo Molnar131484c2015-05-28 12:21:47 +02001352 pushq 11*8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001353 .endr
Jan Beulich62610912012-02-24 14:54:37 +00001354
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001355 /* Everything up to here is safe from nested NMIs */
1356
Jan Beulich62610912012-02-24 14:54:37 +00001357 /*
1358 * If there was a nested NMI, the first NMI's iret will return
1359 * here. But NMIs are still enabled and we can take another
1360 * nested NMI. The nested NMI checks the interrupted RIP to see
1361 * if it is between repeat_nmi and end_repeat_nmi, and if so
1362 * it will just return, as we are about to repeat an NMI anyway.
1363 * This makes it safe to copy to the stack frame that a nested
1364 * NMI will update.
1365 */
1366repeat_nmi:
1367 /*
1368 * Update the stack variable to say we are still in NMI (the update
1369 * is benign for the non-repeat case, where 1 was pushed just above
1370 * to this very stack slot).
1371 */
Salman Qazi28696f42012-10-01 17:29:25 -07001372 movq $1, 10*8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001373
1374 /* Make another copy, this one may be modified by nested NMIs */
Salman Qazi28696f42012-10-01 17:29:25 -07001375 addq $(10*8), %rsp
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001376 .rept 5
Ingo Molnar131484c2015-05-28 12:21:47 +02001377 pushq -6*8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001378 .endr
Salman Qazi28696f42012-10-01 17:29:25 -07001379 subq $(5*8), %rsp
Jan Beulich62610912012-02-24 14:54:37 +00001380end_repeat_nmi:
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001381
1382 /*
1383 * Everything below this point can be preempted by a nested
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001384 * NMI if the first NMI took an exception and reset our iret stack
1385 * so that we repeat another NMI.
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001386 */
Ingo Molnar131484c2015-05-28 12:21:47 +02001387 pushq $-1 /* ORIG_RAX: no syscall to restart */
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001388 ALLOC_PT_GPREGS_ON_STACK
1389
Steven Rostedt1fd466e2011-12-08 12:32:27 -05001390 /*
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001391 * Use paranoid_entry to handle SWAPGS, but no need to use paranoid_exit
Steven Rostedt1fd466e2011-12-08 12:32:27 -05001392 * as we should not be calling schedule in NMI context.
1393 * Even with normal interrupts enabled. An NMI should not be
1394 * setting NEED_RESCHED or anything that normal interrupts and
1395 * exceptions might do.
1396 */
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001397 call paranoid_entry
Steven Rostedt7fbb98c2012-06-07 10:21:21 -04001398
1399 /*
1400 * Save off the CR2 register. If we take a page fault in the NMI then
1401 * it could corrupt the CR2 value. If the NMI preempts a page fault
1402 * handler before it was able to read the CR2 register, and then the
1403 * NMI itself takes a page fault, the page fault that was preempted
1404 * will read the information from the NMI page fault and not the
1405 * origin fault. Save it off and restore it if it changes.
1406 * Use the r12 callee-saved register.
1407 */
1408 movq %cr2, %r12
1409
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001410 /* paranoidentry do_nmi, 0; without TRACE_IRQS_OFF */
1411 movq %rsp,%rdi
1412 movq $-1,%rsi
1413 call do_nmi
Steven Rostedt7fbb98c2012-06-07 10:21:21 -04001414
1415 /* Did the NMI take a page fault? Restore cr2 if it did */
1416 movq %cr2, %rcx
1417 cmpq %rcx, %r12
1418 je 1f
1419 movq %r12, %cr2
14201:
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001421 testl %ebx,%ebx /* swapgs needed? */
1422 jnz nmi_restore
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001423nmi_swapgs:
1424 SWAPGS_UNSAFE_STACK
1425nmi_restore:
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001426 RESTORE_EXTRA_REGS
1427 RESTORE_C_REGS
Jan Beulich444723d2013-01-24 09:27:31 +00001428 /* Pop the extra iret frame at once */
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001429 REMOVE_PT_GPREGS_FROM_STACK 6*8
Salman Qazi28696f42012-10-01 17:29:25 -07001430
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001431 /* Clear the NMI executing stack variable */
Salman Qazi28696f42012-10-01 17:29:25 -07001432 movq $0, 5*8(%rsp)
Andy Lutomirski5ca6f702015-06-04 13:24:29 -07001433 INTERRUPT_RETURN
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001434END(nmi)
1435
1436ENTRY(ignore_sysret)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001437 mov $-ENOSYS,%eax
1438 sysret
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001439END(ignore_sysret)
1440