Home
last modified time | relevance | path

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

/openbsd/sys/arch/sh/sh/
H A Dlocore_c.c122 void (*__sh_switch_resume)(struct proc *); variable
H A Dsh_machdep.c192 __sh_switch_resume = CPU_IS_SH3 ? sh3_switch_resume : sh4_switch_resume; in sh_cpu_init()
/openbsd/sys/arch/sh/include/
H A Dlocore.h201 extern void (*__sh_switch_resume)(struct proc *);