Home
last modified time | relevance | path

Searched refs:sp0 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/include/asm/
A Dprocessor.h247 unsigned long sp0; member
294 u64 sp0; member
440 unsigned long sp0; member
523 native_load_sp0(unsigned long sp0) in native_load_sp0() argument
525 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0); in native_load_sp0()
558 static inline void load_sp0(unsigned long sp0) in load_sp0() argument
560 native_load_sp0(sp0); in load_sp0()
646 .sp0 = TOP_OF_INIT_STACK, \
A Dswitch_to.h71 this_cpu_write(cpu_tss_rw.x86_tss.sp1, task->thread.sp0); in update_task_stack()
A Dparavirt.h111 static inline void load_sp0(unsigned long sp0) in load_sp0() argument
113 PVOP_VCALL1(cpu.load_sp0, sp0); in load_sp0()
A Dparavirt_types.h82 void (*load_sp0)(unsigned long sp0);
/linux/arch/x86/kvm/
A Dtss.h37 u16 sp0; member
/linux/arch/x86/kernel/
A Dasm-offsets.c107 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common()
A Dvm86_32.c145 tsk->thread.sp0 = vm86->saved_sp0; in save_v86_state()
327 vm86->saved_sp0 = tsk->thread.sp0; in do_sys_vm86()
332 tsk->thread.sp0 += 16; in do_sys_vm86()
A Dprocess.c73 .sp0 = (1UL << (BITS_PER_LONG-1)) + 1,
194 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
A Dtraps.c432 struct pt_regs *gpregs = (struct pt_regs *)this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1; in DEFINE_IDTENTRY_DF()
887 new_stack = (struct pt_regs *)__this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1; in fixup_bad_iret()
/linux/arch/x86/xen/
A Denlighten_pv.c940 static void xen_load_sp0(unsigned long sp0) in xen_load_sp0() argument
945 MULTI_stack_switch(mcs.mc, __KERNEL_DS, sp0); in xen_load_sp0()
947 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0); in xen_load_sp0()
/linux/Documentation/networking/
A D6pack.rst136 the 6pack port is called sp instead of sl or ax. So, sp0 would be the

Completed in 20 milliseconds