Searched refs:kernelsp (Results 1 – 5 of 5) sorted by relevance
/linux/arch/mips/include/asm/ |
H A D | stackframe.h | 111 * kernelsp array for it. If tosp is set, it stores the current sp in 121 lui k1, %hi(kernelsp) 123 lui k1, %highest(kernelsp) 124 daddiu k1, %higher(kernelsp) 126 daddiu k1, %hi(kernelsp) 136 LONG_L sp, %lo(kernelsp)(k1) 138 LONG_L k1, %lo(kernelsp)(k1) 145 LONG_S \stackp, kernelsp(\temp) 170 lui k1, %hi(kernelsp) 172 lui k1, %highest(kernelsp) [all...] |
/linux/arch/loongarch/kernel/ |
H A D | entry.S | 25 la.pcrel t1, kernelsp
|
H A D | setup.c | 62 DEFINE_PER_CPU(unsigned long, kernelsp);
|
/linux/arch/loongarch/include/asm/ |
H A D | stackframe.h | 103 * kernelsp array for it. It stores the current sp in t0 and loads the 107 la_abs t1, kernelsp 120 la.pcrel \temp, kernelsp
|
/linux/arch/mips/kernel/ |
H A D | setup.c | 799 unsigned long kernelsp[NR_CPUS]; variable
|