Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dsetup_32.c270 static struct pt_regs fake_swapper_regs; variable
374 init_task.thread.kregs = &fake_swapper_regs; in setup_arch()
Dsetup_64.c164 static struct pt_regs fake_swapper_regs = { { 0, }, 0, 0, 0, 0 }; variable
621 task_thread_info(&init_task)->kregs = &fake_swapper_regs; in setup_arch()
/arch/sh/include/asm/
Dprocessor_64.h148 .kregs = &fake_swapper_regs, \
Dprocessor.h109 extern struct pt_regs fake_swapper_regs;
/arch/sh/kernel/
Dprocess_64.c36 struct pt_regs fake_swapper_regs = { 0, }; variable
331 if(current->thread.kregs==&fake_swapper_regs) { in flush_thread()