Searched refs:r9 (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a/bl1/aarch32/ |
A D | bl1_exceptions.S | 122 ldcopr r9, SCTLR 123 orr r9, r9, #SCTLR_C_BIT 124 stcopr r9, SCTLR
|
/trusted-firmware-a/bl2/aarch32/ |
A D | bl2_el3_entrypoint.S | 17 mov r9, r0 34 mov r0, r9
|
A D | bl2_entrypoint.S | 32 mov r9, r0 117 mov r0, r9
|
/trusted-firmware-a/lib/aarch32/ |
A D | cache_helpers.S | 110 mov r9, r4 // r9 working copy of the aligned max way number 116 orr r0, r1, r9, LSL r5 // factor in the way number and cache level into r0 122 subs r9, r9, #1 // decrement the way number
|
/trusted-firmware-a/include/arch/aarch32/ |
A D | smccc_macros.S | 68 mrs r9, spsr_fiq 79 mrs r9, spsr_und 210 msr spsr_fiq, r9 221 msr spsr_und, r9
|
A D | smccc_helpers.h | 48 u_register_t r9; member
|
/trusted-firmware-a/bl32/sp_min/aarch32/ |
A D | entrypoint.S | 72 mov r9, r0 121 mov r9, #0 132 mov r0, r9
|
/trusted-firmware-a/plat/st/stm32mp1/ |
A D | stm32mp1_helper.S | 57 mov r9, r0 60 mov r4, r9
|
Completed in 6 milliseconds