Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/
Dprocess_64.c448 unsigned long sh64_switch_to_fp; in get_wchan() local
451 sh64_switch_to_fp = (long) p->thread.sp; in get_wchan()
453 schedule_fp = *(unsigned long *) (long)(sh64_switch_to_fp + 4); in get_wchan()