Lines Matching refs:sp0
225 unsigned long sp0;
231 * the same cacheline as sp0. We use ss1 to cache the value in
272 u64 sp0;
418 unsigned long sp0;
502 native_load_sp0(unsigned long sp0)
504 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0);
517 * We can't read directly from tss.sp0: sp0 on x86_32 is special in
518 * and around vm86 mode and sp0 on x86_64 is special because of the
534 static inline void load_sp0(unsigned long sp0)
536 native_load_sp0(sp0);
643 .sp0 = TOP_OF_INIT_STACK, \