~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/mm/proc-sa1100.S

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/arm/mm/proc-sa1100.S (Version linux-6.12-rc7) and /arch/i386/mm/proc-sa1100.S (Version linux-5.4.285)


  1 /* SPDX-License-Identifier: GPL-2.0-only */       
  2 /*                                                
  3  *  linux/arch/arm/mm/proc-sa1100.S               
  4  *                                                
  5  *  Copyright (C) 1997-2002 Russell King          
  6  *  hacked for non-paged-MM by Hyok S. Choi, 2    
  7  *                                                
  8  *  MMU functions for SA110                       
  9  *                                                
 10  *  These are the low level assembler for perf    
 11  *  functions on the StrongARM-1100 and Strong    
 12  *                                                
 13  *  Note that SA1100 and SA1110 share everythi    
 14  *                                                
 15  *  12-jun-2000, Erik Mouw (J.A.K.Mouw@its.tud    
 16  *    Flush the read buffer at context switche    
 17  */                                               
 18 #include <linux/linkage.h>                        
 19 #include <linux/init.h>                           
 20 #include <linux/cfi_types.h>                      
 21 #include <linux/pgtable.h>                        
 22 #include <asm/assembler.h>                        
 23 #include <asm/asm-offsets.h>                      
 24 #include <asm/hwcap.h>                            
 25 #include <mach/hardware.h>                        
 26 #include <asm/pgtable-hwdef.h>                    
 27                                                   
 28 #include "proc-macros.S"                          
 29                                                   
 30 /*                                                
 31  * the cache line size of the I and D cache       
 32  */                                               
 33 #define DCACHELINESIZE  32                        
 34                                                   
 35         .section .text                            
 36                                                   
 37 /*                                                
 38  * cpu_sa1100_proc_init()                         
 39  */                                               
 40 SYM_TYPED_FUNC_START(cpu_sa1100_proc_init)        
 41         mov     r0, #0                            
 42         mcr     p15, 0, r0, c15, c1, 2            
 43         mcr     p15, 0, r0, c9, c0, 5             
 44         ret     lr                                
 45 SYM_FUNC_END(cpu_sa1100_proc_init)                
 46                                                   
 47 /*                                                
 48  * cpu_sa1100_proc_fin()                          
 49  *                                                
 50  * Prepare the CPU for reset:                     
 51  *  - Disable interrupts                          
 52  *  - Clean and turn off caches.                  
 53  */                                               
 54 SYM_TYPED_FUNC_START(cpu_sa1100_proc_fin)         
 55         mcr     p15, 0, ip, c15, c2, 2            
 56         mrc     p15, 0, r0, c1, c0, 0             
 57         bic     r0, r0, #0x1000                   
 58         bic     r0, r0, #0x000e                   
 59         mcr     p15, 0, r0, c1, c0, 0             
 60         ret     lr                                
 61 SYM_FUNC_END(cpu_sa1100_proc_fin)                 
 62                                                   
 63 /*                                                
 64  * cpu_sa1100_reset(loc)                          
 65  *                                                
 66  * Perform a soft reset of the system.  Put th    
 67  * same state as it would be if it had been re    
 68  * to what would be the reset vector.             
 69  *                                                
 70  * loc: location to jump to for soft reset        
 71  */                                               
 72         .align  5                                 
 73         .pushsection    .idmap.text, "ax"         
 74 SYM_TYPED_FUNC_START(cpu_sa1100_reset)            
 75         mov     ip, #0                            
 76         mcr     p15, 0, ip, c7, c7, 0             
 77         mcr     p15, 0, ip, c7, c10, 4            
 78 #ifdef CONFIG_MMU                                 
 79         mcr     p15, 0, ip, c8, c7, 0             
 80 #endif                                            
 81         mrc     p15, 0, ip, c1, c0, 0             
 82         bic     ip, ip, #0x000f                   
 83         bic     ip, ip, #0x1100                   
 84         mcr     p15, 0, ip, c1, c0, 0             
 85         ret     r0                                
 86 SYM_FUNC_END(cpu_sa1100_reset)                    
 87         .popsection                               
 88                                                   
 89 /*                                                
 90  * cpu_sa1100_do_idle(type)                       
 91  *                                                
 92  * Cause the processor to idle                    
 93  *                                                
 94  * type: call type:                               
 95  *   0 = slow idle                                
 96  *   1 = fast idle                                
 97  *   2 = switch to slow processor clock           
 98  *   3 = switch to fast processor clock           
 99  */                                               
