Russell King | bce495d | 2005-04-26 15:21:02 +0100 | [diff] [blame] | 1 | #include <linux/config.h> |
| 2 | #include <linux/init.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | #include <linux/linkage.h> |
| 4 | |
| 5 | #include <asm/assembler.h> |
Sam Ravnborg | e6ae744 | 2005-09-09 21:08:59 +0200 | [diff] [blame] | 6 | #include <asm/asm-offsets.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #include <asm/errno.h> |
Russell King | bce495d | 2005-04-26 15:21:02 +0100 | [diff] [blame] | 8 | #include <asm/thread_info.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
| 10 | @ Bad Abort numbers |
| 11 | @ ----------------- |
| 12 | @ |
| 13 | #define BAD_PREFETCH 0 |
| 14 | #define BAD_DATA 1 |
| 15 | #define BAD_ADDREXCPTN 2 |
| 16 | #define BAD_IRQ 3 |
| 17 | #define BAD_UNDEFINSTR 4 |
| 18 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | @ |
Russell King | 925c8a1 | 2005-04-26 15:18:59 +0100 | [diff] [blame] | 20 | @ Most of the stack format comes from struct pt_regs, but with |
| 21 | @ the addition of 8 bytes for storing syscall args 5 and 6. |
Nicolas Pitre | 2dede2d | 2006-01-14 16:18:08 +0000 | [diff] [blame^] | 22 | @ This _must_ remain a multiple of 8 for EABI. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | @ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | #define S_OFF 8 |
| 25 | |
Russell King | 925c8a1 | 2005-04-26 15:18:59 +0100 | [diff] [blame] | 26 | /* |
| 27 | * The SWI code relies on the fact that R0 is at the bottom of the stack |
| 28 | * (due to slow/fast restore user regs). |
| 29 | */ |
| 30 | #if S_R0 != 0 |
| 31 | #error "Please fix" |
| 32 | #endif |
| 33 | |
Russell King | bce495d | 2005-04-26 15:21:02 +0100 | [diff] [blame] | 34 | .macro zero_fp |
| 35 | #ifdef CONFIG_FRAME_POINTER |
| 36 | mov fp, #0 |
| 37 | #endif |
| 38 | .endm |
| 39 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | #if __LINUX_ARM_ARCH__ >= 6 |
Russell King | 1ec42c0 | 2005-04-26 15:18:26 +0100 | [diff] [blame] | 41 | .macro disable_irq |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | cpsid i |
| 43 | .endm |
| 44 | |
Russell King | 1ec42c0 | 2005-04-26 15:18:26 +0100 | [diff] [blame] | 45 | .macro enable_irq |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | cpsie i |
| 47 | .endm |
| 48 | #else |
Russell King | 1ec42c0 | 2005-04-26 15:18:26 +0100 | [diff] [blame] | 49 | .macro disable_irq |
| 50 | msr cpsr_c, #PSR_I_BIT | SVC_MODE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | .endm |
| 52 | |
Russell King | 1ec42c0 | 2005-04-26 15:18:26 +0100 | [diff] [blame] | 53 | .macro enable_irq |
| 54 | msr cpsr_c, #SVC_MODE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | .endm |
| 56 | #endif |
| 57 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | .macro get_thread_info, rd |
| 59 | mov \rd, sp, lsr #13 |
| 60 | mov \rd, \rd, lsl #13 |
| 61 | .endm |
| 62 | |
Russell King | 49f680e | 2005-05-31 18:02:00 +0100 | [diff] [blame] | 63 | .macro alignment_trap, rtemp |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | #ifdef CONFIG_ALIGNMENT_TRAP |
Russell King | 49f680e | 2005-05-31 18:02:00 +0100 | [diff] [blame] | 65 | ldr \rtemp, .LCcralign |
| 66 | ldr \rtemp, [\rtemp] |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | mcr p15, 0, \rtemp, c1, c0 |
| 68 | #endif |
| 69 | .endm |
| 70 | |
| 71 | |
| 72 | /* |
| 73 | * These are the registers used in the syscall handler, and allow us to |
| 74 | * have in theory up to 7 arguments to a function - r0 to r6. |
| 75 | * |
| 76 | * r7 is reserved for the system call number for thumb mode. |
| 77 | * |
| 78 | * Note that tbl == why is intentional. |
| 79 | * |
| 80 | * We must set at least "tsk" and "why" when calling ret_with_reschedule. |
| 81 | */ |
| 82 | scno .req r7 @ syscall number |
| 83 | tbl .req r8 @ syscall table pointer |
| 84 | why .req r8 @ Linux syscall (!= 0) |
| 85 | tsk .req r9 @ current thread_info |