Searched refs:M_CLASS (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/arm/kernel/ |
D | head-nommu.S | 133 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB) 134 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB) 136 M_CLASS(ldr r3, [r12, 0x50]) 153 M_CLASS(streq r3, [r12, #PMSAv8_MAIR0]) 156 M_CLASS(streq r3, [r12, #PMSAv8_MAIR1]) 256 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB) 257 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB) 260 M_CLASS(ldr r0, [r12, 0x50]) 283 M_CLASS(ldr r0, [r12, #MPU_TYPE]) 338 M_CLASS(str r0, [r12, #PMSAv8_RNR]) [all …]
|
D | head-common.S | 146 M_CLASS(.long exc_ret) @ r3
|
/linux-6.6.21/arch/arm/include/asm/ |
D | unified.h | 19 #define M_CLASS(x...) x macro 22 #define M_CLASS(x...)
|
/linux-6.6.21/arch/arm/boot/compressed/ |
D | efi-header.S | 13 M_CLASS( nop.w )
|
D | head.S | 21 M_CLASS( .arch armv7-m ) 210 M_CLASS( nop.w ) @ M: already in Thumb2 mode 1439 M_CLASS( add r4, r4, #1 ) @ enter in Thumb mode for M class
|