blob: 858e94e86f5e293cb91030fb7f0bef39a4360c31 [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:
18 * - top of stack: Architecture defined interrupt frame from SS to RIP
19 * at the top of the kernel process stack.
Lucas De Marchi0d2eb442011-03-17 16:24:16 -030020 * - partial stack frame: partially saved registers up to R11.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +010021 * - full stack frame: Like partial stack frame, but all register saved.
Andi Kleen2e91a172006-09-26 10:52:29 +020022 *
23 * Some macro usage:
24 * - CFI macros are used to generate dwarf2 unwind information for better
25 * backtraces. They don't change any code.
Andi Kleen2e91a172006-09-26 10:52:29 +020026 * - ENTRY/END Define functions in the symbol table.
27 * - FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK - Fix up the hardware stack
28 * frame that is otherwise undefined after a SYSCALL
29 * - TRACE_IRQ_* - Trace hard interrupt state for lock debugging.
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -070030 * - idtentry - Define exception entry points.
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 */
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <linux/linkage.h>
34#include <asm/segment.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include <asm/cache.h>
36#include <asm/errno.h>
37#include <asm/dwarf2.h>
38#include <asm/calling.h>
Sam Ravnborge2d5df92005-09-09 21:28:48 +020039#include <asm/asm-offsets.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <asm/msr.h>
41#include <asm/unistd.h>
42#include <asm/thread_info.h>
43#include <asm/hw_irq.h>
Jeremy Fitzhardinge0341c142009-02-13 11:14:01 -080044#include <asm/page_types.h>
Ingo Molnar2601e642006-07-03 00:24:45 -070045#include <asm/irqflags.h>
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010046#include <asm/paravirt.h>
Tejun Heo9939dda2009-01-13 20:41:35 +090047#include <asm/percpu.h>
H. Peter Anvind7abc0f2012-04-20 12:19:50 -070048#include <asm/asm.h>
Frederic Weisbecker91d1aa432012-11-27 19:33:25 +010049#include <asm/context_tracking.h>
H. Peter Anvin63bcff22012-09-21 12:43:12 -070050#include <asm/smap.h>
H. Peter Anvin3891a042014-04-29 16:46:09 -070051#include <asm/pgtable_types.h>
Eric Parisd7e75282012-01-03 14:23:06 -050052#include <linux/err.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070053
Roland McGrath86a1c342008-06-23 15:37:04 -070054/* Avoid __ASSEMBLER__'ifying <linux/audit.h> just for this. */
55#include <linux/elf-em.h>
56#define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
57#define __AUDIT_ARCH_64BIT 0x80000000
58#define __AUDIT_ARCH_LE 0x40000000
59
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 .code64
Jiri Olsaea714542011-03-07 19:10:39 +010061 .section .entry.text, "ax"
62
Arnaldo Carvalho de Melo16444a82008-05-12 21:20:42 +020063
Andi Kleendc37db42005-04-16 15:25:05 -070064#ifndef CONFIG_PREEMPT
Linus Torvalds1da177e2005-04-16 15:20:36 -070065#define retint_kernel retint_restore_args
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +010066#endif
Ingo Molnar2601e642006-07-03 00:24:45 -070067
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010068#ifdef CONFIG_PARAVIRT
Jeremy Fitzhardinge2be29982008-06-25 00:19:28 -040069ENTRY(native_usergs_sysret64)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010070 swapgs
71 sysretq
Cyrill Gorcunovb3baaa12009-02-23 22:57:00 +030072ENDPROC(native_usergs_sysret64)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +010073#endif /* CONFIG_PARAVIRT */
74
Ingo Molnar2601e642006-07-03 00:24:45 -070075
Denys Vlasenkof2db9382015-02-26 14:40:30 -080076.macro TRACE_IRQS_IRETQ
Ingo Molnar2601e642006-07-03 00:24:45 -070077#ifdef CONFIG_TRACE_IRQFLAGS
Denys Vlasenkof2db9382015-02-26 14:40:30 -080078 bt $9,EFLAGS(%rsp) /* interrupts off? */
Ingo Molnar2601e642006-07-03 00:24:45 -070079 jnc 1f
80 TRACE_IRQS_ON
811:
82#endif
83.endm
84
Linus Torvalds1da177e2005-04-16 15:20:36 -070085/*
Steven Rostedt5963e312012-05-30 11:54:53 -040086 * When dynamic function tracer is enabled it will add a breakpoint
87 * to all locations that it is about to modify, sync CPUs, update
88 * all the code, sync CPUs, then remove the breakpoints. In this time
89 * if lockdep is enabled, it might jump back into the debug handler
90 * outside the updating of the IST protection. (TRACE_IRQS_ON/OFF).
91 *
92 * We need to change the IDT table before calling TRACE_IRQS_ON/OFF to
93 * make sure the stack pointer does not get reset back to the top
94 * of the debug stack, and instead just reuses the current stack.
95 */
96#if defined(CONFIG_DYNAMIC_FTRACE) && defined(CONFIG_TRACE_IRQFLAGS)
97
98.macro TRACE_IRQS_OFF_DEBUG
99 call debug_stack_set_zero
100 TRACE_IRQS_OFF
101 call debug_stack_reset
102.endm
103
104.macro TRACE_IRQS_ON_DEBUG
105 call debug_stack_set_zero
106 TRACE_IRQS_ON
107 call debug_stack_reset
108.endm
109
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800110.macro TRACE_IRQS_IRETQ_DEBUG
111 bt $9,EFLAGS(%rsp) /* interrupts off? */
Steven Rostedt5963e312012-05-30 11:54:53 -0400112 jnc 1f
113 TRACE_IRQS_ON_DEBUG
1141:
115.endm
116
117#else
118# define TRACE_IRQS_OFF_DEBUG TRACE_IRQS_OFF
119# define TRACE_IRQS_ON_DEBUG TRACE_IRQS_ON
120# define TRACE_IRQS_IRETQ_DEBUG TRACE_IRQS_IRETQ
121#endif
122
123/*
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100124 * C code is not supposed to know about undefined top of stack. Every time
125 * a C function with an pt_regs argument is called from the SYSCALL based
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126 * fast path FIXUP_TOP_OF_STACK is needed.
127 * RESTORE_TOP_OF_STACK syncs the syscall state after any possible ptregs
128 * manipulation.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100129 */
130
131 /* %rsp:at FRAMEEND */
Alexander van Heukelumc002a1e2008-11-21 16:41:55 +0100132 .macro FIXUP_TOP_OF_STACK tmp offset=0
Brian Gerst3d1e42a2009-01-19 00:38:58 +0900133 movq PER_CPU_VAR(old_rsp),\tmp
Alexander van Heukelumc002a1e2008-11-21 16:41:55 +0100134 movq \tmp,RSP+\offset(%rsp)
135 movq $__USER_DS,SS+\offset(%rsp)
136 movq $__USER_CS,CS+\offset(%rsp)
Andy Lutomirski0fcedc82015-01-16 16:19:27 -0800137 movq RIP+\offset(%rsp),\tmp /* get rip */
138 movq \tmp,RCX+\offset(%rsp) /* copy it to rcx as sysret would do */
Alexander van Heukelumc002a1e2008-11-21 16:41:55 +0100139 movq R11+\offset(%rsp),\tmp /* get eflags */
140 movq \tmp,EFLAGS+\offset(%rsp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 .endm
142
Alexander van Heukelumc002a1e2008-11-21 16:41:55 +0100143 .macro RESTORE_TOP_OF_STACK tmp offset=0
144 movq RSP+\offset(%rsp),\tmp
Brian Gerst3d1e42a2009-01-19 00:38:58 +0900145 movq \tmp,PER_CPU_VAR(old_rsp)
Alexander van Heukelumc002a1e2008-11-21 16:41:55 +0100146 movq EFLAGS+\offset(%rsp),\tmp
147 movq \tmp,R11+\offset(%rsp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 .endm
149
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100150/*
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800151 * empty frame
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100152 */
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100153 .macro EMPTY_FRAME start=1 offset=0
154 .if \start
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100155 CFI_STARTPROC simple
156 CFI_SIGNAL_FRAME
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100157 CFI_DEF_CFA rsp,8+\offset
158 .else
159 CFI_DEF_CFA_OFFSET 8+\offset
160 .endif
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100161 .endm
162
163/*
164 * initial frame state for interrupts (and exceptions without error code)
165 */
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100166 .macro INTR_FRAME start=1 offset=0
Denys Vlasenko911d2bb2015-02-26 14:40:36 -0800167 EMPTY_FRAME \start, 5*8+\offset
168 /*CFI_REL_OFFSET ss, 4*8+\offset*/
169 CFI_REL_OFFSET rsp, 3*8+\offset
170 /*CFI_REL_OFFSET rflags, 2*8+\offset*/
171 /*CFI_REL_OFFSET cs, 1*8+\offset*/
172 CFI_REL_OFFSET rip, 0*8+\offset
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100173 .endm
174
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100175/*
176 * initial frame state for exceptions with error code (and interrupts
177 * with vector already pushed)
178 */
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100179 .macro XCPT_FRAME start=1 offset=0
Denys Vlasenko911d2bb2015-02-26 14:40:36 -0800180 INTR_FRAME \start, 1*8+\offset
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100181 .endm
182
183/*
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800184 * frame that enables passing a complete pt_regs to a C function.
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100185 */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800186 .macro DEFAULT_FRAME start=1 offset=0
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800187 XCPT_FRAME \start, ORIG_RAX+\offset
188 CFI_REL_OFFSET rdi, RDI+\offset
189 CFI_REL_OFFSET rsi, RSI+\offset
190 CFI_REL_OFFSET rdx, RDX+\offset
191 CFI_REL_OFFSET rcx, RCX+\offset
192 CFI_REL_OFFSET rax, RAX+\offset
193 CFI_REL_OFFSET r8, R8+\offset
194 CFI_REL_OFFSET r9, R9+\offset
195 CFI_REL_OFFSET r10, R10+\offset
196 CFI_REL_OFFSET r11, R11+\offset
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +0100197 CFI_REL_OFFSET rbx, RBX+\offset
198 CFI_REL_OFFSET rbp, RBP+\offset
199 CFI_REL_OFFSET r12, R12+\offset
200 CFI_REL_OFFSET r13, R13+\offset
201 CFI_REL_OFFSET r14, R14+\offset
202 CFI_REL_OFFSET r15, R15+\offset
203 .endm
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205/*
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800206 * 64bit SYSCALL instruction entry. Up to 6 arguments in registers.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 *
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800208 * 64bit SYSCALL saves rip to rcx, clears rflags.RF, then saves rflags to r11,
209 * then loads new ss, cs, and rip from previously programmed MSRs.
210 * rflags gets masked by a value from another MSR (so CLD and CLAC
211 * are not needed). SYSCALL does not save anything on the stack
212 * and does not change rsp.
213 *
214 * Registers on entry:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 * rax system call number
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800216 * rcx return address
217 * r11 saved rflags (note: r11 is callee-clobbered register in C ABI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218 * rdi arg0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219 * rsi arg1
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100220 * rdx arg2
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800221 * r10 arg3 (needs to be moved to rcx to conform to C ABI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222 * r8 arg4
223 * r9 arg5
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800224 * (note: r12-r15,rbp,rbx are callee-preserved in C ABI)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100225 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226 * Interrupts are off on entry.
227 * Only called from user space.
228 *
229 * XXX if we had a free scratch register we could save the RSP into the stack frame
230 * and report it properly in ps. Unfortunately we haven't.
Andi Kleen7bf36bb2006-04-07 19:50:00 +0200231 *
232 * When user can change the frames always force IRET. That is because
233 * it deals with uncanonical addresses better. SYSRET has trouble
234 * with them due to bugs in both AMD and Intel CPUs.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100235 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236
237ENTRY(system_call)
Jan Beulich7effaa82005-09-12 18:49:24 +0200238 CFI_STARTPROC simple
Jan Beulichadf14232006-09-26 10:52:41 +0200239 CFI_SIGNAL_FRAME
Brian Gerst9af45652009-01-19 00:38:58 +0900240 CFI_DEF_CFA rsp,KERNEL_STACK_OFFSET
Jan Beulich7effaa82005-09-12 18:49:24 +0200241 CFI_REGISTER rip,rcx
242 /*CFI_REGISTER rflags,r11*/
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100243 SWAPGS_UNSAFE_STACK
244 /*
245 * A hypervisor implementation might want to use a label
246 * after the swapgs, so that it can do the swapgs
247 * for the guest and jump here on syscall.
248 */
Jan Beulichf6b2bc82011-11-29 11:24:10 +0000249GLOBAL(system_call_after_swapgs)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100250
Brian Gerst3d1e42a2009-01-19 00:38:58 +0900251 movq %rsp,PER_CPU_VAR(old_rsp)
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800252 /* kernel_stack is set so that 5 slots (iret frame) are preallocated */
Brian Gerst9af45652009-01-19 00:38:58 +0900253 movq PER_CPU_VAR(kernel_stack),%rsp
Ingo Molnar2601e642006-07-03 00:24:45 -0700254 /*
255 * No need to follow this irqs off/on section - it's straight
256 * and short:
257 */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100258 ENABLE_INTERRUPTS(CLBR_NONE)
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800259 ALLOC_PT_GPREGS_ON_STACK 8 /* +8: space for orig_ax */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800260 SAVE_C_REGS_EXCEPT_RAX_RCX
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800261 movq $-ENOSYS,RAX(%rsp)
262 movq_cfi rax,ORIG_RAX
263 movq %rcx,RIP(%rsp)
264 CFI_REL_OFFSET rip,RIP
265 testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags+THREAD_INFO(%rsp,RIP)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 jnz tracesys
Roland McGrath86a1c342008-06-23 15:37:04 -0700267system_call_fastpath:
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800268#if __SYSCALL_MASK == ~0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 cmpq $__NR_syscall_max,%rax
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800270#else
271 andl $__SYSCALL_MASK,%eax
272 cmpl $__NR_syscall_max,%eax
273#endif
Andy Lutomirski54eea992014-09-05 15:13:55 -0700274 ja ret_from_sys_call /* and return regs->ax */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 movq %r10,%rcx
276 call *sys_call_table(,%rax,8) # XXX: rip relative
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800277 movq %rax,RAX(%rsp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278/*
279 * Syscall return path ending with SYSRET (fast path)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100280 * Has incomplete stack frame and undefined top of stack.
281 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282ret_from_sys_call:
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800283 testl $_TIF_ALLWORK_MASK,TI_flags+THREAD_INFO(%rsp,RIP)
Andy Lutomirski96b63522014-07-07 11:37:17 -0700284 jnz int_ret_from_sys_call_fixup /* Go the the slow path */
285
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200286 LOCKDEP_SYS_EXIT
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100287 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700288 TRACE_IRQS_OFF
Jan Beulichbcddc012006-12-07 02:14:02 +0100289 CFI_REMEMBER_STATE
Ingo Molnar2601e642006-07-03 00:24:45 -0700290 /*
291 * sysretq will re-enable interrupts:
292 */
293 TRACE_IRQS_ON
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800294 RESTORE_C_REGS_EXCEPT_RCX
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800295 movq RIP(%rsp),%rcx
Jan Beulich7effaa82005-09-12 18:49:24 +0200296 CFI_REGISTER rip,rcx
Jan Beulich7effaa82005-09-12 18:49:24 +0200297 /*CFI_REGISTER rflags,r11*/
Brian Gerst3d1e42a2009-01-19 00:38:58 +0900298 movq PER_CPU_VAR(old_rsp), %rsp
Denys Vlasenkob87cf632015-02-26 14:40:32 -0800299 /*
300 * 64bit SYSRET restores rip from rcx,
301 * rflags from r11 (but RF and VM bits are forced to 0),
302 * cs and ss are loaded from MSRs.
303 */
Jeremy Fitzhardinge2be29982008-06-25 00:19:28 -0400304 USERGS_SYSRET64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305
Jan Beulichbcddc012006-12-07 02:14:02 +0100306 CFI_RESTORE_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307
Andy Lutomirski96b63522014-07-07 11:37:17 -0700308int_ret_from_sys_call_fixup:
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800309 FIXUP_TOP_OF_STACK %r11
Andy Lutomirski96b63522014-07-07 11:37:17 -0700310 jmp int_ret_from_sys_call
Roland McGrath86a1c342008-06-23 15:37:04 -0700311
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 /* Do syscall tracing */
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100313tracesys:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800314 movq %rsp, %rdi
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700315 movq $AUDIT_ARCH_X86_64, %rsi
316 call syscall_trace_enter_phase1
317 test %rax, %rax
318 jnz tracesys_phase2 /* if needed, run the slow path */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800319 RESTORE_C_REGS_EXCEPT_RAX /* else restore clobbered regs */
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800320 movq ORIG_RAX(%rsp), %rax
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700321 jmp system_call_fastpath /* and return to the fast path */
322
323tracesys_phase2:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800324 SAVE_EXTRA_REGS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 FIXUP_TOP_OF_STACK %rdi
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700326 movq %rsp, %rdi
327 movq $AUDIT_ARCH_X86_64, %rsi
328 movq %rax,%rdx
329 call syscall_trace_enter_phase2
330
Roland McGrathd4d67152008-07-09 02:38:07 -0700331 /*
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800332 * Reload registers from stack in case ptrace changed them.
Andy Lutomirski1dcf74f2014-09-05 15:13:56 -0700333 * We don't reload %rax because syscall_trace_entry_phase2() returned
Roland McGrathd4d67152008-07-09 02:38:07 -0700334 * the value it wants us to use in the table lookup.
335 */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800336 RESTORE_C_REGS_EXCEPT_RAX
337 RESTORE_EXTRA_REGS
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800338#if __SYSCALL_MASK == ~0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339 cmpq $__NR_syscall_max,%rax
H. Peter Anvinfca460f2012-02-19 07:56:26 -0800340#else
341 andl $__SYSCALL_MASK,%eax
342 cmpl $__NR_syscall_max,%eax
343#endif
Andy Lutomirski54eea992014-09-05 15:13:55 -0700344 ja int_ret_from_sys_call /* RAX(%rsp) is already set */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345 movq %r10,%rcx /* fixup for C */
346 call *sys_call_table(,%rax,8)
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800347 movq %rax,RAX(%rsp)
Andi Kleen7bf36bb2006-04-07 19:50:00 +0200348 /* Use IRET because user could have changed frame */
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100349
350/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 * Syscall return path ending with IRET.
352 * Has correct top of stack, but partial stack frame.
Jan Beulichbcddc012006-12-07 02:14:02 +0100353 */
Cyrill Gorcunovbc8b2b92009-02-23 22:57:01 +0300354GLOBAL(int_ret_from_sys_call)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100355 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700356 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 movl $_TIF_ALLWORK_MASK,%edi
358 /* edi: mask to check */
Cyrill Gorcunovbc8b2b92009-02-23 22:57:01 +0300359GLOBAL(int_with_check)
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200360 LOCKDEP_SYS_EXIT_IRQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 GET_THREAD_INFO(%rcx)
Glauber Costa26ccb8a2008-06-24 11:19:35 -0300362 movl TI_flags(%rcx),%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363 andl %edi,%edx
364 jnz int_careful
Glauber Costa26ccb8a2008-06-24 11:19:35 -0300365 andl $~TS_COMPAT,TI_status(%rcx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366 jmp retint_swapgs
367
368 /* Either reschedule or signal or syscall exit tracking needed. */
369 /* First do a reschedule test. */
370 /* edx: work, edi: workmask */
371int_careful:
372 bt $TIF_NEED_RESCHED,%edx
373 jnc int_very_careful
Ingo Molnar2601e642006-07-03 00:24:45 -0700374 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100375 ENABLE_INTERRUPTS(CLBR_NONE)
Jan Beulichdf5d1872010-09-02 14:07:16 +0100376 pushq_cfi %rdi
Frederic Weisbecker04304992012-07-11 20:26:38 +0200377 SCHEDULE_USER
Jan Beulichdf5d1872010-09-02 14:07:16 +0100378 popq_cfi %rdi
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100379 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700380 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381 jmp int_with_check
382
383 /* handle signals and tracing -- both require a full stack frame */
384int_very_careful:
Ingo Molnar2601e642006-07-03 00:24:45 -0700385 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100386 ENABLE_INTERRUPTS(CLBR_NONE)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800387 SAVE_EXTRA_REGS
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100388 /* Check for syscall exit trace */
Roland McGrathd4d67152008-07-09 02:38:07 -0700389 testl $_TIF_WORK_SYSCALL_EXIT,%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 jz int_signal
Jan Beulichdf5d1872010-09-02 14:07:16 +0100391 pushq_cfi %rdi
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100392 leaq 8(%rsp),%rdi # &ptregs -> arg1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 call syscall_trace_leave
Jan Beulichdf5d1872010-09-02 14:07:16 +0100394 popq_cfi %rdi
Roland McGrathd4d67152008-07-09 02:38:07 -0700395 andl $~(_TIF_WORK_SYSCALL_EXIT|_TIF_SYSCALL_EMU),%edi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396 jmp int_restore_rest
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398int_signal:
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100399 testl $_TIF_DO_NOTIFY_MASK,%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400 jz 1f
401 movq %rsp,%rdi # &ptregs -> arg1
402 xorl %esi,%esi # oldset -> arg2
403 call do_notify_resume
Roland McGratheca91e72008-07-10 14:50:39 -07004041: movl $_TIF_WORK_MASK,%edi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405int_restore_rest:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800406 RESTORE_EXTRA_REGS
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100407 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700408 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 jmp int_with_check
410 CFI_ENDPROC
Jan Beulichbcddc012006-12-07 02:14:02 +0100411END(system_call)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100412
Al Viro1d4b4b22012-10-22 22:34:11 -0400413 .macro FORK_LIKE func
414ENTRY(stub_\func)
415 CFI_STARTPROC
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800416 DEFAULT_FRAME 0, 8 /* offset 8: return address */
417 SAVE_EXTRA_REGS 8
Al Viro1d4b4b22012-10-22 22:34:11 -0400418 FIXUP_TOP_OF_STACK %r11, 8
Al Viro1d4b4b22012-10-22 22:34:11 -0400419 call sys_\func
420 RESTORE_TOP_OF_STACK %r11, 8
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800421 ret
Al Viro1d4b4b22012-10-22 22:34:11 -0400422 CFI_ENDPROC
423END(stub_\func)
424 .endm
425
Al Virob3af11a2012-11-19 22:00:52 -0500426 .macro FIXED_FRAME label,func
427ENTRY(\label)
428 CFI_STARTPROC
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800429 DEFAULT_FRAME 0, 8 /* offset 8: return address */
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800430 FIXUP_TOP_OF_STACK %r11, 8
Al Virob3af11a2012-11-19 22:00:52 -0500431 call \func
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800432 RESTORE_TOP_OF_STACK %r11, 8
Al Virob3af11a2012-11-19 22:00:52 -0500433 ret
434 CFI_ENDPROC
435END(\label)
436 .endm
437
Al Viro1d4b4b22012-10-22 22:34:11 -0400438 FORK_LIKE clone
439 FORK_LIKE fork
440 FORK_LIKE vfork
Al Virob3af11a2012-11-19 22:00:52 -0500441 FIXED_FRAME stub_iopl, sys_iopl
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443ENTRY(stub_execve)
444 CFI_STARTPROC
Jan Beuliche6b04b62010-09-02 13:52:45 +0100445 addq $8, %rsp
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800446 DEFAULT_FRAME 0
447 SAVE_EXTRA_REGS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 FIXUP_TOP_OF_STACK %r11
449 call sys_execve
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 movq %rax,RAX(%rsp)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800451 RESTORE_EXTRA_REGS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 jmp int_ret_from_sys_call
453 CFI_ENDPROC
Jan Beulich4b787e02006-06-26 13:56:55 +0200454END(stub_execve)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100455
David Drysdale27d6ec72014-12-12 16:57:33 -0800456ENTRY(stub_execveat)
457 CFI_STARTPROC
458 addq $8, %rsp
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800459 DEFAULT_FRAME 0
460 SAVE_EXTRA_REGS
David Drysdale27d6ec72014-12-12 16:57:33 -0800461 FIXUP_TOP_OF_STACK %r11
462 call sys_execveat
463 RESTORE_TOP_OF_STACK %r11
464 movq %rax,RAX(%rsp)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800465 RESTORE_EXTRA_REGS
David Drysdale27d6ec72014-12-12 16:57:33 -0800466 jmp int_ret_from_sys_call
467 CFI_ENDPROC
468END(stub_execveat)
469
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470/*
471 * sigreturn is special because it needs to restore all registers on return.
472 * This cannot be done with SYSRET, so use the IRET return path instead.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100473 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474ENTRY(stub_rt_sigreturn)
475 CFI_STARTPROC
Jan Beulich7effaa82005-09-12 18:49:24 +0200476 addq $8, %rsp
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800477 DEFAULT_FRAME 0
478 SAVE_EXTRA_REGS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 FIXUP_TOP_OF_STACK %r11
480 call sys_rt_sigreturn
481 movq %rax,RAX(%rsp) # fixme, this could be done at the higher layer
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800482 RESTORE_EXTRA_REGS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 jmp int_ret_from_sys_call
484 CFI_ENDPROC
Jan Beulich4b787e02006-06-26 13:56:55 +0200485END(stub_rt_sigreturn)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800487#ifdef CONFIG_X86_X32_ABI
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800488ENTRY(stub_x32_rt_sigreturn)
489 CFI_STARTPROC
490 addq $8, %rsp
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800491 DEFAULT_FRAME 0
492 SAVE_EXTRA_REGS
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800493 FIXUP_TOP_OF_STACK %r11
494 call sys32_x32_rt_sigreturn
495 movq %rax,RAX(%rsp) # fixme, this could be done at the higher layer
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800496 RESTORE_EXTRA_REGS
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800497 jmp int_ret_from_sys_call
498 CFI_ENDPROC
499END(stub_x32_rt_sigreturn)
500
H. Peter Anvind1a797f2012-02-19 10:06:34 -0800501ENTRY(stub_x32_execve)
502 CFI_STARTPROC
503 addq $8, %rsp
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800504 DEFAULT_FRAME 0
505 SAVE_EXTRA_REGS
H. Peter Anvind1a797f2012-02-19 10:06:34 -0800506 FIXUP_TOP_OF_STACK %r11
Al Viro6783eaa22012-08-02 23:05:11 +0400507 call compat_sys_execve
H. Peter Anvind1a797f2012-02-19 10:06:34 -0800508 RESTORE_TOP_OF_STACK %r11
509 movq %rax,RAX(%rsp)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800510 RESTORE_EXTRA_REGS
H. Peter Anvind1a797f2012-02-19 10:06:34 -0800511 jmp int_ret_from_sys_call
512 CFI_ENDPROC
513END(stub_x32_execve)
514
David Drysdale27d6ec72014-12-12 16:57:33 -0800515ENTRY(stub_x32_execveat)
516 CFI_STARTPROC
517 addq $8, %rsp
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800518 DEFAULT_FRAME 0
519 SAVE_EXTRA_REGS
David Drysdale27d6ec72014-12-12 16:57:33 -0800520 FIXUP_TOP_OF_STACK %r11
521 call compat_sys_execveat
522 RESTORE_TOP_OF_STACK %r11
523 movq %rax,RAX(%rsp)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800524 RESTORE_EXTRA_REGS
David Drysdale27d6ec72014-12-12 16:57:33 -0800525 jmp int_ret_from_sys_call
526 CFI_ENDPROC
527END(stub_x32_execveat)
528
H. Peter Anvinc5a37392012-02-19 09:41:09 -0800529#endif
530
Jan Beulich7effaa82005-09-12 18:49:24 +0200531/*
Denys Vlasenko1eeb2072015-02-26 14:40:33 -0800532 * A newly forked process directly context switches into this address.
533 *
534 * rdi: prev task we switched from
535 */
536ENTRY(ret_from_fork)
537 DEFAULT_FRAME
538
539 LOCK ; btr $TIF_FORK,TI_flags(%r8)
540
541 pushq_cfi $0x0002
542 popfq_cfi # reset kernel eflags
543
544 call schedule_tail # rdi: 'prev' task parameter
545
546 GET_THREAD_INFO(%rcx)
547
548 RESTORE_EXTRA_REGS
549
550 testl $3,CS(%rsp) # from kernel_thread?
551 jz 1f
552
553 testl $_TIF_IA32, TI_flags(%rcx) # 32-bit compat task needs IRET
554 jnz int_ret_from_sys_call
555
556 RESTORE_TOP_OF_STACK %rdi
557 jmp ret_from_sys_call # go to the SYSRET fastpath
558
5591:
560 movq %rbp, %rdi
561 call *%rbx
562 movl $0, RAX(%rsp)
563 RESTORE_EXTRA_REGS
564 jmp int_ret_from_sys_call
565 CFI_ENDPROC
566END(ret_from_fork)
567
568/*
H. Peter Anvin939b7872008-11-11 13:51:52 -0800569 * Build the entry stubs and pointer table with some assembler magic.
570 * We pack 7 stubs into a single 32-byte chunk, which will fit in a
571 * single cache line on all modern x86 implementations.
572 */
573 .section .init.rodata,"a"
574ENTRY(interrupt)
Jiri Olsaea714542011-03-07 19:10:39 +0100575 .section .entry.text
H. Peter Anvin939b7872008-11-11 13:51:52 -0800576 .p2align 5
577 .p2align CONFIG_X86_L1_CACHE_SHIFT
578ENTRY(irq_entries_start)
579 INTR_FRAME
580vector=FIRST_EXTERNAL_VECTOR
Jan Beulich2414e022014-11-03 08:39:43 +0000581.rept (FIRST_SYSTEM_VECTOR-FIRST_EXTERNAL_VECTOR+6)/7
H. Peter Anvin939b7872008-11-11 13:51:52 -0800582 .balign 32
583 .rept 7
Jan Beulich2414e022014-11-03 08:39:43 +0000584 .if vector < FIRST_SYSTEM_VECTOR
H. Peter Anvin86655962008-11-12 10:27:35 -0800585 .if vector <> FIRST_EXTERNAL_VECTOR
H. Peter Anvin939b7872008-11-11 13:51:52 -0800586 CFI_ADJUST_CFA_OFFSET -8
587 .endif
Jan Beulichdf5d1872010-09-02 14:07:16 +01005881: pushq_cfi $(~vector+0x80) /* Note: always in signed byte range */
H. Peter Anvin86655962008-11-12 10:27:35 -0800589 .if ((vector-FIRST_EXTERNAL_VECTOR)%7) <> 6
H. Peter Anvin939b7872008-11-11 13:51:52 -0800590 jmp 2f
591 .endif
592 .previous
593 .quad 1b
Jiri Olsaea714542011-03-07 19:10:39 +0100594 .section .entry.text
H. Peter Anvin939b7872008-11-11 13:51:52 -0800595vector=vector+1
596 .endif
597 .endr
5982: jmp common_interrupt
599.endr
600 CFI_ENDPROC
601END(irq_entries_start)
602
603.previous
604END(interrupt)
605.previous
606
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100607/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 * Interrupt entry/exit.
609 *
610 * Interrupt entry points save only callee clobbered registers in fast path.
Alexander van Heukelumd99015b2008-11-19 01:18:11 +0100611 *
612 * Entry runs with interrupts off.
613 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
Alexander van Heukelum722024d2008-11-13 13:50:20 +0100615/* 0(%rsp): ~(interrupt number) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 .macro interrupt func
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100617 cld
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800618 /*
619 * Since nothing in interrupt handling code touches r12...r15 members
620 * of "struct pt_regs", and since interrupts can nest, we can save
621 * four stack slots and simultaneously provide
622 * an unwind-friendly stack layout by saving "truncated" pt_regs
623 * exactly up to rbp slot, without these members.
624 */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800625 ALLOC_PT_GPREGS_ON_STACK -RBP
626 SAVE_C_REGS -RBP
627 /* this goes to 0(%rsp) for unwinder, not for saving the value: */
628 SAVE_EXTRA_REGS_RBP -RBP
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100629
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800630 leaq -RBP(%rsp),%rdi /* arg1 for \func (pointer to pt_regs) */
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100631
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800632 testl $3, CS-RBP(%rsp)
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100633 je 1f
634 SWAPGS
Denys Vlasenko76f5df42015-02-26 14:40:27 -08006351:
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100636 /*
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800637 * Save previous stack pointer, optionally switch to interrupt stack.
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100638 * irq_count is used to check if a CPU is already on an interrupt stack
639 * or not. While this is essentially redundant with preempt_count it is
640 * a little cheaper to use a separate counter in the PDA (short of
641 * moving irq_enter into assembly, which would be too much work)
642 */
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800643 movq %rsp, %rsi
644 incl PER_CPU_VAR(irq_count)
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100645 cmovzq PER_CPU_VAR(irq_stack_ptr),%rsp
646 CFI_DEF_CFA_REGISTER rsi
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100647 pushq %rsi
Denys Vlasenko911d2bb2015-02-26 14:40:36 -0800648 /*
649 * For debugger:
650 * "CFA (Current Frame Address) is the value on stack + offset"
651 */
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100652 CFI_ESCAPE 0x0f /* DW_CFA_def_cfa_expression */, 6, \
Denys Vlasenko911d2bb2015-02-26 14:40:36 -0800653 0x77 /* DW_OP_breg7 (rsp) */, 0, \
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100654 0x06 /* DW_OP_deref */, \
Denys Vlasenko911d2bb2015-02-26 14:40:36 -0800655 0x08 /* DW_OP_const1u */, SIZEOF_PTREGS-RBP, \
Denys Vlasenkof6f64682015-01-08 17:25:15 +0100656 0x22 /* DW_OP_plus */
657 /* We entered an interrupt context - irqs are off: */
658 TRACE_IRQS_OFF
659
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 call \func
661 .endm
662
Alexander van Heukelum722024d2008-11-13 13:50:20 +0100663 /*
664 * The interrupt stubs push (~vector+0x80) onto the stack and
665 * then jump to common_interrupt.
666 */
H. Peter Anvin939b7872008-11-11 13:51:52 -0800667 .p2align CONFIG_X86_L1_CACHE_SHIFT
668common_interrupt:
Jan Beulich7effaa82005-09-12 18:49:24 +0200669 XCPT_FRAME
Jan Beulichee4eb872012-11-02 11:18:39 +0000670 ASM_CLAC
Alexander van Heukelum722024d2008-11-13 13:50:20 +0100671 addq $-0x80,(%rsp) /* Adjust vector to [-256,-1] range */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 interrupt do_IRQ
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800673 /* 0(%rsp): old_rsp */
Jan Beulich7effaa82005-09-12 18:49:24 +0200674ret_from_intr:
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100675 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700676 TRACE_IRQS_OFF
Brian Gerst56895532009-01-19 00:38:58 +0900677 decl PER_CPU_VAR(irq_count)
Frederic Weisbecker625dbc3b2011-01-06 15:22:47 +0100678
Frederic Weisbeckera2bbe752011-07-02 16:52:45 +0200679 /* Restore saved previous stack */
680 popq %rsi
Denys Vlasenko911d2bb2015-02-26 14:40:36 -0800681 CFI_DEF_CFA rsi,SIZEOF_PTREGS-RBP /* reg/off reset after def_cfa_expr */
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800682 /* return code expects complete pt_regs - adjust rsp accordingly: */
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800683 leaq -RBP(%rsi),%rsp
Jan Beulich7effaa82005-09-12 18:49:24 +0200684 CFI_DEF_CFA_REGISTER rsp
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800685 CFI_ADJUST_CFA_OFFSET RBP
Frederic Weisbecker625dbc3b2011-01-06 15:22:47 +0100686
Jan Beulich7effaa82005-09-12 18:49:24 +0200687exit_intr:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 GET_THREAD_INFO(%rcx)
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800689 testl $3,CS(%rsp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 je retint_kernel
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100691
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 /* Interrupt came from user space */
693 /*
Denys Vlasenkoe90e1472015-02-26 14:40:28 -0800694 * Has a correct top of stack.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695 * %rcx: thread info. Interrupts off.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100696 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697retint_with_reschedule:
698 movl $_TIF_WORK_MASK,%edi
Jan Beulich7effaa82005-09-12 18:49:24 +0200699retint_check:
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200700 LOCKDEP_SYS_EXIT_IRQ
Glauber Costa26ccb8a2008-06-24 11:19:35 -0300701 movl TI_flags(%rcx),%edx
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 andl %edi,%edx
Jan Beulich7effaa82005-09-12 18:49:24 +0200703 CFI_REMEMBER_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 jnz retint_careful
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200705
706retint_swapgs: /* return to user-space */
Ingo Molnar2601e642006-07-03 00:24:45 -0700707 /*
708 * The iretq could re-enable interrupts:
709 */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100710 DISABLE_INTERRUPTS(CLBR_ANY)
Ingo Molnar2601e642006-07-03 00:24:45 -0700711 TRACE_IRQS_IRETQ
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700712
713 /*
714 * Try to use SYSRET instead of IRET if we're returning to
715 * a completely clean 64-bit userspace context.
716 */
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800717 movq RCX(%rsp),%rcx
718 cmpq %rcx,RIP(%rsp) /* RCX == RIP */
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700719 jne opportunistic_sysret_failed
720
721 /*
722 * On Intel CPUs, sysret with non-canonical RCX/RIP will #GP
723 * in kernel space. This essentially lets the user take over
724 * the kernel, since userspace controls RSP. It's not worth
725 * testing for canonicalness exactly -- this check detects any
726 * of the 17 high bits set, which is true for non-canonical
727 * or kernel addresses. (This will pessimize vsyscall=native.
728 * Big deal.)
729 *
730 * If virtual addresses ever become wider, this will need
731 * to be updated to remain correct on both old and new CPUs.
732 */
733 .ifne __VIRTUAL_MASK_SHIFT - 47
734 .error "virtual address width changed -- sysret checks need update"
735 .endif
736 shr $__VIRTUAL_MASK_SHIFT, %rcx
737 jnz opportunistic_sysret_failed
738
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800739 cmpq $__USER_CS,CS(%rsp) /* CS must match SYSRET */
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700740 jne opportunistic_sysret_failed
741
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800742 movq R11(%rsp),%r11
743 cmpq %r11,EFLAGS(%rsp) /* R11 == RFLAGS */
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700744 jne opportunistic_sysret_failed
745
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800746 testq $X86_EFLAGS_RF,%r11 /* sysret can't restore RF */
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700747 jnz opportunistic_sysret_failed
748
749 /* nothing to check for RSP */
750
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800751 cmpq $__USER_DS,SS(%rsp) /* SS must match SYSRET */
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700752 jne opportunistic_sysret_failed
753
754 /*
755 * We win! This label is here just for ease of understanding
756 * perf profiles. Nothing jumps here.
757 */
758irq_return_via_sysret:
759 CFI_REMEMBER_STATE
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800760 RESTORE_C_REGS
761 REMOVE_PT_GPREGS_FROM_STACK 8
Andy Lutomirski2a23c6b2014-07-22 12:46:50 -0700762 movq (RSP-RIP)(%rsp),%rsp
763 USERGS_SYSRET64
764 CFI_RESTORE_STATE
765
766opportunistic_sysret_failed:
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100767 SWAPGS
Ingo Molnar2601e642006-07-03 00:24:45 -0700768 jmp restore_args
769
Peter Zijlstra10cd7062007-10-11 22:11:12 +0200770retint_restore_args: /* return to kernel space */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100771 DISABLE_INTERRUPTS(CLBR_ANY)
Ingo Molnar2601e642006-07-03 00:24:45 -0700772 /*
773 * The iretq could re-enable interrupts:
774 */
775 TRACE_IRQS_IRETQ
776restore_args:
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800777 RESTORE_C_REGS
778 REMOVE_PT_GPREGS_FROM_STACK 8
Ingo Molnar3701d8632008-02-09 23:24:08 +0100779
Adrian Bunkf7f3d792008-02-13 23:29:53 +0200780irq_return:
Andy Lutomirski7209a752014-07-23 08:34:11 -0700781 INTERRUPT_RETURN
782
783ENTRY(native_iret)
H. Peter Anvin3891a042014-04-29 16:46:09 -0700784 /*
785 * Are we returning to a stack segment from the LDT? Note: in
786 * 64-bit mode SS:RSP on the exception stack is always valid.
787 */
H. Peter Anvin34273f42014-05-04 10:36:22 -0700788#ifdef CONFIG_X86_ESPFIX64
H. Peter Anvin3891a042014-04-29 16:46:09 -0700789 testb $4,(SS-RIP)(%rsp)
Andy Lutomirski7209a752014-07-23 08:34:11 -0700790 jnz native_irq_return_ldt
H. Peter Anvin34273f42014-05-04 10:36:22 -0700791#endif
H. Peter Anvin3891a042014-04-29 16:46:09 -0700792
Andy Lutomirskiaf726f22014-11-22 18:00:31 -0800793.global native_irq_return_iret
Andy Lutomirski7209a752014-07-23 08:34:11 -0700794native_irq_return_iret:
Andy Lutomirskib645af22014-11-22 18:00:33 -0800795 /*
796 * This may fault. Non-paranoid faults on return to userspace are
797 * handled by fixup_bad_iret. These include #SS, #GP, and #NP.
798 * Double-faults due to espfix64 are handled in do_double_fault.
799 * Other faults here are fatal.
800 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801 iretq
Ingo Molnar3701d8632008-02-09 23:24:08 +0100802
H. Peter Anvin34273f42014-05-04 10:36:22 -0700803#ifdef CONFIG_X86_ESPFIX64
Andy Lutomirski7209a752014-07-23 08:34:11 -0700804native_irq_return_ldt:
H. Peter Anvin3891a042014-04-29 16:46:09 -0700805 pushq_cfi %rax
806 pushq_cfi %rdi
807 SWAPGS
808 movq PER_CPU_VAR(espfix_waddr),%rdi
809 movq %rax,(0*8)(%rdi) /* RAX */
810 movq (2*8)(%rsp),%rax /* RIP */
811 movq %rax,(1*8)(%rdi)
812 movq (3*8)(%rsp),%rax /* CS */
813 movq %rax,(2*8)(%rdi)
814 movq (4*8)(%rsp),%rax /* RFLAGS */
815 movq %rax,(3*8)(%rdi)
816 movq (6*8)(%rsp),%rax /* SS */
817 movq %rax,(5*8)(%rdi)
818 movq (5*8)(%rsp),%rax /* RSP */
819 movq %rax,(4*8)(%rdi)
820 andl $0xffff0000,%eax
821 popq_cfi %rdi
822 orq PER_CPU_VAR(espfix_stack),%rax
823 SWAPGS
824 movq %rax,%rsp
825 popq_cfi %rax
Andy Lutomirski7209a752014-07-23 08:34:11 -0700826 jmp native_irq_return_iret
H. Peter Anvin34273f42014-05-04 10:36:22 -0700827#endif
H. Peter Anvin3891a042014-04-29 16:46:09 -0700828
Jan Beulich7effaa82005-09-12 18:49:24 +0200829 /* edi: workmask, edx: work */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830retint_careful:
Jan Beulich7effaa82005-09-12 18:49:24 +0200831 CFI_RESTORE_STATE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832 bt $TIF_NEED_RESCHED,%edx
833 jnc retint_signal
Ingo Molnar2601e642006-07-03 00:24:45 -0700834 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100835 ENABLE_INTERRUPTS(CLBR_NONE)
Jan Beulichdf5d1872010-09-02 14:07:16 +0100836 pushq_cfi %rdi
Frederic Weisbecker04304992012-07-11 20:26:38 +0200837 SCHEDULE_USER
Jan Beulichdf5d1872010-09-02 14:07:16 +0100838 popq_cfi %rdi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839 GET_THREAD_INFO(%rcx)
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100840 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700841 TRACE_IRQS_OFF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842 jmp retint_check
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100843
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844retint_signal:
Peter Zijlstra8f4d37e2008-01-25 21:08:29 +0100845 testl $_TIF_DO_NOTIFY_MASK,%edx
Andi Kleen10ffdbb2005-05-16 21:53:19 -0700846 jz retint_swapgs
Ingo Molnar2601e642006-07-03 00:24:45 -0700847 TRACE_IRQS_ON
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100848 ENABLE_INTERRUPTS(CLBR_NONE)
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800849 SAVE_EXTRA_REGS
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100850 movq $-1,ORIG_RAX(%rsp)
Andi Kleen3829ee62005-07-28 21:15:48 -0700851 xorl %esi,%esi # oldset
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 movq %rsp,%rdi # &pt_regs
853 call do_notify_resume
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800854 RESTORE_EXTRA_REGS
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +0100855 DISABLE_INTERRUPTS(CLBR_NONE)
Ingo Molnar2601e642006-07-03 00:24:45 -0700856 TRACE_IRQS_OFF
Andi Kleenbe9e6872005-05-01 08:58:51 -0700857 GET_THREAD_INFO(%rcx)
Roland McGratheca91e72008-07-10 14:50:39 -0700858 jmp retint_with_reschedule
Linus Torvalds1da177e2005-04-16 15:20:36 -0700859
860#ifdef CONFIG_PREEMPT
861 /* Returning to kernel space. Check if we need preemption */
862 /* rcx: threadinfo. interrupts off. */
Andi Kleenb06baba2006-09-26 10:52:29 +0200863ENTRY(retint_kernel)
Peter Zijlstrac2daa3b2013-08-14 14:51:00 +0200864 cmpl $0,PER_CPU_VAR(__preempt_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 jnz retint_restore_args
Denys Vlasenkof2db9382015-02-26 14:40:30 -0800866 bt $9,EFLAGS(%rsp) /* interrupts off? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 jnc retint_restore_args
868 call preempt_schedule_irq
869 jmp exit_intr
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100870#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871 CFI_ENDPROC
Jan Beulich4b787e02006-06-26 13:56:55 +0200872END(common_interrupt)
H. Peter Anvin3891a042014-04-29 16:46:09 -0700873
Masami Hiramatsu8222d712009-08-27 13:23:25 -0400874/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 * APIC interrupts.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100876 */
Seiji Aguchicf910e82013-06-20 11:46:53 -0400877.macro apicinterrupt3 num sym do_sym
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100878ENTRY(\sym)
Jan Beulich7effaa82005-09-12 18:49:24 +0200879 INTR_FRAME
Jan Beulichee4eb872012-11-02 11:18:39 +0000880 ASM_CLAC
Jan Beulichdf5d1872010-09-02 14:07:16 +0100881 pushq_cfi $~(\num)
Jan Beulich39e95432011-11-29 11:03:46 +0000882.Lcommon_\sym:
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100883 interrupt \do_sym
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884 jmp ret_from_intr
885 CFI_ENDPROC
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100886END(\sym)
887.endm
Jacob Shin89b831e2005-11-05 17:25:53 +0100888
Seiji Aguchicf910e82013-06-20 11:46:53 -0400889#ifdef CONFIG_TRACING
890#define trace(sym) trace_##sym
891#define smp_trace(sym) smp_trace_##sym
892
893.macro trace_apicinterrupt num sym
894apicinterrupt3 \num trace(\sym) smp_trace(\sym)
895.endm
896#else
897.macro trace_apicinterrupt num sym do_sym
898.endm
899#endif
900
901.macro apicinterrupt num sym do_sym
902apicinterrupt3 \num \sym \do_sym
903trace_apicinterrupt \num \sym
904.endm
905
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100906#ifdef CONFIG_SMP
Seiji Aguchicf910e82013-06-20 11:46:53 -0400907apicinterrupt3 IRQ_MOVE_CLEANUP_VECTOR \
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100908 irq_move_cleanup_interrupt smp_irq_move_cleanup_interrupt
Seiji Aguchicf910e82013-06-20 11:46:53 -0400909apicinterrupt3 REBOOT_VECTOR \
Andi Kleen4ef702c2009-05-27 21:56:52 +0200910 reboot_interrupt smp_reboot_interrupt
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911#endif
912
Nick Piggin03b48632009-01-20 04:36:04 +0100913#ifdef CONFIG_X86_UV
Seiji Aguchicf910e82013-06-20 11:46:53 -0400914apicinterrupt3 UV_BAU_MESSAGE \
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100915 uv_bau_message_intr1 uv_bau_message_interrupt
Nick Piggin03b48632009-01-20 04:36:04 +0100916#endif
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100917apicinterrupt LOCAL_TIMER_VECTOR \
918 apic_timer_interrupt smp_apic_timer_interrupt
Dimitri Sivanich4a4de9c2009-10-14 09:22:57 -0500919apicinterrupt X86_PLATFORM_IPI_VECTOR \
920 x86_platform_ipi smp_x86_platform_ipi
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921
Yang Zhangd78f2662013-04-11 19:25:11 +0800922#ifdef CONFIG_HAVE_KVM
Seiji Aguchicf910e82013-06-20 11:46:53 -0400923apicinterrupt3 POSTED_INTR_VECTOR \
Yang Zhangd78f2662013-04-11 19:25:11 +0800924 kvm_posted_intr_ipi smp_kvm_posted_intr_ipi
925#endif
926
Seiji Aguchi33e5ff62013-06-22 07:33:30 -0400927#ifdef CONFIG_X86_MCE_THRESHOLD
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100928apicinterrupt THRESHOLD_APIC_VECTOR \
Andi Kleen7856f6c2009-04-28 23:32:56 +0200929 threshold_interrupt smp_threshold_interrupt
Seiji Aguchi33e5ff62013-06-22 07:33:30 -0400930#endif
931
932#ifdef CONFIG_X86_THERMAL_VECTOR
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100933apicinterrupt THERMAL_APIC_VECTOR \
934 thermal_interrupt smp_thermal_interrupt
Seiji Aguchi33e5ff62013-06-22 07:33:30 -0400935#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100937#ifdef CONFIG_SMP
938apicinterrupt CALL_FUNCTION_SINGLE_VECTOR \
939 call_function_single_interrupt smp_call_function_single_interrupt
940apicinterrupt CALL_FUNCTION_VECTOR \
941 call_function_interrupt smp_call_function_interrupt
942apicinterrupt RESCHEDULE_VECTOR \
943 reschedule_interrupt smp_reschedule_interrupt
944#endif
945
946apicinterrupt ERROR_APIC_VECTOR \
947 error_interrupt smp_error_interrupt
948apicinterrupt SPURIOUS_APIC_VECTOR \
949 spurious_interrupt smp_spurious_interrupt
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100950
Peter Zijlstrae360adb2010-10-14 14:01:34 +0800951#ifdef CONFIG_IRQ_WORK
952apicinterrupt IRQ_WORK_VECTOR \
953 irq_work_interrupt smp_irq_work_interrupt
Ingo Molnar241771e2008-12-03 10:39:53 +0100954#endif
955
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956/*
957 * Exception entry points.
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +0100958 */
Andy Lutomirski577ed452014-05-21 15:07:09 -0700959#define INIT_TSS_IST(x) PER_CPU_VAR(init_tss) + (TSS_ist + ((x) - 1) * 8)
960
961.macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1
Alexander van Heukelum322648d2008-11-23 10:08:28 +0100962ENTRY(\sym)
Andy Lutomirski577ed452014-05-21 15:07:09 -0700963 /* Sanity check */
964 .if \shift_ist != -1 && \paranoid == 0
965 .error "using shift_ist requires paranoid=1"
966 .endif
967
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700968 .if \has_error_code
969 XCPT_FRAME
970 .else
Jan Beulich7effaa82005-09-12 18:49:24 +0200971 INTR_FRAME
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700972 .endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973
Jan Beulichee4eb872012-11-02 11:18:39 +0000974 ASM_CLAC
Alexander van Heukelumb8b1d082008-11-21 16:44:28 +0100975 PARAVIRT_ADJUST_EXCEPTION_FRAME
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700976
977 .ifeq \has_error_code
978 pushq_cfi $-1 /* ORIG_RAX: no syscall to restart */
979 .endif
980
Denys Vlasenko76f5df42015-02-26 14:40:27 -0800981 ALLOC_PT_GPREGS_ON_STACK
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700982
983 .if \paranoid
Andy Lutomirski48e08d02014-11-11 12:49:41 -0800984 .if \paranoid == 1
985 CFI_REMEMBER_STATE
986 testl $3, CS(%rsp) /* If coming from userspace, switch */
987 jnz 1f /* stacks. */
988 .endif
Denys Vlasenkoebfc4532015-02-26 14:40:34 -0800989 call paranoid_entry
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700990 .else
991 call error_entry
992 .endif
Denys Vlasenkoebfc4532015-02-26 14:40:34 -0800993 /* returned flag: ebx=0: need swapgs on exit, ebx=1: don't need it */
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700994
Andy Lutomirski1bd24ef2014-05-21 15:07:07 -0700995 DEFAULT_FRAME 0
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -0700996
997 .if \paranoid
Andy Lutomirski577ed452014-05-21 15:07:09 -0700998 .if \shift_ist != -1
999 TRACE_IRQS_OFF_DEBUG /* reload IDT in case of recursion */
1000 .else
Alexander van Heukelumb8b1d082008-11-21 16:44:28 +01001001 TRACE_IRQS_OFF
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001002 .endif
Andy Lutomirski577ed452014-05-21 15:07:09 -07001003 .endif
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001004
1005 movq %rsp,%rdi /* pt_regs pointer */
1006
1007 .if \has_error_code
1008 movq ORIG_RAX(%rsp),%rsi /* get error code */
1009 movq $-1,ORIG_RAX(%rsp) /* no syscall to restart */
1010 .else
1011 xorl %esi,%esi /* no error code */
1012 .endif
1013
Andy Lutomirski577ed452014-05-21 15:07:09 -07001014 .if \shift_ist != -1
1015 subq $EXCEPTION_STKSZ, INIT_TSS_IST(\shift_ist)
1016 .endif
1017
Alexander van Heukelum322648d2008-11-23 10:08:28 +01001018 call \do_sym
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001019
Andy Lutomirski577ed452014-05-21 15:07:09 -07001020 .if \shift_ist != -1
1021 addq $EXCEPTION_STKSZ, INIT_TSS_IST(\shift_ist)
1022 .endif
1023
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001024 /* these procedures expect "no swapgs" flag in ebx */
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001025 .if \paranoid
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001026 jmp paranoid_exit
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001027 .else
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001028 jmp error_exit
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001029 .endif
1030
Andy Lutomirski48e08d02014-11-11 12:49:41 -08001031 .if \paranoid == 1
1032 CFI_RESTORE_STATE
1033 /*
1034 * Paranoid entry from userspace. Switch stacks and treat it
1035 * as a normal entry. This means that paranoid handlers
1036 * run in real process context if user_mode(regs).
1037 */
10381:
1039 call error_entry
1040
1041 DEFAULT_FRAME 0
1042
1043 movq %rsp,%rdi /* pt_regs pointer */
1044 call sync_regs
1045 movq %rax,%rsp /* switch stack */
1046
1047 movq %rsp,%rdi /* pt_regs pointer */
1048
1049 .if \has_error_code
1050 movq ORIG_RAX(%rsp),%rsi /* get error code */
1051 movq $-1,ORIG_RAX(%rsp) /* no syscall to restart */
1052 .else
1053 xorl %esi,%esi /* no error code */
1054 .endif
1055
1056 call \do_sym
1057
1058 jmp error_exit /* %ebx: no swapgs flag */
1059 .endif
1060
Alexander van Heukelumb8b1d082008-11-21 16:44:28 +01001061 CFI_ENDPROC
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001062END(\sym)
Alexander van Heukelum322648d2008-11-23 10:08:28 +01001063.endm
Alexander van Heukelumb8b1d082008-11-21 16:44:28 +01001064
Seiji Aguchi25c74b12013-10-30 16:37:00 -04001065#ifdef CONFIG_TRACING
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001066.macro trace_idtentry sym do_sym has_error_code:req
1067idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code
1068idtentry \sym \do_sym has_error_code=\has_error_code
Seiji Aguchi25c74b12013-10-30 16:37:00 -04001069.endm
1070#else
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001071.macro trace_idtentry sym do_sym has_error_code:req
1072idtentry \sym \do_sym has_error_code=\has_error_code
Seiji Aguchi25c74b12013-10-30 16:37:00 -04001073.endm
1074#endif
1075
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001076idtentry divide_error do_divide_error has_error_code=0
1077idtentry overflow do_overflow has_error_code=0
1078idtentry bounds do_bounds has_error_code=0
1079idtentry invalid_op do_invalid_op has_error_code=0
1080idtentry device_not_available do_device_not_available has_error_code=0
Andy Lutomirski48e08d02014-11-11 12:49:41 -08001081idtentry double_fault do_double_fault has_error_code=1 paranoid=2
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001082idtentry coprocessor_segment_overrun do_coprocessor_segment_overrun has_error_code=0
1083idtentry invalid_TSS do_invalid_TSS has_error_code=1
1084idtentry segment_not_present do_segment_not_present has_error_code=1
1085idtentry spurious_interrupt_bug do_spurious_interrupt_bug has_error_code=0
1086idtentry coprocessor_error do_coprocessor_error has_error_code=0
1087idtentry alignment_check do_alignment_check has_error_code=1
1088idtentry simd_coprocessor_error do_simd_coprocessor_error has_error_code=0
Andy Lutomirski5cec93c2011-06-05 13:50:24 -04001089
Ingo Molnar2601e642006-07-03 00:24:45 -07001090
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001091 /* Reload gs selector with exception handling */
1092 /* edi: new selector */
Jeremy Fitzhardinge9f9d4892008-06-25 00:19:32 -04001093ENTRY(native_load_gs_index)
Jan Beulich7effaa82005-09-12 18:49:24 +02001094 CFI_STARTPROC
Jan Beulichdf5d1872010-09-02 14:07:16 +01001095 pushfq_cfi
Jeremy Fitzhardingeb8aa2872009-01-28 14:35:03 -08001096 DISABLE_INTERRUPTS(CLBR_ANY & ~CLBR_RDI)
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001097 SWAPGS
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +01001098gs_change:
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001099 movl %edi,%gs
Linus Torvalds1da177e2005-04-16 15:20:36 -070011002: mfence /* workaround */
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +01001101 SWAPGS
Jan Beulichdf5d1872010-09-02 14:07:16 +01001102 popfq_cfi
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001103 ret
Jan Beulich7effaa82005-09-12 18:49:24 +02001104 CFI_ENDPROC
Alexander van Heukelum6efdcfa2008-11-23 10:15:32 +01001105END(native_load_gs_index)
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +01001106
H. Peter Anvind7abc0f2012-04-20 12:19:50 -07001107 _ASM_EXTABLE(gs_change,bad_gs)
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001108 .section .fixup,"ax"
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109 /* running with kernelgs */
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +01001110bad_gs:
Glauber de Oliveira Costa72fe4852008-01-30 13:32:08 +01001111 SWAPGS /* switch back to user gs */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112 xorl %eax,%eax
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001113 movl %eax,%gs
1114 jmp 2b
1115 .previous
Alexander van Heukelum0bd7b792008-11-16 15:29:00 +01001116
Andi Kleen26995002006-08-02 22:37:28 +02001117/* Call softirq on interrupt stack. Interrupts are off. */
Frederic Weisbecker7d65f4a2013-09-05 15:49:45 +02001118ENTRY(do_softirq_own_stack)
Jan Beulich7effaa82005-09-12 18:49:24 +02001119 CFI_STARTPROC
Jan Beulichdf5d1872010-09-02 14:07:16 +01001120 pushq_cfi %rbp
Andi Kleen26995002006-08-02 22:37:28 +02001121 CFI_REL_OFFSET rbp,0
1122 mov %rsp,%rbp
1123 CFI_DEF_CFA_REGISTER rbp
Brian Gerst56895532009-01-19 00:38:58 +09001124 incl PER_CPU_VAR(irq_count)
Brian Gerst26f80bd2009-01-19 00:38:58 +09001125 cmove PER_CPU_VAR(irq_stack_ptr),%rsp
Andi Kleen26995002006-08-02 22:37:28 +02001126 push %rbp # backlink for old unwinder
Andi Kleened6b6762005-07-28 21:15:49 -07001127 call __do_softirq
Andi Kleen26995002006-08-02 22:37:28 +02001128 leaveq
Jan Beulichdf5d1872010-09-02 14:07:16 +01001129 CFI_RESTORE rbp
Jan Beulich7effaa82005-09-12 18:49:24 +02001130 CFI_DEF_CFA_REGISTER rsp
Andi Kleen26995002006-08-02 22:37:28 +02001131 CFI_ADJUST_CFA_OFFSET -8
Brian Gerst56895532009-01-19 00:38:58 +09001132 decl PER_CPU_VAR(irq_count)
Andi Kleened6b6762005-07-28 21:15:49 -07001133 ret
Jan Beulich7effaa82005-09-12 18:49:24 +02001134 CFI_ENDPROC
Frederic Weisbecker7d65f4a2013-09-05 15:49:45 +02001135END(do_softirq_own_stack)
Andi Kleen75154f42007-06-23 02:29:25 +02001136
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001137#ifdef CONFIG_XEN
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001138idtentry xen_hypervisor_callback xen_do_hypervisor_callback has_error_code=0
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001139
1140/*
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001141 * A note on the "critical region" in our callback handler.
1142 * We want to avoid stacking callback handlers due to events occurring
1143 * during handling of the last event. To do this, we keep events disabled
1144 * until we've done all processing. HOWEVER, we must enable events before
1145 * popping the stack frame (can't be done atomically) and so it would still
1146 * be possible to get enough handler activations to overflow the stack.
1147 * Although unlikely, bugs of that kind are hard to track down, so we'd
1148 * like to avoid the possibility.
1149 * So, on entry to the handler we detect whether we interrupted an
1150 * existing activation in its critical region -- if so, we pop the current
1151 * activation and restart the handler using the previous one.
1152 */
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001153ENTRY(xen_do_hypervisor_callback) # do_hypervisor_callback(struct *pt_regs)
1154 CFI_STARTPROC
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001155/*
1156 * Since we don't modify %rdi, evtchn_do_upall(struct *pt_regs) will
1157 * see the correct pointer to the pt_regs
1158 */
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001159 movq %rdi, %rsp # we don't return, adjust the stack frame
1160 CFI_ENDPROC
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +01001161 DEFAULT_FRAME
Brian Gerst56895532009-01-19 00:38:58 +0900116211: incl PER_CPU_VAR(irq_count)
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001163 movq %rsp,%rbp
1164 CFI_DEF_CFA_REGISTER rbp
Brian Gerst26f80bd2009-01-19 00:38:58 +09001165 cmovzq PER_CPU_VAR(irq_stack_ptr),%rsp
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001166 pushq %rbp # backlink for old unwinder
1167 call xen_evtchn_do_upcall
1168 popq %rsp
1169 CFI_DEF_CFA_REGISTER rsp
Brian Gerst56895532009-01-19 00:38:58 +09001170 decl PER_CPU_VAR(irq_count)
David Vrabelfdfd8112015-02-19 15:23:17 +00001171#ifndef CONFIG_PREEMPT
1172 call xen_maybe_preempt_hcall
1173#endif
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001174 jmp error_exit
1175 CFI_ENDPROC
Alexander van Heukelum371c3942011-03-11 21:59:38 +01001176END(xen_do_hypervisor_callback)
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001177
1178/*
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001179 * Hypervisor uses this for application faults while it executes.
1180 * We get here for two reasons:
1181 * 1. Fault while reloading DS, ES, FS or GS
1182 * 2. Fault while executing IRET
1183 * Category 1 we do not need to fix up as Xen has already reloaded all segment
1184 * registers that could be reloaded and zeroed the others.
1185 * Category 2 we fix up by killing the current process. We cannot use the
1186 * normal Linux return path in this case because if we use the IRET hypercall
1187 * to pop the stack frame we end up in an infinite loop of failsafe callbacks.
1188 * We distinguish between categories by comparing each saved segment register
1189 * with its current contents: any discrepancy means we in category 1.
1190 */
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001191ENTRY(xen_failsafe_callback)
Alexander van Heukelumdcd072e2008-11-20 14:40:11 +01001192 INTR_FRAME 1 (6*8)
1193 /*CFI_REL_OFFSET gs,GS*/
1194 /*CFI_REL_OFFSET fs,FS*/
1195 /*CFI_REL_OFFSET es,ES*/
1196 /*CFI_REL_OFFSET ds,DS*/
1197 CFI_REL_OFFSET r11,8
1198 CFI_REL_OFFSET rcx,0
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001199 movw %ds,%cx
1200 cmpw %cx,0x10(%rsp)
1201 CFI_REMEMBER_STATE
1202 jne 1f
1203 movw %es,%cx
1204 cmpw %cx,0x18(%rsp)
1205 jne 1f
1206 movw %fs,%cx
1207 cmpw %cx,0x20(%rsp)
1208 jne 1f
1209 movw %gs,%cx
1210 cmpw %cx,0x28(%rsp)
1211 jne 1f
1212 /* All segments match their saved values => Category 2 (Bad IRET). */
1213 movq (%rsp),%rcx
1214 CFI_RESTORE rcx
1215 movq 8(%rsp),%r11
1216 CFI_RESTORE r11
1217 addq $0x30,%rsp
1218 CFI_ADJUST_CFA_OFFSET -0x30
Ingo Molnar14ae22b2008-11-21 15:20:47 +01001219 pushq_cfi $0 /* RIP */
1220 pushq_cfi %r11
1221 pushq_cfi %rcx
Jeremy Fitzhardinge4a5c3e72008-07-08 15:07:09 -07001222 jmp general_protection
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001223 CFI_RESTORE_STATE
12241: /* Segment mismatch => Category 1 (Bad segment). Retry the IRET. */
1225 movq (%rsp),%rcx
1226 CFI_RESTORE rcx
1227 movq 8(%rsp),%r11
1228 CFI_RESTORE r11
1229 addq $0x30,%rsp
1230 CFI_ADJUST_CFA_OFFSET -0x30
David Vrabela349e23d12012-10-19 17:29:07 +01001231 pushq_cfi $-1 /* orig_ax = -1 => not a system call */
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001232 ALLOC_PT_GPREGS_ON_STACK
1233 SAVE_C_REGS
1234 SAVE_EXTRA_REGS
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001235 jmp error_exit
1236 CFI_ENDPROC
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001237END(xen_failsafe_callback)
1238
Seiji Aguchicf910e82013-06-20 11:46:53 -04001239apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
Sheng Yang38e20b02010-05-14 12:40:51 +01001240 xen_hvm_callback_vector xen_evtchn_do_upcall
1241
Jeremy Fitzhardinge3d75e1b2008-07-08 15:06:49 -07001242#endif /* CONFIG_XEN */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001243
K. Y. Srinivasanbc2b0332013-02-03 17:22:39 -08001244#if IS_ENABLED(CONFIG_HYPERV)
Seiji Aguchicf910e82013-06-20 11:46:53 -04001245apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
K. Y. Srinivasanbc2b0332013-02-03 17:22:39 -08001246 hyperv_callback_vector hyperv_vector_handler
1247#endif /* CONFIG_HYPERV */
1248
Andy Lutomirski577ed452014-05-21 15:07:09 -07001249idtentry debug do_debug has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK
1250idtentry int3 do_int3 has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK
Andy Lutomirski6f442be2014-11-22 18:00:32 -08001251idtentry stack_segment do_stack_segment has_error_code=1
Jeremy Fitzhardinge6cac5a92009-03-29 19:56:29 -07001252#ifdef CONFIG_XEN
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001253idtentry xen_debug do_debug has_error_code=0
1254idtentry xen_int3 do_int3 has_error_code=0
1255idtentry xen_stack_segment do_stack_segment has_error_code=1
Jeremy Fitzhardinge6cac5a92009-03-29 19:56:29 -07001256#endif
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001257idtentry general_protection do_general_protection has_error_code=1
1258trace_idtentry page_fault do_page_fault has_error_code=1
Gleb Natapov631bc482010-10-14 11:22:52 +02001259#ifdef CONFIG_KVM_GUEST
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001260idtentry async_page_fault do_async_page_fault has_error_code=1
Gleb Natapov631bc482010-10-14 11:22:52 +02001261#endif
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001262#ifdef CONFIG_X86_MCE
Andy Lutomirskicb5dd2c2014-05-21 15:07:08 -07001263idtentry machine_check has_error_code=0 paranoid=1 do_sym=*machine_check_vector(%rip)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001264#endif
1265
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001266/*
1267 * Save all registers in pt_regs, and switch gs if needed.
1268 * Use slow, but surefire "are we in kernel?" check.
1269 * Return: ebx=0: need swapgs on exit, ebx=1: otherwise
1270 */
1271ENTRY(paranoid_entry)
1272 XCPT_FRAME 1 15*8
Denys Vlasenko1eeb2072015-02-26 14:40:33 -08001273 cld
1274 SAVE_C_REGS 8
1275 SAVE_EXTRA_REGS 8
1276 movl $1,%ebx
1277 movl $MSR_GS_BASE,%ecx
1278 rdmsr
1279 testl %edx,%edx
1280 js 1f /* negative -> in kernel */
1281 SWAPGS
1282 xorl %ebx,%ebx
12831: ret
1284 CFI_ENDPROC
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001285END(paranoid_entry)
Denys Vlasenko1eeb2072015-02-26 14:40:33 -08001286
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001287/*
1288 * "Paranoid" exit path from exception stack. This is invoked
1289 * only on return from non-NMI IST interrupts that came
1290 * from kernel space.
1291 *
1292 * We may be returning to very strange contexts (e.g. very early
1293 * in syscall entry), so checking for preemption here would
1294 * be complicated. Fortunately, we there's no good reason
1295 * to try to handle preemption here.
1296 */
1297/* On entry, ebx is "no swapgs" flag (1: don't need swapgs, 0: need it) */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001298ENTRY(paranoid_exit)
Jan Beulich1f130a72010-09-02 13:54:32 +01001299 DEFAULT_FRAME
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001300 DISABLE_INTERRUPTS(CLBR_NONE)
Steven Rostedt5963e312012-05-30 11:54:53 -04001301 TRACE_IRQS_OFF_DEBUG
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001302 testl %ebx,%ebx /* swapgs needed? */
Denys Vlasenko0d550832015-02-26 14:40:29 -08001303 jnz paranoid_exit_no_swapgs
Denys Vlasenkof2db9382015-02-26 14:40:30 -08001304 TRACE_IRQS_IRETQ
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001305 SWAPGS_UNSAFE_STACK
Denys Vlasenko0d550832015-02-26 14:40:29 -08001306 jmp paranoid_exit_restore
1307paranoid_exit_no_swapgs:
Denys Vlasenkof2db9382015-02-26 14:40:30 -08001308 TRACE_IRQS_IRETQ_DEBUG
Denys Vlasenko0d550832015-02-26 14:40:29 -08001309paranoid_exit_restore:
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001310 RESTORE_EXTRA_REGS
1311 RESTORE_C_REGS
1312 REMOVE_PT_GPREGS_FROM_STACK 8
Andy Lutomirski48e08d02014-11-11 12:49:41 -08001313 INTERRUPT_RETURN
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001314 CFI_ENDPROC
1315END(paranoid_exit)
1316
1317/*
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001318 * Save all registers in pt_regs, and switch gs if needed.
1319 * Return: ebx=0: need swapgs on exit, ebx=1: otherwise
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001320 */
1321ENTRY(error_entry)
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001322 XCPT_FRAME 1 15*8
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001323 cld
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001324 SAVE_C_REGS 8
1325 SAVE_EXTRA_REGS 8
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001326 xorl %ebx,%ebx
1327 testl $3,CS+8(%rsp)
1328 je error_kernelspace
1329error_swapgs:
1330 SWAPGS
1331error_sti:
1332 TRACE_IRQS_OFF
1333 ret
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001334
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001335 /*
1336 * There are two places in the kernel that can potentially fault with
1337 * usergs. Handle them here. B stepping K8s sometimes report a
1338 * truncated RIP for IRET exceptions returning to compat mode. Check
1339 * for these here too.
1340 */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001341error_kernelspace:
Jan Beulich3bab13b2014-06-25 14:11:22 +01001342 CFI_REL_OFFSET rcx, RCX+8
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001343 incl %ebx
Andy Lutomirski7209a752014-07-23 08:34:11 -07001344 leaq native_irq_return_iret(%rip),%rcx
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001345 cmpq %rcx,RIP+8(%rsp)
Andy Lutomirskib645af22014-11-22 18:00:33 -08001346 je error_bad_iret
Brian Gerstae24ffe2009-10-12 10:18:23 -04001347 movl %ecx,%eax /* zero extend */
1348 cmpq %rax,RIP+8(%rsp)
1349 je bstep_iret
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001350 cmpq $gs_change,RIP+8(%rsp)
Cyrill Gorcunov9f1e87e2008-11-27 21:10:08 +03001351 je error_swapgs
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001352 jmp error_sti
Brian Gerstae24ffe2009-10-12 10:18:23 -04001353
1354bstep_iret:
1355 /* Fix truncated RIP */
1356 movq %rcx,RIP+8(%rsp)
Andy Lutomirskib645af22014-11-22 18:00:33 -08001357 /* fall through */
1358
1359error_bad_iret:
1360 SWAPGS
1361 mov %rsp,%rdi
1362 call fixup_bad_iret
1363 mov %rax,%rsp
1364 decl %ebx /* Return to usergs */
1365 jmp error_sti
Jan Beuliche6b04b62010-09-02 13:52:45 +01001366 CFI_ENDPROC
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001367END(error_entry)
1368
1369
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001370/* On entry, ebx is "no swapgs" flag (1: don't need swapgs, 0: need it) */
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001371ENTRY(error_exit)
1372 DEFAULT_FRAME
1373 movl %ebx,%eax
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001374 RESTORE_EXTRA_REGS
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001375 DISABLE_INTERRUPTS(CLBR_NONE)
1376 TRACE_IRQS_OFF
1377 GET_THREAD_INFO(%rcx)
1378 testl %eax,%eax
1379 jne retint_kernel
1380 LOCKDEP_SYS_EXIT_IRQ
1381 movl TI_flags(%rcx),%edx
1382 movl $_TIF_WORK_MASK,%edi
1383 andl %edi,%edx
1384 jnz retint_careful
1385 jmp retint_swapgs
1386 CFI_ENDPROC
1387END(error_exit)
1388
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001389/*
1390 * Test if a given stack is an NMI stack or not.
1391 */
1392 .macro test_in_nmi reg stack nmi_ret normal_ret
1393 cmpq %\reg, \stack
1394 ja \normal_ret
1395 subq $EXCEPTION_STKSZ, %\reg
1396 cmpq %\reg, \stack
1397 jb \normal_ret
1398 jmp \nmi_ret
1399 .endm
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001400
1401 /* runs on exception stack */
1402ENTRY(nmi)
1403 INTR_FRAME
1404 PARAVIRT_ADJUST_EXCEPTION_FRAME
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001405 /*
1406 * We allow breakpoints in NMIs. If a breakpoint occurs, then
1407 * the iretq it performs will take us out of NMI context.
1408 * This means that we can have nested NMIs where the next
1409 * NMI is using the top of the stack of the previous NMI. We
1410 * can't let it execute because the nested NMI will corrupt the
1411 * stack of the previous NMI. NMI handlers are not re-entrant
1412 * anyway.
1413 *
1414 * To handle this case we do the following:
1415 * Check the a special location on the stack that contains
1416 * a variable that is set when NMIs are executing.
1417 * The interrupted task's stack is also checked to see if it
1418 * is an NMI stack.
1419 * If the variable is not set and the stack is not the NMI
1420 * stack then:
1421 * o Set the special variable on the stack
1422 * o Copy the interrupt frame into a "saved" location on the stack
1423 * o Copy the interrupt frame into a "copy" location on the stack
1424 * o Continue processing the NMI
1425 * If the variable is set or the previous stack is the NMI stack:
1426 * o Modify the "copy" location to jump to the repeate_nmi
1427 * o return back to the first NMI
1428 *
1429 * Now on exit of the first NMI, we first clear the stack variable
1430 * The NMI stack will tell any nested NMIs at that point that it is
1431 * nested. Then we pop the stack normally with iret, and if there was
1432 * a nested NMI that updated the copy interrupt stack frame, a
1433 * jump will be made to the repeat_nmi code that will handle the second
1434 * NMI.
1435 */
1436
1437 /* Use %rdx as out temp variable throughout */
1438 pushq_cfi %rdx
Jan Beulich62610912012-02-24 14:54:37 +00001439 CFI_REL_OFFSET rdx, 0
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001440
1441 /*
Steven Rostedt45d5a162012-02-19 16:43:37 -05001442 * If %cs was not the kernel segment, then the NMI triggered in user
1443 * space, which means it is definitely not nested.
1444 */
Steven Rostedta38449ef2012-02-20 15:29:34 -05001445 cmpl $__KERNEL_CS, 16(%rsp)
Steven Rostedt45d5a162012-02-19 16:43:37 -05001446 jne first_nmi
1447
1448 /*
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001449 * Check the special variable on the stack to see if NMIs are
1450 * executing.
1451 */
Steven Rostedta38449ef2012-02-20 15:29:34 -05001452 cmpl $1, -8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001453 je nested_nmi
1454
1455 /*
1456 * Now test if the previous stack was an NMI stack.
1457 * We need the double check. We check the NMI stack to satisfy the
1458 * race when the first NMI clears the variable before returning.
1459 * We check the variable because the first NMI could be in a
1460 * breakpoint routine using a breakpoint stack.
1461 */
1462 lea 6*8(%rsp), %rdx
1463 test_in_nmi rdx, 4*8(%rsp), nested_nmi, first_nmi
Jan Beulich62610912012-02-24 14:54:37 +00001464 CFI_REMEMBER_STATE
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001465
1466nested_nmi:
1467 /*
1468 * Do nothing if we interrupted the fixup in repeat_nmi.
1469 * It's about to repeat the NMI handler, so we are fine
1470 * with ignoring this one.
1471 */
1472 movq $repeat_nmi, %rdx
1473 cmpq 8(%rsp), %rdx
1474 ja 1f
1475 movq $end_repeat_nmi, %rdx
1476 cmpq 8(%rsp), %rdx
1477 ja nested_nmi_out
1478
14791:
1480 /* Set up the interrupted NMIs stack to jump to repeat_nmi */
Salman Qazi28696f42012-10-01 17:29:25 -07001481 leaq -1*8(%rsp), %rdx
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001482 movq %rdx, %rsp
Salman Qazi28696f42012-10-01 17:29:25 -07001483 CFI_ADJUST_CFA_OFFSET 1*8
1484 leaq -10*8(%rsp), %rdx
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001485 pushq_cfi $__KERNEL_DS
1486 pushq_cfi %rdx
1487 pushfq_cfi
1488 pushq_cfi $__KERNEL_CS
1489 pushq_cfi $repeat_nmi
1490
1491 /* Put stack back */
Salman Qazi28696f42012-10-01 17:29:25 -07001492 addq $(6*8), %rsp
1493 CFI_ADJUST_CFA_OFFSET -6*8
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001494
1495nested_nmi_out:
1496 popq_cfi %rdx
Jan Beulich62610912012-02-24 14:54:37 +00001497 CFI_RESTORE rdx
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001498
1499 /* No need to check faults here */
1500 INTERRUPT_RETURN
1501
Jan Beulich62610912012-02-24 14:54:37 +00001502 CFI_RESTORE_STATE
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001503first_nmi:
1504 /*
1505 * Because nested NMIs will use the pushed location that we
1506 * stored in rdx, we must keep that space available.
1507 * Here's what our stack frame will look like:
1508 * +-------------------------+
1509 * | original SS |
1510 * | original Return RSP |
1511 * | original RFLAGS |
1512 * | original CS |
1513 * | original RIP |
1514 * +-------------------------+
1515 * | temp storage for rdx |
1516 * +-------------------------+
1517 * | NMI executing variable |
1518 * +-------------------------+
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001519 * | copied SS |
1520 * | copied Return RSP |
1521 * | copied RFLAGS |
1522 * | copied CS |
1523 * | copied RIP |
1524 * +-------------------------+
Salman Qazi28696f42012-10-01 17:29:25 -07001525 * | Saved SS |
1526 * | Saved Return RSP |
1527 * | Saved RFLAGS |
1528 * | Saved CS |
1529 * | Saved RIP |
1530 * +-------------------------+
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001531 * | pt_regs |
1532 * +-------------------------+
1533 *
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001534 * The saved stack frame is used to fix up the copied stack frame
1535 * that a nested NMI may change to make the interrupted NMI iret jump
1536 * to the repeat_nmi. The original stack frame and the temp storage
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001537 * is also used by nested NMIs and can not be trusted on exit.
1538 */
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001539 /* Do not pop rdx, nested NMIs will corrupt that part of the stack */
Jan Beulich62610912012-02-24 14:54:37 +00001540 movq (%rsp), %rdx
1541 CFI_RESTORE rdx
1542
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001543 /* Set the NMI executing variable on the stack. */
1544 pushq_cfi $1
1545
Salman Qazi28696f42012-10-01 17:29:25 -07001546 /*
1547 * Leave room for the "copied" frame
1548 */
1549 subq $(5*8), %rsp
Jan Beulich444723d2013-01-24 09:27:31 +00001550 CFI_ADJUST_CFA_OFFSET 5*8
Salman Qazi28696f42012-10-01 17:29:25 -07001551
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001552 /* Copy the stack frame to the Saved frame */
1553 .rept 5
Salman Qazi28696f42012-10-01 17:29:25 -07001554 pushq_cfi 11*8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001555 .endr
Denys Vlasenko911d2bb2015-02-26 14:40:36 -08001556 CFI_DEF_CFA_OFFSET 5*8
Jan Beulich62610912012-02-24 14:54:37 +00001557
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001558 /* Everything up to here is safe from nested NMIs */
1559
Jan Beulich62610912012-02-24 14:54:37 +00001560 /*
1561 * If there was a nested NMI, the first NMI's iret will return
1562 * here. But NMIs are still enabled and we can take another
1563 * nested NMI. The nested NMI checks the interrupted RIP to see
1564 * if it is between repeat_nmi and end_repeat_nmi, and if so
1565 * it will just return, as we are about to repeat an NMI anyway.
1566 * This makes it safe to copy to the stack frame that a nested
1567 * NMI will update.
1568 */
1569repeat_nmi:
1570 /*
1571 * Update the stack variable to say we are still in NMI (the update
1572 * is benign for the non-repeat case, where 1 was pushed just above
1573 * to this very stack slot).
1574 */
Salman Qazi28696f42012-10-01 17:29:25 -07001575 movq $1, 10*8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001576
1577 /* Make another copy, this one may be modified by nested NMIs */
Salman Qazi28696f42012-10-01 17:29:25 -07001578 addq $(10*8), %rsp
1579 CFI_ADJUST_CFA_OFFSET -10*8
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001580 .rept 5
Salman Qazi28696f42012-10-01 17:29:25 -07001581 pushq_cfi -6*8(%rsp)
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001582 .endr
Salman Qazi28696f42012-10-01 17:29:25 -07001583 subq $(5*8), %rsp
Denys Vlasenko911d2bb2015-02-26 14:40:36 -08001584 CFI_DEF_CFA_OFFSET 5*8
Jan Beulich62610912012-02-24 14:54:37 +00001585end_repeat_nmi:
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001586
1587 /*
1588 * Everything below this point can be preempted by a nested
Steven Rostedt79fb4ad2012-02-24 15:55:13 -05001589 * NMI if the first NMI took an exception and reset our iret stack
1590 * so that we repeat another NMI.
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001591 */
Steven Rostedt1fd466e2011-12-08 12:32:27 -05001592 pushq_cfi $-1 /* ORIG_RAX: no syscall to restart */
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001593 ALLOC_PT_GPREGS_ON_STACK
1594
Steven Rostedt1fd466e2011-12-08 12:32:27 -05001595 /*
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001596 * Use paranoid_entry to handle SWAPGS, but no need to use paranoid_exit
Steven Rostedt1fd466e2011-12-08 12:32:27 -05001597 * as we should not be calling schedule in NMI context.
1598 * Even with normal interrupts enabled. An NMI should not be
1599 * setting NEED_RESCHED or anything that normal interrupts and
1600 * exceptions might do.
1601 */
Denys Vlasenkoebfc4532015-02-26 14:40:34 -08001602 call paranoid_entry
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001603 DEFAULT_FRAME 0
Steven Rostedt7fbb98c2012-06-07 10:21:21 -04001604
1605 /*
1606 * Save off the CR2 register. If we take a page fault in the NMI then
1607 * it could corrupt the CR2 value. If the NMI preempts a page fault
1608 * handler before it was able to read the CR2 register, and then the
1609 * NMI itself takes a page fault, the page fault that was preempted
1610 * will read the information from the NMI page fault and not the
1611 * origin fault. Save it off and restore it if it changes.
1612 * Use the r12 callee-saved register.
1613 */
1614 movq %cr2, %r12
1615
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001616 /* paranoidentry do_nmi, 0; without TRACE_IRQS_OFF */
1617 movq %rsp,%rdi
1618 movq $-1,%rsi
1619 call do_nmi
Steven Rostedt7fbb98c2012-06-07 10:21:21 -04001620
1621 /* Did the NMI take a page fault? Restore cr2 if it did */
1622 movq %cr2, %rcx
1623 cmpq %rcx, %r12
1624 je 1f
1625 movq %r12, %cr2
16261:
1627
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001628 testl %ebx,%ebx /* swapgs needed? */
1629 jnz nmi_restore
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001630nmi_swapgs:
1631 SWAPGS_UNSAFE_STACK
1632nmi_restore:
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001633 RESTORE_EXTRA_REGS
1634 RESTORE_C_REGS
Jan Beulich444723d2013-01-24 09:27:31 +00001635 /* Pop the extra iret frame at once */
Denys Vlasenko76f5df42015-02-26 14:40:27 -08001636 REMOVE_PT_GPREGS_FROM_STACK 6*8
Salman Qazi28696f42012-10-01 17:29:25 -07001637
Steven Rostedt3f3c8b82011-12-08 12:36:23 -05001638 /* Clear the NMI executing stack variable */
Salman Qazi28696f42012-10-01 17:29:25 -07001639 movq $0, 5*8(%rsp)
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001640 jmp irq_return
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001641 CFI_ENDPROC
Alexander van Heukelumddeb8f22008-11-24 13:24:28 +01001642END(nmi)
1643
1644ENTRY(ignore_sysret)
1645 CFI_STARTPROC
1646 mov $-ENOSYS,%eax
1647 sysret
1648 CFI_ENDPROC
1649END(ignore_sysret)
1650