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

TOMOYO Linux Cross Reference
Linux/arch/arm/mm/proc-v7m.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-v7m.S (Version linux-6.12-rc7) and /arch/m68k/mm/proc-v7m.S (Version linux-5.4.285)


  1 /* SPDX-License-Identifier: GPL-2.0-only */       
  2 /*                                                
  3  *  linux/arch/arm/mm/proc-v7m.S                  
  4  *                                                
  5  *  Copyright (C) 2008 ARM Ltd.                   
  6  *  Copyright (C) 2001 Deep Blue Solutions Ltd    
  7  *                                                
  8  *  This is the "shell" of the ARMv7-M process    
  9  */                                               
 10 #include <linux/linkage.h>                        
 11 #include <linux/cfi_types.h>                      
 12 #include <asm/assembler.h>                        
 13 #include <asm/page.h>                             
 14 #include <asm/v7m.h>                              
 15 #include "proc-macros.S"                          
 16                                                   
 17 SYM_TYPED_FUNC_START(cpu_v7m_proc_init)           
 18         ret     lr                                
 19 SYM_FUNC_END(cpu_v7m_proc_init)                   
 20                                                   
 21 SYM_TYPED_FUNC_START(cpu_v7m_proc_fin)            
 22         ret     lr                                
 23 SYM_FUNC_END(cpu_v7m_proc_fin)                    
 24                                                   
 25 /*                                                
 26  *      cpu_v7m_reset(loc)                        
 27  *                                                
 28  *      Perform a soft reset of the system.  P    
 29  *      same state as it would be if it had be    
 30  *      to what would be the reset vector.        
 31  *                                                
 32  *      - loc   - location to jump to for soft    
 33  */                                               
 34         .align  5                                 
 35 SYM_TYPED_FUNC_START(cpu_v7m_reset)               
 36         ret     r0                                
 37 SYM_FUNC_END(cpu_v7m_reset)                       
 38                                                   
 39 /*                                                
 40  *      cpu_v7m_do_idle()                         
 41  *                                                
 42  *      Idle the processor (eg, wait for inter    
 43  *                                                
 44  *      IRQs are already disabled.                
 45  */                                               
 46 SYM_TYPED_FUNC_START(cpu_v7m_do_idle)             
 47         wfi                                       
 48         ret     lr                                
 49 SYM_FUNC_END(cpu_v7m_do_idle)                     
 50                                                   
 51 SYM_TYPED_FUNC_START(cpu_v7m_dcache_clean_area    
 52         ret     lr                                
 53 SYM_FUNC_END(cpu_v7m_dcache_clean_area)           
 54                                                   
 55 /*                                                
 56  * There is no MMU, so here is nothing to do.     
 57  */                                               
 58 SYM_TYPED_FUNC_START(cpu_v7m_switch_mm)           
 59         ret     lr                                
 60 SYM_FUNC_END(cpu_v7m_switch_mm)                   
 61                                                   
 62 .globl  cpu_v7m_suspend_size                      
 63 .equ    cpu_v7m_suspend_size, 0                   
 64                                                   
 65 #ifdef CONFIG_ARM_CPU_SUSPEND                     
 66 SYM_TYPED_FUNC_START(cpu_v7m_do_suspend)          
 67         ret     lr                                
 68 SYM_FUNC_END(cpu_v7m_do_suspend)                  
 69                                                   
 70 SYM_TYPED_FUNC_START(cpu_v7m_do_resume)           
 71         ret     lr                                
 72 SYM_FUNC_END(cpu_v7m_do_resume)                   
 73 #endif                                            
 74                                                   
 75 SYM_TYPED_FUNC_START(cpu_cm7_dcache_clean_area    
 76         dcache_line_size r2, r3                   
 77         movw    r3, #:lower16:BASEADDR_V7M_SCB    
 78         movt    r3, #:upper16:BASEADDR_V7M_SCB    
 79                                                   
 80 1:      str     r0, [r3]                @ clea    
 81         add     r0, r0, r2                        
 82         subs    r1, r1, r2                        
 83         bhi     1b                                
 84         dsb                                       
 85         ret     lr                                
 86 SYM_FUNC_END(cpu_cm7_dcache_clean_area)           
 87                                                   
 88 SYM_TYPED_FUNC_START(cpu_cm7_proc_fin)            
 89         movw    r2, #:lower16:(BASEADDR_V7M_SC    
 90         movt    r2, #:upper16:(BASEADDR_V7M_SC    
 91         ldr     r0, [r2]                          
 92         bic     r0, r0, #(V7M_SCB_CCR_DC | V7M    
 93         str     r0, [r2]                          
 94         ret     lr                                
 95 SYM_FUNC_END(cpu_cm7_proc_fin)                    
 96                                                   
 97         .section ".init.text", "ax"               
 98                                                   
 99 __v7m_cm7_setup:                                  
100         mov     r8, #(V7M_SCB_CCR_DC | V7M_SCB    
101         b       __v7m_setup_cont                  
102 /*                                                
103  *      __v7m_setup                               
104  *                                                
105  *      This should be able to cover all ARMv7    
106  */                                               
107 __v7m_setup:                                      
108         mov     r8, 0                             
109                                                   
110 __v7m_setup_cont:                                 
111         @ Configure the vector table base addr    
112         ldr     r0, =BASEADDR_V7M_SCB             
113         ldr     r12, =vector_table                
114         str     r12, [r0, V7M_SCB_VTOR]           
115                                                   
116         @ enable UsageFault, BusFault and MemM    
117         ldr     r5, [r0, #V7M_SCB_SHCSR]          
118         orr     r5, #(V7M_SCB_SHCSR_USGFAULTEN    
119         str     r5, [r0, #V7M_SCB_SHCSR]          
120                                                   
121         @ Lower the priority of the SVC and Pe    
122         mov     r5, #0x80000000                   
123         str     r5, [r0, V7M_SCB_SHPR2] @ set     
124         mov     r5, #0x00800000                   
125         str     r5, [r0, V7M_SCB_SHPR3] @ set     
126                                                   
127         @ SVC to switch to handler mode. Notic    
128         @ point to writeable memory because th    
129         @ some registers to the stack.            
130         badr    r1, 1f                            
131         ldr     r5, [r12, #11 * 4]      @ read    
132         str     r1, [r12, #11 * 4]      @ writ    
133         dsb                                       
134         mov     r6, lr                  @ save    
135         ldr     sp, =init_thread_union + THREA    
136         cpsie   i                                 
137         svc     #0                                
138 1:      cpsid   i                                 
139         /* Calculate exc_ret */                   
140         orr     r10, lr, #EXC_RET_THREADMODE_P    
141         ldmia   sp, {r0-r3, r12}                  
142         str     r5, [r12, #11 * 4]      @ rest    
143         mov     lr, r6                  @ rest    
144                                                   
145         @ Special-purpose control register        
146         mov     r1, #1                            
147         msr     control, r1             @ Thre    
148                                                   
149         @ Configure caches (if implemented)       
150         teq     r8, #0                            
151         stmiane sp, {r0-r6, lr}         @ v7m_    
152         blne    v7m_invalidate_l1                 
153         teq     r8, #0                  @ re-e    
154         ldmiane sp, {r0-r6, lr}                   
155                                                   
156         @ Configure the System Control Registe    
157         @ Note the STKALIGN bit is either RW o    
158         ldr     r0, [r0, V7M_SCB_CCR]   @ syst    
159         orr     r0, #V7M_SCB_CCR_STKALIGN         
160         orr     r0, r0, r8                        
161                                                   
162         ret     lr                                
163 ENDPROC(__v7m_setup)                              
164                                                   
165 /*                                                
166  * Cortex-M7 processor functions                  
167  */                                               
168         globl_equ       cpu_cm7_proc_init,        
169         globl_equ       cpu_cm7_reset,            
170         globl_equ       cpu_cm7_do_idle,          
171         globl_equ       cpu_cm7_switch_mm,        
172                                                   
173         define_processor_functions v7m, dabort    
174         define_processor_functions cm7, dabort    
175                                                   
176         .section ".rodata"                        
177         string cpu_arch_name, "armv7m"            
178         string cpu_elf_name "v7m"                 
179         string cpu_v7m_name "ARMv7-M"             
180                                                   
181         .section ".proc.info.init", "a"           
182                                                   
183 .macro __v7m_proc name, initfunc, cache_fns =     
184         .long   0                       /* pro    
185         .long   0                       /* pro    
186         initfn  \initfunc, \name                  
187         .long   cpu_arch_name                     
188         .long   cpu_elf_name                      
189         .long   HWCAP_HALF | HWCAP_THUMB | HWC    
190         .long   cpu_v7m_name                      
191         .long   \proc_fns                         
192         .long   0                       /* pro    
193         .long   0                       /* pro    
194         .long   \cache_fns                        
195 .endm                                             
196                                                   
197         /*                                        
198          * Match ARM Cortex-M55 processor.        
199          */                                       
200         .type   __v7m_cm55_proc_info, #object     
201 __v7m_cm55_proc_info:                             
202         .long   0x410fd220              /* ARM    
203         .long   0xff0ffff0              /* Mas    
204         __v7m_proc __v7m_cm55_proc_info, __v7m    
205         .size   __v7m_cm55_proc_info, . - __v7    
206                                                   
207         /*                                        
208          * Match ARM Cortex-M33 processor.        
209          */                                       
210         .type   __v7m_cm33_proc_info, #object     
211 __v7m_cm33_proc_info:                             
212         .long   0x410fd210              /* ARM    
213         .long   0xff0ffff0              /* Mas    
214         __v7m_proc __v7m_cm33_proc_info, __v7m    
215         .size   __v7m_cm33_proc_info, . - __v7    
216                                                   
217         /*                                        
218          * Match ARM Cortex-M7 processor.         
219          */                                       
220         .type   __v7m_cm7_proc_info, #object      
221 __v7m_cm7_proc_info:                              
222         .long   0x410fc270              /* ARM    
223         .long   0xff0ffff0              /* Mas    
224         __v7m_proc __v7m_cm7_proc_info, __v7m_    
225         .size   __v7m_cm7_proc_info, . - __v7m    
226                                                   
227         /*                                        
228          * Match ARM Cortex-M4 processor.         
229          */                                       
230         .type   __v7m_cm4_proc_info, #object      
231 __v7m_cm4_proc_info:                              
232         .long   0x410fc240              /* ARM    
233         .long   0xff0ffff0              /* Mas    
234         __v7m_proc __v7m_cm4_proc_info, __v7m_    
235         .size   __v7m_cm4_proc_info, . - __v7m    
236                                                   
237         /*                                        
238          * Match ARM Cortex-M3 processor.         
239          */                                       
240         .type   __v7m_cm3_proc_info, #object      
241 __v7m_cm3_proc_info:                              
242         .long   0x410fc230              /* ARM    
243         .long   0xff0ffff0              /* Mas    
244         __v7m_proc __v7m_cm3_proc_info, __v7m_    
245         .size   __v7m_cm3_proc_info, . - __v7m    
246                                                   
247         /*                                        
248          * Match any ARMv7-M processor core.      
249          */                                       
250         .type   __v7m_proc_info, #object          
251 __v7m_proc_info:                                  
252         .long   0x000f0000              @ Requ    
253         .long   0x000f0000              @ Mask    
254         __v7m_proc __v7m_proc_info, __v7m_setu    
255         .size   __v7m_proc_info, . - __v7m_pro    
256                                                   
                                                      

~ [ 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