Lines Matching refs:sp0
269 unsigned long sp0;
275 * the same cacheline as sp0. We use ss1 to cache the value in
316 u64 sp0;
489 unsigned long sp0;
557 native_load_sp0(unsigned long sp0)
559 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0);
572 * We can't read directly from tss.sp0: sp0 on x86_32 is special in
573 * and around vm86 mode and sp0 on x86_64 is special because of the
590 static inline void load_sp0(unsigned long sp0)
592 native_load_sp0(sp0);
774 .sp0 = TOP_OF_INIT_STACK, \