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;
458 unsigned long sp0;
540 native_load_sp0(unsigned long sp0)
542 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0);
555 * We can't read directly from tss.sp0: sp0 on x86_32 is special in
556 * and around vm86 mode and sp0 on x86_64 is special because of the
575 static inline void load_sp0(unsigned long sp0)
577 native_load_sp0(sp0);
663 .sp0 = TOP_OF_INIT_STACK, \