Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/arch/sparc/core/
Dswitch.S40 std %i2, [%o1 + _thread_offset_to_i2]
78 std %i2, [%sp + 0x28]
128 ldd [%o0 + _thread_offset_to_i2], %i2
155 mov %i2, %o2
Dwindow_trap.S36 std %i2, [%sp + 0x28]
70 ldd [%sp + 0x28], %i2
120 std %i2, [%sp + 0x28]
Dfault_trap.S64 std %i2, [%sp + 0x28]
85 std %i2, [%sp + 96 + __struct_arch_esf_out_OFFSET + 0x08]
Dthread.c42 thread->callee_saved.i2 = (uint32_t) p2; in arch_new_thread()
Dinterrupt_trap.S70 std %i2, [%sp + 0x28]
316 ldd [%g1 + 0x28], %i2
/Zephyr-latest/include/zephyr/arch/sparc/
Dthread.h54 uint32_t i2; member
/Zephyr-latest/arch/sparc/core/offsets/
Doffsets.c28 GEN_OFFSET_SYM(_callee_saved_t, i2);
/Zephyr-latest/drivers/display/
Dmb_display.c200 const struct mb_image *i2 = next_img(disp); in update_scroll() local
203 (i2->row[i] << (scroll_steps(disp) - in update_scroll()