Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dstackframe.h111 * 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 Dentry.S25 la.pcrel t1, kernelsp
H A Dsetup.c62 DEFINE_PER_CPU(unsigned long, kernelsp);
/linux/arch/loongarch/include/asm/
H A Dstackframe.h103 * 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 Dsetup.c799 unsigned long kernelsp[NR_CPUS]; variable