Home
last modified time | relevance | path

Searched refs:o7 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/arch/sparc/
Dthread.h63 uint32_t o7; member
/Zephyr-Core-3.7.0/arch/sparc/core/
Dswitch.S148 jmp %o7 + 8
152 mov %g0, %o7
Dthread.c46 thread->callee_saved.o7 = (uint32_t) z_thread_entry_wrapper - 8; in arch_new_thread()