Searched refs:sp0 (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | processor.h | 241 unsigned long sp0; member 288 u64 sp0; member 434 unsigned long sp0; member 517 native_load_sp0(unsigned long sp0) in native_load_sp0() argument 519 this_cpu_write(cpu_tss_rw.x86_tss.sp0, sp0); in native_load_sp0() 549 static inline void load_sp0(unsigned long sp0) in load_sp0() argument 551 native_load_sp0(sp0); in load_sp0() 658 .sp0 = TOP_OF_INIT_STACK, \
|
H A D | switch_to.h | 71 this_cpu_write(cpu_tss_rw.x86_tss.sp1, task->thread.sp0); in update_task_stack()
|
H A 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()
|
H A D | paravirt_types.h | 90 void (*load_sp0)(unsigned long sp0);
|
/openbmc/linux/arch/x86/kvm/ |
H A D | tss.h | 37 u16 sp0; member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | asm-offsets.c | 114 OFFSET(TSS_sp0, tss_struct, x86_tss.sp0); in common()
|
H 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()
|
H A D | process.c | 73 .sp0 = (1UL << (BITS_PER_LONG-1)) + 1, 194 p->thread.sp0 = (unsigned long) (childregs + 1); in copy_thread()
|
H A D | traps.c | 430 struct pt_regs *gpregs = (struct pt_regs *)this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1; in DEFINE_IDTENTRY_DF() 885 new_stack = (struct pt_regs *)__this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1; in fixup_bad_iret()
|
/openbmc/linux/arch/x86/xen/ |
H A 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()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86.h | 48 uint16_t sp0; member
|
/openbmc/linux/Documentation/networking/ |
H A D | 6pack.rst | 136 the 6pack port is called sp instead of sl or ax. So, sp0 would be the
|