Searched refs:regs_get_kernel_argument (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | ftrace.h | 70 regs_get_kernel_argument(&(fregs)->regs, n)
|
H A D | ptrace.h | 124 static inline unsigned long regs_get_kernel_argument(struct pt_regs *regs, in regs_get_kernel_argument() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ftrace.h | 88 regs_get_kernel_argument(&(fregs)->regs, n)
|
H A D | ptrace.h | 240 static inline unsigned long regs_get_kernel_argument(struct pt_regs *regs, in regs_get_kernel_argument() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ftrace.h | 58 regs_get_kernel_argument(&(fregs)->regs, n)
|
H A D | ptrace.h | 424 static inline unsigned long regs_get_kernel_argument(struct pt_regs *regs, in regs_get_kernel_argument() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | ptrace.h | 156 static inline unsigned long regs_get_kernel_argument(struct pt_regs *regs, in regs_get_kernel_argument() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ftrace.h | 61 regs_get_kernel_argument(&(fregs)->regs, n)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | ptrace.h | 354 static inline unsigned long regs_get_kernel_argument(struct pt_regs *regs, in regs_get_kernel_argument() function
|
/openbmc/linux/include/linux/ |
H A D | ftrace.h | 158 regs_get_kernel_argument(ftrace_get_regs(fregs), n)
|
/openbmc/linux/kernel/trace/ |
H A D | trace_fprobe.c | 154 val = regs_get_kernel_argument(regs, code->param); in process_fetch_insn()
|
H A D | trace_kprobe.c | 1342 val = regs_get_kernel_argument(regs, code->param); in process_fetch_insn()
|
H A D | trace_probe.c | 857 val = regs_get_kernel_argument(regs, code->param); in store_trace_entry_data()
|