/linux-6.3-rc2/drivers/net/ethernet/micrel/ |
A D | ks8851_par.c | 118 cider = ioread16(ksp->hw_addr); in ks_check_endian() 141 iowrite16(ksp->cmd_reg_cache, ksp->hw_addr_cmd); in ks8851_wrreg16_par() 142 iowrite16(val, ksp->hw_addr); in ks8851_wrreg16_par() 157 iowrite16(ksp->cmd_reg_cache, ksp->hw_addr_cmd); in ks8851_rdreg16_par() 158 return ioread16(ksp->hw_addr); in ks8851_rdreg16_par() 207 iowrite16(fid, ksp->hw_addr); in ks8851_wrfifo_par() 283 struct ks8851_net_par *ksp; in ks8851_probe_par() local 308 ksp = to_ks8851_par(ks); in ks8851_probe_par() 309 spin_lock_init(&ksp->lock); in ks8851_probe_par() 312 if (IS_ERR(ksp->hw_addr)) in ks8851_probe_par() [all …]
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | stacktrace.c | 78 unsigned long ksp; in save_stack_trace_tsk() local 81 ksp = task_thread_info(tsk)->ksp; in save_stack_trace_tsk() 82 ksp += STACK_FRAME_OVERHEAD; /* redzone */ in save_stack_trace_tsk() 83 ksp += sizeof(struct pt_regs); in save_stack_trace_tsk() 85 sp = (unsigned long *) ksp; in save_stack_trace_tsk()
|
A D | asm-offsets.c | 50 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | stacktrace.c | 17 unsigned long ksp, fp; in __save_stack_trace() local 25 __asm__ __volatile__("mov %%fp, %0" : "=r" (ksp)); in __save_stack_trace() 27 ksp = tp->ksp; in __save_stack_trace() 30 fp = ksp + STACK_BIAS; in __save_stack_trace()
|
A D | kgdb_32.c | 59 gdb_regs[GDB_SP] = t->ksp; in sleeping_thread_to_gdb_regs() 62 win = (struct reg_window32 *) t->ksp; in sleeping_thread_to_gdb_regs()
|
A D | kgdb_64.c | 60 gdb_regs[GDB_SP] = t->ksp; in sleeping_thread_to_gdb_regs() 63 win = (struct reg_window *) (t->ksp + STACK_BIAS); in sleeping_thread_to_gdb_regs()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | processor.h | 25 unsigned long ksp; /* kernel mode stack pointer */ member 37 .ksp = sizeof(init_stack) + (unsigned long) init_stack, \ 59 #define TSK_K_ESP(tsk) (tsk->thread.ksp)
|
A D | unwind.h | 64 #define STACK_BOTTOM_UNW(tsk) STACK_LIMIT((tsk)->thread.ksp) 65 #define STACK_TOP_UNW(tsk) ((tsk)->thread.ksp)
|
/linux-6.3-rc2/arch/csky/kernel/ |
A D | stacktrace.c | 64 unsigned long *ksp; in walk_stackframe() local 81 ksp = (unsigned long *)sp; in walk_stackframe() 82 while (!kstack_end(ksp)) { in walk_stackframe() 85 pc = (*ksp++) - 0x4; in walk_stackframe()
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | stacktrace.c | 83 unsigned long *ksp; in walk_stackframe() local 100 ksp = (unsigned long *)sp; in walk_stackframe() 101 while (!kstack_end(ksp)) { in walk_stackframe() 104 pc = READ_ONCE_NOCHECK(*ksp++) - 0x4; in walk_stackframe()
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | processor.h | 49 unsigned long ksp; member 55 .ksp = 0, \
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | thread_info.h | 52 unsigned long ksp; member 68 .ksp = 0, \
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | processor.h | 55 unsigned long ksp; member 62 .ksp = sizeof init_stack + (unsigned long)init_stack, \
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | processor.h | 134 unsigned long ksp; /* Kernel stack pointer */ member 292 .ksp = INIT_SP, \ 301 .ksp = INIT_SP, \ 309 .ksp = INIT_SP, \
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | scall32-o32.S | 67 sw t5, 16(sp) # argument #5 to ksp 68 sw t6, 20(sp) # argument #6 to ksp 69 sw t7, 24(sp) # argument #7 to ksp 70 sw t8, 28(sp) # argument #8 to ksp
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | processor.h | 104 unsigned long ksp; /* kernel stack pointer */ member 118 .ksp = sizeof(init_stack) + (unsigned long) init_stack, \
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | process.c | 225 cregs->ksp = (unsigned long) stack + FRAME_SIZE + PT_SZ_ALGN; in copy_thread() 248 cregs->ksp = (unsigned long) stack + FRAME_SIZE; in copy_thread()
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | pkey_api.c | 1186 struct pkey_sec2protk ksp; in pkey_unlocked_ioctl() local 1188 if (copy_from_user(&ksp, usp, sizeof(ksp))) in pkey_unlocked_ioctl() 1190 rc = cca_sec2protkey(ksp.cardnr, ksp.domain, in pkey_unlocked_ioctl() 1191 ksp.seckey.seckey, ksp.protkey.protkey, in pkey_unlocked_ioctl() 1192 &ksp.protkey.len, &ksp.protkey.type); in pkey_unlocked_ioctl() 1196 if (copy_to_user(usp, &ksp, sizeof(ksp))) in pkey_unlocked_ioctl() 1233 struct pkey_skey2pkey ksp; in pkey_unlocked_ioctl() local 1235 if (copy_from_user(&ksp, usp, sizeof(ksp))) in pkey_unlocked_ioctl() 1237 rc = pkey_skey2pkey(ksp.seckey.seckey, &ksp.protkey); in pkey_unlocked_ioctl() 1241 if (copy_to_user(usp, &ksp, sizeof(ksp))) in pkey_unlocked_ioctl()
|
/linux-6.3-rc2/arch/nios2/kernel/ |
A D | process.c | 123 p->thread.ksp = (unsigned long) childstack; in copy_thread() 137 p->thread.ksp = (unsigned long) childstack; in copy_thread() 228 fp = ((struct switch_stack *)p->thread.ksp)->fp; /* ;dgt2 */ in __get_wchan()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | process.c | 244 childti->pcb.ksp = (unsigned long) childstack; in copy_thread() 361 unsigned long fp, sp = task_thread_info(t)->pcb.ksp; in thread_saved_pc() 390 schedule_frame = ((unsigned long *)task_thread_info(p)->pcb.ksp)[6]; in __get_wchan()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | stacktrace.c | 40 sp = task->thread.ksp; in arch_stack_walk() 103 sp = task->thread.ksp; in arch_stack_walk_reliable()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | process.c | 153 p->thread.ksp = (unsigned long)frame; in copy_thread() 274 fp = ((struct switch_stack *)p->thread.ksp)->a6; in __get_wchan()
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | ptrace.h | 33 unsigned long ksp; member
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | processor.h | 127 unsigned long ksp; /* kernel stack pointer */ member 175 .ksp = sizeof(init_stack) + (unsigned long) &init_stack, \
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | thread_info_32.h | 41 unsigned long ksp; /* ... ksp __attribute__ ((aligned (8))); */ member
|