Searched refs:r10 (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | cache_helpers_a32.S | 114 add r10, r1, r1, LSR #1 // Work out 3x current cache level 115 mov r12, r2, LSR r10 // extract cache type bits from clidr 123 and r10, r12, #7 // extract the length of the cache lines 124 add r10, r10, #4 // add 4 (r10 = line length offset) 134 orr r0, r0, r7, LSL r10 // factor in the set number
|
| H A D | arch_scall.c | 37 .r10 = pushed[11], in save_panic_regs_a32_ta()
|
| H A D | abort.c | 62 state.registers[10] = ai->regs->r10; in __print_stack_unwind() 175 EMSG_RAW(" r2 0x%08x r6 0x%08x r10 0x%08x lr 0x%08x", in __print_abort_info() 176 ai->regs->r2, ai->regs->r6, ai->regs->r10, lr); in __print_abort_info()
|
| /optee_os/core/arch/arm/sm/ |
| H A D | pm_a32.S | 82 read_cpacr r10 193 write_cpacr r10
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | setjmp_a32.S | 103 mov r3, r10 124 mov r10, r4
|
| /optee_os/core/arch/arm/include/sm/ |
| H A D | sm.h | 51 uint32_t r10; member
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_arch.h | 185 uint32_t r10; member 305 uint32_t r10; member
|
| /optee_os/core/kernel/ |
| H A D | ldelf_loader.c | 252 arg->arm32.regs[10] = tsd->abort_regs.r10; in ldelf_dump_state()
|