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

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

Completed in 143 milliseconds