Searched refs:return_address (Results 1 - 23 of 23) sorted by relevance

/arch/parisc/include/asm/
H A Dftrace.h25 extern unsigned long return_address(unsigned int);
27 #define ftrace_return_address(n) return_address(n)
/arch/arm/include/asm/
H A Dftrace.h37 * return_address uses walk_stackframe to do it's work. If both
44 void *return_address(unsigned int);
48 static inline void *return_address(unsigned int level) function
55 #define ftrace_return_address(n) return_address(n)
/arch/arm64/include/asm/
H A Dftrace.h23 extern void *return_address(unsigned int);
40 #define ftrace_return_address(n) return_address(n)
/arch/xtensa/include/asm/
H A Dftrace.h24 extern unsigned long return_address(unsigned level);
25 #define ftrace_return_address(n) return_address(n)
/arch/blackfin/include/asm/
H A Dftrace.h34 extern inline void *return_address(unsigned int level) function
62 extern inline void *return_address(unsigned int level) function
69 #define ftrace_return_address(n) return_address(n)
/arch/sh/kernel/
H A Dreturn_address.c2 * arch/sh/kernel/return_address.c
17 void *return_address(unsigned int depth) function
52 void *return_address(unsigned int depth) function
59 EXPORT_SYMBOL_GPL(return_address); variable
H A DMakefile18 reboot.o return_address.o \
/arch/sh/include/asm/
H A Dftrace.h40 /* arch/sh/kernel/return_address.c */
41 extern void *return_address(unsigned int);
43 #define ftrace_return_address(n) return_address(n)
/arch/arm/kernel/
H A Dreturn_address.c2 * arch/arm/kernel/return_address.c
38 void *return_address(unsigned int level) function
50 frame.pc = (unsigned long)return_address;
64 EXPORT_SYMBOL_GPL(return_address); variable
H A DMakefile19 process.o ptrace.o return_address.o \
/arch/arm64/kernel/
H A Dreturn_address.c2 * arch/arm64/kernel/return_address.c
35 void *return_address(unsigned int level) function
45 frame.pc = (unsigned long)return_address; /* dummy */
54 EXPORT_SYMBOL_GPL(return_address); variable
H A DMakefile18 hyp-stub.o psci.o cpu_ops.o insn.o return_address.o \
/arch/x86/include/asm/
H A Dsuspend_32.h24 unsigned long return_address; member in struct:saved_context
H A Dsuspend_64.h37 unsigned long return_address; member in struct:saved_context
H A Dstacktrace.h97 unsigned long return_address; member in struct:stack_frame
102 u32 return_address; member in struct:stack_frame_ia32
/arch/um/include/asm/
H A Dstacktrace.h9 unsigned long return_address; member in struct:stack_frame
/arch/x86/oprofile/
H A Dbacktrace.c55 oprofile_add_trace(bufhead[0].return_address);
99 oprofile_add_trace(bufhead[0].return_address);
/arch/xtensa/kernel/
H A Dstacktrace.c110 unsigned long return_address(unsigned level) function
118 EXPORT_SYMBOL(return_address); variable
/arch/s390/kernel/
H A Dprocess.c201 unsigned long return_address; local
215 return_address = sf->gprs[8] & PSW_ADDR_INSN;
216 if (!in_sched_functions(return_address))
217 return return_address;
/arch/x86/kernel/
H A Ddumpstack.c128 unsigned long *ret_addr = &frame->return_address;
138 ret_addr = &frame->return_address;
/arch/mips/include/asm/
H A Dprocessor.h390 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
/arch/parisc/kernel/
H A Dunwind.c417 unsigned long return_address(unsigned int level) function
/arch/x86/kernel/cpu/
H A Dperf_event.c2028 frame.return_address = 0;
2037 perf_callchain_store(entry, cs_base + frame.return_address);
2080 frame.return_address = 0;
2089 perf_callchain_store(entry, frame.return_address);

Completed in 670 milliseconds