Home
last modified time | relevance | path

Searched refs:r12 (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/arch/arm/core/cortex_m/
Dpm_s2ram.S60 mov r5, r12; \
65 push {r4-r12, lr}
79 mov r12, r5; \
88 pop {r4-r12, lr}
Dcoredump.c20 uint32_t r12; member
70 arch_blk.r.r12 = esf->basic.ip; in arch_coredump_info_dump()
/Zephyr-latest/arch/nios2/core/
Dexception.S53 stw r12, __struct_arch_esf_r12_OFFSET(sp)
94 mov r12, sp
101 stw r12, 0(sp)
216 ldw r12, __struct_arch_esf_r12_OFFSET(sp)
Dfatal.c32 esf->r9, esf->r10, esf->r11, esf->r12); in z_nios2_fatal_error()
/Zephyr-latest/arch/x86/core/intel64/
Dcoredump.c36 uint64_t r12; member
95 arch_blk.r.r12 = esf->r12; in arch_coredump_info_dump()
Duserspace.S320 xorq %r12, %r12
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt62 E: r3/a4: 0x00003109 r12/ip: 0xfabf33ff r14/lr: 0x00003e7f
76 E: r3/a4: 0x20001e40 r12/ip: 0x00000000 r14/lr: 0x00002f47
85 E: r3/a4: 0x20001e40 r12/ip: 0x00000000 r14/lr: 0x00002f47
97 E: r3/a4: 0x00000054 r12/ip: 0x00000000 r14/lr: 0x00002f47
109 E: r3/a4: 0x0000000f r12/ip: 0x00000000 r14/lr: 0xfffffff1
120 E: r3/a4: 0x01000000 r12/ip: 0xdfcdaf37 r14/lr: 0xe4698510
133 E: r3/a4: 0x00000003 r12/ip: 0x0000000c r14/lr: 0x0000000f
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dexc_exit.S188 pop {r0-r3, r12, lr}
254 pop {r0-r3, r12, lr}
271 ldmia sp, {r0-r3, r12, lr}^
Dmacro_priv.inc52 * Store r0-r3, r12, lr into the stack to construct an exception
57 push {r0-r3, r12, lr}
Dvector_table.S59 pop {r0-r3, r12, lr}
Dexc.S53 stmfd sp, {r0-r3, r12, lr}^
130 stmfd sp, {r0-r3, r12, lr}^
/Zephyr-latest/include/zephyr/arch/nios2/
Dexception.h30 uint32_t r12; /* Caller-saved general purpose */ member
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dexception.h24 unsigned long r12; member
Dthread.h109 uint64_t r12; member
/Zephyr-latest/samples/arch/mpu/mpu_test/
DREADME.rst56 <err> os: r3/a4: 0x24000000 r12/ip: 0x00000000 r14/lr: 0x000029b7
72 <err> os: r3/a4: 0x00004000 r12/ip: 0x00000004 r14/lr: 0x000003ab
86 <err> os: r3/a4: 0x20000000 r12/ip: 0x00000000 r14/lr: 0x00006673
114 <err> os: r3/a4: 0x24000000 r12/ip: 0x00000040 r14/lr: 0x0800d
127 <err> os: r3/a4: 0x0badc0de r12/ip: 0x00000000 r14/lr: 0x08009
/Zephyr-latest/arch/arc/core/
Duserspace.S28 mov_s r12, 0
256 sub r12, r0, 0x1
264 ldb.aw r1, [r12, 1]
Dfatal.c35 esf->r12, esf->r13, esf->pc); in dump_arc_esf()
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dexception.h72 sys_define_gpr_with_alias(ip, r12);
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/
DREADME.txt39 E: r3/a4: 0x20000000 r12/ip: 0x00000000 r14/lr: 0x000029fb
52 E: r3/a4: 0x000016f9 r12/ip: 0xa0000000 r14/lr: 0x0000075f
/Zephyr-latest/arch/arc/include/
Dkernel_arch_data.h67 uintptr_t r12; member
88 uintptr_t r12;
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dexception.h110 sys_define_gpr_with_alias(ip, r12);
/Zephyr-latest/arch/nios2/core/offsets/
Doffsets.c59 GEN_OFFSET_STRUCT(arch_esf, r12);
/Zephyr-latest/arch/x86/core/offsets/
Dintel64_offsets.c12 GEN_OFFSET_SYM(_callee_saved_t, r12);
/Zephyr-latest/arch/arm/core/
Dgdbstub.c67 ctx.registers[R12] = esf->basic.r12; in z_gdb_entry()
84 esf->basic.r12 = ctx.registers[R12]; in z_gdb_entry()
/Zephyr-latest/scripts/
Dcheckstack.pl66 $re = qr/.*adds.*r12=-(([0-9]{2}|[3-9])[0-9]{2}),r12/o;

12