Searched refs:i2 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/arch/sparc/core/ |
D | switch.S | 40 std %i2, [%o1 + _thread_offset_to_i2] 78 std %i2, [%sp + 0x28] 128 ldd [%o0 + _thread_offset_to_i2], %i2 155 mov %i2, %o2
|
D | window_trap.S | 36 std %i2, [%sp + 0x28] 70 ldd [%sp + 0x28], %i2 120 std %i2, [%sp + 0x28]
|
D | fault_trap.S | 64 std %i2, [%sp + 0x28] 85 std %i2, [%sp + 96 + __struct_arch_esf_out_OFFSET + 0x08]
|
D | thread.c | 42 thread->callee_saved.i2 = (uint32_t) p2; in arch_new_thread()
|
D | interrupt_trap.S | 70 std %i2, [%sp + 0x28] 316 ldd [%g1 + 0x28], %i2
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | thread.h | 54 uint32_t i2; member
|
/Zephyr-latest/arch/sparc/core/offsets/ |
D | offsets.c | 28 GEN_OFFSET_SYM(_callee_saved_t, i2);
|
/Zephyr-latest/drivers/display/ |
D | mb_display.c | 200 const struct mb_image *i2 = next_img(disp); in update_scroll() local 203 (i2->row[i] << (scroll_steps(disp) - in update_scroll()
|