Searched refs:sp0 (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/arch/x86/include/asm/ |
| D | processor.h | 225 unsigned long sp0; member 272 u64 sp0; member 418 unsigned long sp0; member 502 native_load_sp0(unsigned long sp0) in native_load_sp0() argument 504 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0); in native_load_sp0() 534 static inline void load_sp0(unsigned long sp0) in load_sp0() argument 536 native_load_sp0(sp0); in load_sp0() 643 .sp0 = TOP_OF_INIT_STACK, \
|
| D | switch_to.h | 71 this_cpu_write(cpu_tss_rw.x86_tss.sp1, task->thread.sp0); in update_task_stack()
|
| D | paravirt.h | 107 static inline void load_sp0(unsigned long sp0) in load_sp0() argument 109 PVOP_VCALL1(cpu.load_sp0, sp0); in load_sp0()
|
| D | paravirt_types.h | 90 void (*load_sp0)(unsigned long sp0);
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | tss.h | 37 u16 sp0; member
|
| /Linux-v6.6/arch/x86/kernel/ |
| D | asm-offsets.c | 114 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common()
|
| 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()
|
| D | process.c | 73 .sp0 = (1UL << (BITS_PER_LONG-1)) + 1, 194 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
|
| D | traps.c | 381 struct pt_regs *gpregs = (struct pt_regs *)this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1; in DEFINE_IDTENTRY_DF() 836 new_stack = (struct pt_regs *)__this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1; in fixup_bad_iret()
|
| /Linux-v6.6/arch/x86/xen/ |
| D | enlighten_pv.c | 932 static void xen_load_sp0(unsigned long sp0) in xen_load_sp0() argument 937 MULTI_stack_switch(mcs.mc, __KERNEL_DS, sp0); in xen_load_sp0() 939 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0); in xen_load_sp0()
|
| /Linux-v6.6/Documentation/networking/ |
| D | 6pack.rst | 136 the 6pack port is called sp instead of sl or ax. So, sp0 would be the
|