Home
last modified time | relevance | path

Searched refs:_REG_GBR (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/lib/libc/arch/sh3/
Dgenassym.cf53 define _REG_GBR _REG_GBR
/netbsd/src/lib/libc/arch/sh3/gen/
D_lwp.c67 u->uc_mcontext.__gregs[_REG_GBR] = (__greg_t) private; in _lwp_makecontext()
/netbsd/src/sys/arch/sh3/include/
Dmcontext.h39 #define _REG_GBR 0 macro
/netbsd/src/lib/libc/arch/sh3/sys/
D__sigtramp2.S88 CFI_OFFSET_DWARF_REG(DWARF_REG_GBR, _REG_GBR)
/netbsd/src/sys/arch/sh3/sh3/
Dsh3_machdep.c405 gr[_REG_GBR] = tf->tf_gbr; in cpu_getmcontext()
490 lwp_setprivate(l, (void *)(uintptr_t)gr[_REG_GBR]); in cpu_setmcontext()