Home
last modified time | relevance | path

Searched refs:UREG_I6 (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsignal_64.c99 err |= __get_user(regs->u_regs[UREG_I6], (&(*grp)[MC_O6])); in sparc64_set_context()
105 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6]))); in sparc64_set_context()
107 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7]))); in sparc64_set_context()
197 err |= __put_user(regs->u_regs[UREG_I6], &((*grp)[MC_O6])); in sparc64_get_context()
201 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6]))); in sparc64_get_context()
203 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7]))); in sparc64_get_context()
H A Dstacktrace.c49 fp = regs->u_regs[UREG_I6] + STACK_BIAS; in __save_stack_trace()
H A Dptrace_64.c195 unsigned long rw_addr = regs->u_regs[UREG_I6]; in regwindow64_get()
220 unsigned long rw_addr = regs->u_regs[UREG_I6]; in regwindow64_set()
550 if (get_from_target(target, regs->u_regs[UREG_I6], in genregs32_get()
582 reg_window = (compat_ulong_t __user *) regs->u_regs[UREG_I6]; in genregs32_set()
610 reg_window = (compat_ulong_t __user *) regs->u_regs[UREG_I6]; in genregs32_set()
H A Dptrace_32.c52 unsigned long reg_window = regs->u_regs[UREG_I6]; in regwindow32_get()
70 unsigned long reg_window = regs->u_regs[UREG_I6]; in regwindow32_set()
H A Dperf_event.c1749 ksp = regs->u_regs[UREG_I6]; in perf_callchain_kernel()
1766 fp = regs->u_regs[UREG_I6] + STACK_BIAS; in perf_callchain_kernel()
H A Dtraps_64.c2493 fp = regs->u_regs[UREG_I6] + STACK_BIAS; in show_stack()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsignal_64.c99 err |= __get_user(regs->u_regs[UREG_I6], (&(*grp)[MC_O6])); in sparc64_set_context()
105 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6]))); in sparc64_set_context()
107 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7]))); in sparc64_set_context()
197 err |= __put_user(regs->u_regs[UREG_I6], &((*grp)[MC_O6])); in sparc64_get_context()
201 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[6]))); in sparc64_get_context()
203 (&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[UREG_I6]))->ins[7]))); in sparc64_get_context()
H A Dstacktrace.c49 fp = regs->u_regs[UREG_I6] + STACK_BIAS; in __save_stack_trace()
H A Dptrace_64.c194 unsigned long rw_addr = regs->u_regs[UREG_I6]; in regwindow64_get()
219 unsigned long rw_addr = regs->u_regs[UREG_I6]; in regwindow64_set()
547 if (get_from_target(target, regs->u_regs[UREG_I6], in genregs32_get()
579 reg_window = (compat_ulong_t __user *) regs->u_regs[UREG_I6]; in genregs32_set()
607 reg_window = (compat_ulong_t __user *) regs->u_regs[UREG_I6]; in genregs32_set()
H A Dptrace_32.c51 unsigned long reg_window = regs->u_regs[UREG_I6]; in regwindow32_get()
69 unsigned long reg_window = regs->u_regs[UREG_I6]; in regwindow32_set()
H A Dperf_event.c1749 ksp = regs->u_regs[UREG_I6]; in perf_callchain_kernel()
1766 fp = regs->u_regs[UREG_I6] + STACK_BIAS; in perf_callchain_kernel()
H A Dtraps_64.c2488 fp = regs->u_regs[UREG_I6] + STACK_BIAS; in show_stack()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dperf_event.h25 (regs)->u_regs[UREG_I6] = _fp; \
H A Dcompat.h131 unsigned long usp = regs->u_regs[UREG_I6]; in arch_compat_alloc_user_space()
H A Dptrace.h114 return regs->u_regs[UREG_I6]; in kernel_stack_pointer()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dperf_event.h25 (regs)->u_regs[UREG_I6] = _fp; \
H A Dptrace.h114 return regs->u_regs[UREG_I6]; in kernel_stack_pointer()
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dptrace.h156 #define UREG_I6 14 macro
158 #define UREG_FP UREG_I6
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dptrace.h156 #define UREG_I6 14 macro
158 #define UREG_FP UREG_I6

Completed in 22 milliseconds