Searched defs:kstack (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
H A Dpaca.h129 u64 kstack; /* Saved Kernel stack addr */ member in struct:paca_struct
/arch/mips/kernel/
H A Dsmtc.c885 struct pt_regs *kstack; local
908 kstack = ((struct pt_regs *)read_tc_gpr_sp()) - 1;
910 kstack = ((struct pt_regs *)kernelsp[cpu]) - 1;
913 kstack->cp0_epc = (long)tcrestart;
915 kstack->cp0_tcstatus = tcstatus;
917 kstack->pad0[4] = (unsigned long)pipi;
919 kstack->pad0[5] = (unsigned long)&ipi_decode;

Completed in 69 milliseconds