100         .align  5                                 
101 SYM_TYPED_FUNC_START(cpu_sa1100_do_idle)          
102         mov     r0, r0                            
103         mov     r0, r0                            
104         mov     r0, r0                            
105         mov     r0, r0                            
106         mov     r0, r0                            
107         mov     r0, r0                            
108         mov     r0, #0                            
109         ldr     r1, =UNCACHEABLE_ADDR             
110         @ --- aligned to a cache line             
111         mcr     p15, 0, r0, c15, c2, 2            
112         ldr     r1, [r1, #0]                      
113         mcr     p15, 0, r0, c15, c8, 2            
114         mov     r0, r0                            
115         mcr     p15, 0, r0, c15, c1, 2            
116         ret     lr                                
117 SYM_FUNC_END(cpu_sa1100_do_idle)                  
118                                                   
119 /* ================================= CACHE ===    
120                                                   
121 /*                                                
122  * cpu_sa1100_dcache_clean_area(addr,sz)          
123  *                                                
124  * Clean the specified entry of any caches suc    
125  * translation fetches will obtain correct dat    
126  *                                                
127  * addr: cache-unaligned virtual address          
128  */                                               
129         .align  5                                 
130 SYM_TYPED_FUNC_START(cpu_sa1100_dcache_clean_a    
131 1:      mcr     p15, 0, r0, c7, c10, 1            
132         add     r0, r0, #DCACHELINESIZE           
133         subs    r1, r1, #DCACHELINESIZE           
134         bhi     1b                                
135         ret     lr                                
136 SYM_FUNC_END(cpu_sa1100_dcache_clean_area)        
137                                                   
138 /* =============================== PageTable =    
139                                                   
140 /*                                                
141  * cpu_sa1100_switch_mm(pgd)                      
142  *                                                
143  * Set the translation base pointer to be as d    
144  *                                                
145  * pgd: new page tables                           
146  */                                               
147         .align  5                                 
148 SYM_TYPED_FUNC_START(cpu_sa1100_switch_mm)        
149 #ifdef CONFIG_MMU                                 
150         str     lr, [sp, #-4]!                    
151         bl      v4wb_flush_kern_cache_all         
152         mcr     p15, 0, ip, c9, c0, 0             
153         mcr     p15, 0, r0, c2, c0, 0             
154         mcr     p15, 0, ip, c8, c7, 0             
155         ldr     pc, [sp], #4                      
156 #else                                             
157         ret     lr                                
158 #endif                                            
159 SYM_FUNC_END(cpu_sa1100_switch_mm)                
160                                                   
161 /*                                                
162  * cpu_sa1100_set_pte_ext(ptep, pte, ext)         
163  *                                                
164  * Set a PTE and flush it out                     
165  */                                               
166         .align  5                                 
167 SYM_TYPED_FUNC_START(cpu_sa1100_set_pte_ext)      
168 #ifdef CONFIG_MMU                                 
169         armv3_set_pte_ext wc_disable=0            
170         mov     r0, r0                            
171         mcr     p15, 0, r0, c7, c10, 1            
172         mcr     p15, 0, r0, c7, c10, 4            
173 #endif                                            
174         ret     lr                                
175 SYM_FUNC_END(cpu_sa1100_set_pte_ext)              
176                                                   
177 .globl  cpu_sa1100_suspend_size                   
178 .equ    cpu_sa1100_suspend_size, 4 * 3            
179 #ifdef CONFIG_ARM_CPU_SUSPEND                     
180 SYM_TYPED_FUNC_START(cpu_sa1100_do_suspend)       
181         stmfd   sp!, {r4 - r6, lr}                
182         mrc     p15, 0, r4, c3, c0, 0             
183         mrc     p15, 0, r5, c13, c0, 0            
184         mrc     p15, 0, r6, c1, c0, 0             
185         stmia   r0, {r4 - r6}                     
186         ldmfd   sp!, {r4 - r6, pc}                
187 SYM_FUNC_END(cpu_sa1100_do_suspend)               
188                                                   
189 SYM_TYPED_FUNC_START(cpu_sa1100_do_resume)        
190         ldmia   r0, {r4 - r6}                     
191         mov     ip, #0                            
192         mcr     p15, 0, ip, c8, c7, 0             
193         mcr     p15, 0, ip, c7, c7, 0             
194         mcr     p15, 0, ip, c9, c0, 0             
195         mcr     p15, 0, ip, c9, c0, 5             
196                                                   
197         mcr     p15, 0, r4, c3, c0, 0             
198         mcr     p15, 0, r1, c2, c0, 0             
199         mcr     p15, 0, r5, c13, c0, 0            
200         mov     r0, r6                            
201         b       cpu_resume_mmu                    
202 SYM_FUNC_END(cpu_sa1100_do_resume)                
203 #endif                                            
204                                                   
205         .type   __sa1100_setup, #function         
206 __sa1100_setup:                                   
207         mov     r0, #0                            
208         mcr     p15, 0, r0, c7, c7                
209         mcr     p15, 0, r0, c7, c10, 4            
210 #ifdef CONFIG_MMU                                 
211         mcr     p15, 0, r0, c8, c7                
212 #endif                                            
213         adr     r5, sa1100_crval                  
214         ldmia   r5, {r5, r6}                      
215         mrc     p15, 0, r0, c1, c0                
216         bic     r0, r0, r5                        
217         orr     r0, r0, r6                        
218         ret     lr                                
219         .size   __sa1100_setup, . - __sa1100_s    
220                                                   
221         /*                                        
222          *  R                                     
223          * .RVI ZFRS BLDP WCAM                    
224          * ..11 0001 ..11 1101                    
225          *                                        
226          */                                       
227         .type   sa1100_crval, #object             
228 sa1100_crval:                                     
229         crval   clear=0x00003f3f, mmuset=0x000    
230                                                   
231         __INITDATA                                
232                                                   
233 /*                                                
234  * SA1100 and SA1110 share the same function c    
235  */                                               
236                                                   
237         @ define struct processor (see <asm/pr    
238         define_processor_functions sa1100, dab    
239                                                   
240         .section ".rodata"                        
241                                                   
242         string  cpu_arch_name, "armv4"            
243         string  cpu_elf_name, "v4"                
244         string  cpu_sa1100_name, "StrongARM-11    
245         string  cpu_sa1110_name, "StrongARM-11    
246                                                   
247         .align                                    
248                                                   
249         .section ".proc.info.init", "a"           
250                                                   
251 .macro sa1100_proc_info name:req, cpu_val:req,    
252         .type   __\name\()_proc_info,#object      
253 __\name\()_proc_info:                             
254         .long   \cpu_val                          
255         .long   \cpu_mask                         
256         .long   PMD_TYPE_SECT | \                 
257                 PMD_SECT_BUFFERABLE | \           
258                 PMD_SECT_CACHEABLE | \            
259                 PMD_SECT_AP_WRITE | \             
260                 PMD_SECT_AP_READ                  
261         .long   PMD_TYPE_SECT | \                 
262                 PMD_SECT_AP_WRITE | \             
263                 PMD_SECT_AP_READ                  
264         initfn  __sa1100_setup, __\name\()_pro    
265         .long   cpu_arch_name                     
266         .long   cpu_elf_name                      
267         .long   HWCAP_SWP | HWCAP_HALF | HWCAP    
268         .long   \cpu_name                         
269         .long   sa1100_processor_functions        
270         .long   v4wb_tlb_fns                      
271         .long   v4_mc_user_fns                    
272         .long   v4wb_cache_fns                    
273         .size   __\name\()_proc_info, . - __\n    
274 .endm                                             
275                                                   
276         sa1100_proc_info sa1100, 0x4401a110, 0    
277         sa1100_proc_info sa1110, 0x6901b110, 0    
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php