Home
last modified time | relevance | path

Searched refs:ksp (Results 1 – 25 of 46) sorted by relevance

12

/linux/drivers/s390/crypto/
H A Dpkey_api.c144 struct pkey_sec2protk ksp; in pkey_ioctl_sec2protk() local
148 if (copy_from_user(&ksp, usp, sizeof(ksp))) in pkey_ioctl_sec2protk()
151 apqn.card = ksp.cardnr; in pkey_ioctl_sec2protk()
152 apqn.domain = ksp.domain; in pkey_ioctl_sec2protk()
153 ksp.protkey.len = sizeof(ksp.protkey.protkey); in pkey_ioctl_sec2protk()
155 ksp.seckey.seckey, in pkey_ioctl_sec2protk()
156 sizeof(ksp.seckey.seckey), in pkey_ioctl_sec2protk()
157 ksp.protkey.protkey, in pkey_ioctl_sec2protk()
158 &ksp.protkey.len, &ksp.protkey.type, in pkey_ioctl_sec2protk()
161 if (!rc && copy_to_user(usp, &ksp, sizeof(ksp))) in pkey_ioctl_sec2protk()
[all …]
/linux/arch/openrisc/kernel/
H A Dstacktrace.c78 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()
H A Dasm-offsets.c51 DEFINE(TI_KSP, offsetof(struct thread_info, ksp)); in main()
/linux/arch/sparc/kernel/
H A Dstacktrace.c17 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()
H A Dkgdb_32.c59 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()
H A Dkgdb_64.c60 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/arch/csky/kernel/
H A Dstacktrace.c64 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/arch/riscv/kernel/
H A Dstacktrace.c111 unsigned long *ksp; in walk_stackframe() local
128 ksp = (unsigned long *)sp; in walk_stackframe()
129 while (!kstack_end(ksp)) { in walk_stackframe()
132 pc = READ_ONCE_NOCHECK(*ksp++) - 0x4; in walk_stackframe()
/linux/arch/nios2/include/asm/
H A Dprocessor.h49 unsigned long ksp; member
55 .ksp = 0, \
/linux/arch/s390/include/asm/
H A Dprocessor.h173 unsigned long ksp; /* kernel stack pointer */ member
217 .ksp = sizeof(init_stack) + (unsigned long) &init_stack, \
272 unsigned long ksp = get_lowcore()->kernel_stack; in on_thread_stack() local
274 return !((ksp ^ current_stack_pointer) & ~(THREAD_SIZE - 1)); in on_thread_stack()
/linux/arch/openrisc/include/asm/
H A Dthread_info.h52 unsigned long ksp; member
68 .ksp = 0, \
/linux/arch/mips/kernel/
H A Dscall32-o32.S67 sw t5, PT_ARG4(sp) # argument #5 to ksp
68 sw t6, PT_ARG5(sp) # argument #6 to ksp
69 sw t7, PT_ARG6(sp) # argument #7 to ksp
70 sw t8, PT_ARG7(sp) # argument #8 to ksp
/linux/arch/microblaze/include/asm/
H A Dprocessor.h55 unsigned long ksp; member
62 .ksp = sizeof init_stack + (unsigned long)init_stack, \
/linux/arch/powerpc/include/asm/
H A Dprocessor.h134 unsigned long ksp; /* Kernel stack pointer */ member
289 .ksp = INIT_SP, \
298 .ksp = INIT_SP, \
306 .ksp = INIT_SP, \
/linux/arch/nios2/kernel/
H A Dprocess.c123 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()
H A Dasm-offsets.c22 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
/linux/arch/alpha/kernel/
H A Dprocess.c246 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()
363 unsigned long fp, sp = task_thread_info(t)->pcb.ksp; in thread_saved_pc()
392 schedule_frame = ((unsigned long *)task_thread_info(p)->pcb.ksp)[6]; in __get_wchan()
/linux/arch/arc/include/asm/
H A Dunwind.h64 #define STACK_BOTTOM_UNW(tsk) STACK_LIMIT((tsk)->thread.ksp)
65 #define STACK_TOP_UNW(tsk) ((tsk)->thread.ksp)
H A Dthread_info.h40 unsigned long ksp; /* kernel mode stack top in __switch_to */ member
H A Dprocessor.h56 #define TSK_K_ESP(tsk) (task_thread_info(tsk)->ksp)
/linux/arch/powerpc/kernel/
H A Dstacktrace.c41 sp = task->thread.ksp; in arch_stack_walk()
87 sp = task->thread.ksp; in arch_stack_walk_reliable()
/linux/arch/m68k/kernel/
H A Dprocess.c154 p->thread.ksp = (unsigned long)frame; in copy_thread()
275 fp = ((struct switch_stack *)p->thread.ksp)->a6; in __get_wchan()
/linux/arch/parisc/include/uapi/asm/
H A Dptrace.h33 unsigned long ksp; member
/linux/arch/alpha/boot/
H A Dmain.c69 pcb_va->ksp = 0; in pal_init()
H A Dbootp.c75 pcb_va->ksp = 0; in pal_init()

12