Searched refs:M_CLASS (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | head-nommu.S | 132 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB) 133 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB) 135 M_CLASS(ldr r3, [r12, 0x50]) 152 M_CLASS(streq r3, [r12, #PMSAv8_MAIR0]) 155 M_CLASS(streq r3, [r12, #PMSAv8_MAIR1]) 255 M_CLASS(movw r12, #:lower16:BASEADDR_V7M_SCB) 256 M_CLASS(movt r12, #:upper16:BASEADDR_V7M_SCB) 259 M_CLASS(ldr r0, [r12, 0x50]) 282 M_CLASS(ldr r0, [r12, #MPU_TYPE]) 337 M_CLASS(str r0, [r12, #PMSAv8_RNR]) [all …]
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | unified.h | 19 #define M_CLASS(x...) x macro 22 #define M_CLASS(x...)
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
D | efi-header.S | 13 M_CLASS( nop.w )
|
D | head.S | 15 M_CLASS( .arch armv7-m ) 220 M_CLASS( nop.w ) @ M: already in Thumb2 mode 1507 M_CLASS( add r4, r4, #1 ) @ enter in Thumb mode for M class
|