Searched refs:sp0 (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | processor.h | 247 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 D | switch_to.h | 71 this_cpu_write(cpu_tss_rw.x86_tss.sp1, task->thread.sp0); in update_task_stack()
|
| A D | paravirt.h | 111 static inline void load_sp0(unsigned long sp0) in load_sp0() argument 113 PVOP_VCALL1(cpu.load_sp0, sp0); in load_sp0()
|
| A D | paravirt_types.h | 82 void (*load_sp0)(unsigned long sp0);
|
| /linux/arch/x86/kvm/ |
| A D | tss.h | 37 u16 sp0; member
|
| /linux/arch/x86/kernel/ |
| A D | asm-offsets.c | 107 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common()
|
| A D | vm86_32.c | 145 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 D | process.c | 73 .sp0 = (1UL << (BITS_PER_LONG-1)) + 1, 194 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
|
| A D | traps.c | 432 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 D | enlighten_pv.c | 940 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 D | 6pack.rst | 136 the 6pack port is called sp instead of sl or ax. So, sp0 would be the
|
Completed in 20 milliseconds