Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 1 | #ifndef __ASM_SH_PROCESSOR_64_H |
| 2 | #define __ASM_SH_PROCESSOR_64_H |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
| 4 | /* |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 5 | * include/asm-sh/processor_64.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | * |
| 7 | * Copyright (C) 2000, 2001 Paolo Alberelli |
| 8 | * Copyright (C) 2003 Paul Mundt |
| 9 | * Copyright (C) 2004 Richard Curnow |
| 10 | * |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 11 | * This file is subject to the terms and conditions of the GNU General Public |
| 12 | * License. See the file "COPYING" in the main directory of this archive |
| 13 | * for more details. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #ifndef __ASSEMBLY__ |
| 16 | |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 17 | #include <linux/compiler.h> |
| 18 | #include <asm/page.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | #include <asm/types.h> |
| 20 | #include <asm/cache.h> |
Paul Mundt | 256b22c | 2007-11-10 20:27:03 +0900 | [diff] [blame^] | 21 | #include <asm/ptrace.h> |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 22 | #include <asm/cpu/registers.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | |
| 24 | /* |
| 25 | * Default implementation of macro that returns current |
| 26 | * instruction pointer ("program counter"). |
| 27 | */ |
| 28 | #define current_text_addr() ({ \ |
| 29 | void *pc; \ |
| 30 | unsigned long long __dummy = 0; \ |
| 31 | __asm__("gettr tr0, %1\n\t" \ |
| 32 | "pta 4, tr0\n\t" \ |
| 33 | "gettr tr0, %0\n\t" \ |
| 34 | "ptabs %1, tr0\n\t" \ |
| 35 | :"=r" (pc), "=r" (__dummy) \ |
| 36 | : "1" (__dummy)); \ |
| 37 | pc; }) |
| 38 | |
| 39 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | * TLB information structure |
| 41 | * |
| 42 | * Defined for both I and D tlb, per-processor. |
| 43 | */ |
| 44 | struct tlb_info { |
| 45 | unsigned long long next; |
| 46 | unsigned long long first; |
| 47 | unsigned long long last; |
| 48 | |
| 49 | unsigned int entries; |
| 50 | unsigned int step; |
| 51 | |
| 52 | unsigned long flags; |
| 53 | }; |
| 54 | |
| 55 | struct sh_cpuinfo { |
| 56 | enum cpu_type type; |
| 57 | unsigned long loops_per_jiffy; |
Paul Mundt | c0acca67 | 2007-11-10 19:54:16 +0900 | [diff] [blame] | 58 | unsigned long asid_cache; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | unsigned int cpu_clock, master_clock, bus_clock, module_clock; |
| 61 | |
| 62 | /* Cache info */ |
| 63 | struct cache_info icache; |
| 64 | struct cache_info dcache; |
Paul Mundt | c0acca67 | 2007-11-10 19:54:16 +0900 | [diff] [blame] | 65 | struct cache_info scache; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | |
| 67 | /* TLB info */ |
| 68 | struct tlb_info itlb; |
| 69 | struct tlb_info dtlb; |
Paul Mundt | 76168c2 | 2007-11-10 20:01:51 +0900 | [diff] [blame] | 70 | |
| 71 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | }; |
| 73 | |
Paul Mundt | 76168c2 | 2007-11-10 20:01:51 +0900 | [diff] [blame] | 74 | extern struct sh_cpuinfo cpu_data[]; |
| 75 | #define boot_cpu_data cpu_data[0] |
| 76 | #define current_cpu_data cpu_data[smp_processor_id()] |
| 77 | #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | |
| 79 | #endif |
| 80 | |
| 81 | /* |
| 82 | * User space process size: 2GB - 4k. |
| 83 | */ |
| 84 | #define TASK_SIZE 0x7ffff000UL |
| 85 | |
| 86 | /* This decides where the kernel will search for a free chunk of vm |
| 87 | * space during mmap's. |
| 88 | */ |
| 89 | #define TASK_UNMAPPED_BASE (TASK_SIZE / 3) |
| 90 | |
| 91 | /* |
| 92 | * Bit of SR register |
| 93 | * |
| 94 | * FD-bit: |
| 95 | * When it's set, it means the processor doesn't have right to use FPU, |
| 96 | * and it results exception when the floating operation is executed. |
| 97 | * |
| 98 | * IMASK-bit: |
| 99 | * Interrupt level mask |
| 100 | * |
| 101 | * STEP-bit: |
| 102 | * Single step bit |
| 103 | * |
| 104 | */ |
| 105 | #define SR_FD 0x00008000 |
| 106 | |
| 107 | #if defined(CONFIG_SH64_SR_WATCH) |
| 108 | #define SR_MMU 0x84000000 |
| 109 | #else |
| 110 | #define SR_MMU 0x80000000 |
| 111 | #endif |
| 112 | |
| 113 | #define SR_IMASK 0x000000f0 |
| 114 | #define SR_SSTEP 0x08000000 |
| 115 | |
| 116 | #ifndef __ASSEMBLY__ |
| 117 | |
| 118 | /* |
| 119 | * FPU structure and data : require 8-byte alignment as we need to access it |
| 120 | with fld.p, fst.p |
| 121 | */ |
| 122 | |
| 123 | struct sh_fpu_hard_struct { |
| 124 | unsigned long fp_regs[64]; |
| 125 | unsigned int fpscr; |
| 126 | /* long status; * software status information */ |
| 127 | }; |
| 128 | |
| 129 | #if 0 |
| 130 | /* Dummy fpu emulator */ |
| 131 | struct sh_fpu_soft_struct { |
| 132 | unsigned long long fp_regs[32]; |
| 133 | unsigned int fpscr; |
| 134 | unsigned char lookahead; |
| 135 | unsigned long entry_pc; |
| 136 | }; |
| 137 | #endif |
| 138 | |
| 139 | union sh_fpu_union { |
| 140 | struct sh_fpu_hard_struct hard; |
| 141 | /* 'hard' itself only produces 32 bit alignment, yet we need |
| 142 | to access it using 64 bit load/store as well. */ |
| 143 | unsigned long long alignment_dummy; |
| 144 | }; |
| 145 | |
| 146 | struct thread_struct { |
| 147 | unsigned long sp; |
| 148 | unsigned long pc; |
| 149 | /* This stores the address of the pt_regs built during a context |
| 150 | switch, or of the register save area built for a kernel mode |
| 151 | exception. It is used for backtracing the stack of a sleeping task |
| 152 | or one that traps in kernel mode. */ |
| 153 | struct pt_regs *kregs; |
| 154 | /* This stores the address of the pt_regs constructed on entry from |
| 155 | user mode. It is a fixed value over the lifetime of a process, or |
| 156 | NULL for a kernel thread. */ |
| 157 | struct pt_regs *uregs; |
| 158 | |
| 159 | unsigned long trap_no, error_code; |
| 160 | unsigned long address; |
| 161 | /* Hardware debugging registers may come here */ |
| 162 | |
| 163 | /* floating point info */ |
| 164 | union sh_fpu_union fpu; |
| 165 | }; |
| 166 | |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 167 | typedef struct { |
| 168 | unsigned long seg; |
| 169 | } mm_segment_t; |
| 170 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | #define INIT_MMAP \ |
| 172 | { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL } |
| 173 | |
| 174 | extern struct pt_regs fake_swapper_regs; |
| 175 | |
| 176 | #define INIT_THREAD { \ |
| 177 | .sp = sizeof(init_stack) + \ |
| 178 | (long) &init_stack, \ |
| 179 | .pc = 0, \ |
| 180 | .kregs = &fake_swapper_regs, \ |
| 181 | .uregs = NULL, \ |
| 182 | .trap_no = 0, \ |
| 183 | .error_code = 0, \ |
| 184 | .address = 0, \ |
| 185 | .fpu = { { { 0, } }, } \ |
| 186 | } |
| 187 | |
| 188 | /* |
| 189 | * Do necessary setup to start up a newly executed thread. |
| 190 | */ |
| 191 | #define SR_USER (SR_MMU | SR_FD) |
| 192 | |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 193 | #define start_thread(regs, new_pc, new_sp) \ |
| 194 | set_fs(USER_DS); \ |
| 195 | regs->sr = SR_USER; /* User mode. */ \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | regs->pc = new_pc - 4; /* Compensate syscall exit */ \ |
| 197 | regs->pc |= 1; /* Set SHmedia ! */ \ |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 198 | regs->regs[18] = 0; \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 199 | regs->regs[15] = new_sp |
| 200 | |
| 201 | /* Forward declaration, a strange C thing */ |
| 202 | struct task_struct; |
| 203 | struct mm_struct; |
| 204 | |
| 205 | /* Free all resources held by a thread. */ |
| 206 | extern void release_thread(struct task_struct *); |
| 207 | /* |
| 208 | * create a kernel thread without removing it from tasklists |
| 209 | */ |
| 210 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |
| 211 | |
| 212 | |
| 213 | /* Copy and release all segment info associated with a VM */ |
| 214 | #define copy_segments(p, mm) do { } while (0) |
| 215 | #define release_segments(mm) do { } while (0) |
| 216 | #define forget_segments() do { } while (0) |
| 217 | #define prepare_to_copy(tsk) do { } while (0) |
| 218 | /* |
| 219 | * FPU lazy state save handling. |
| 220 | */ |
| 221 | |
Paul Mundt | 256b22c | 2007-11-10 20:27:03 +0900 | [diff] [blame^] | 222 | static inline void disable_fpu(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | { |
| 224 | unsigned long long __dummy; |
| 225 | |
| 226 | /* Set FD flag in SR */ |
| 227 | __asm__ __volatile__("getcon " __SR ", %0\n\t" |
| 228 | "or %0, %1, %0\n\t" |
| 229 | "putcon %0, " __SR "\n\t" |
| 230 | : "=&r" (__dummy) |
| 231 | : "r" (SR_FD)); |
| 232 | } |
| 233 | |
Paul Mundt | 256b22c | 2007-11-10 20:27:03 +0900 | [diff] [blame^] | 234 | static inline void enable_fpu(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | { |
| 236 | unsigned long long __dummy; |
| 237 | |
| 238 | /* Clear out FD flag in SR */ |
| 239 | __asm__ __volatile__("getcon " __SR ", %0\n\t" |
| 240 | "and %0, %1, %0\n\t" |
| 241 | "putcon %0, " __SR "\n\t" |
| 242 | : "=&r" (__dummy) |
| 243 | : "r" (~SR_FD)); |
| 244 | } |
| 245 | |
Paul Mundt | 256b22c | 2007-11-10 20:27:03 +0900 | [diff] [blame^] | 246 | static inline void release_fpu(struct pt_regs *regs) |
| 247 | { |
| 248 | regs->sr |= SR_FD; |
| 249 | } |
| 250 | |
| 251 | static inline void grab_fpu(struct pt_regs *regs) |
| 252 | { |
| 253 | regs->sr &= ~SR_FD; |
| 254 | } |
| 255 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | /* Round to nearest, no exceptions on inexact, overflow, underflow, |
| 257 | zero-divide, invalid. Configure option for whether to flush denorms to |
| 258 | zero, or except if a denorm is encountered. */ |
| 259 | #if defined(CONFIG_SH64_FPU_DENORM_FLUSH) |
| 260 | #define FPSCR_INIT 0x00040000 |
| 261 | #else |
| 262 | #define FPSCR_INIT 0x00000000 |
| 263 | #endif |
| 264 | |
| 265 | /* Save the current FP regs */ |
| 266 | void fpsave(struct sh_fpu_hard_struct *fpregs); |
| 267 | |
| 268 | /* Initialise the FP state of a task */ |
| 269 | void fpinit(struct sh_fpu_hard_struct *fpregs); |
| 270 | |
| 271 | extern struct task_struct *last_task_used_math; |
| 272 | |
| 273 | /* |
| 274 | * Return saved PC of a blocked thread. |
| 275 | */ |
| 276 | #define thread_saved_pc(tsk) (tsk->thread.pc) |
| 277 | |
| 278 | extern unsigned long get_wchan(struct task_struct *p); |
| 279 | |
| 280 | #define KSTK_EIP(tsk) ((tsk)->thread.pc) |
| 281 | #define KSTK_ESP(tsk) ((tsk)->thread.sp) |
| 282 | |
Chase Venters | f6dc8c5 | 2006-07-08 11:10:29 -0500 | [diff] [blame] | 283 | #define cpu_relax() barrier() |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | |
| 285 | #endif /* __ASSEMBLY__ */ |
Paul Mundt | af3c7df | 2007-11-09 17:08:54 +0900 | [diff] [blame] | 286 | #endif /* __ASM_SH_PROCESSOR_64_H */ |