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

/linux-4.1.27/arch/parisc/include/asm/
H A Dftrace.h25 extern unsigned long return_address(unsigned int);
27 #define ftrace_return_address(n) return_address(n)
/linux-4.1.27/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)
/linux-4.1.27/arch/sh/kernel/
H A Dreturn_address.c2 * arch/sh/kernel/return_address.c
17 void *return_address(unsigned int depth) return_address() function
52 void *return_address(unsigned int depth) return_address() function
59 EXPORT_SYMBOL_GPL(return_address); variable
H A DMakefile18 reboot.o return_address.o \
/linux-4.1.27/arch/arm64/kernel/
H A Dreturn_address.c2 * arch/arm64/kernel/return_address.c
35 void *return_address(unsigned int level) return_address() function
45 frame.pc = (unsigned long)return_address; /* dummy */ return_address()
54 EXPORT_SYMBOL_GPL(return_address); variable
H A DMakefile19 return_address.o cpuinfo.o cpu_errata.o \
H A Dentry-ftrace.S91 * void _mcount(unsigned long return_address)
92 * @return_address: return address to instrumented function
146 * void ftrace_caller(unsigned long return_address)
147 * @return_address: return address to instrumented function
/linux-4.1.27/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) return_address() function
55 #define ftrace_return_address(n) return_address(n)
/linux-4.1.27/arch/arm/kernel/
H A Dreturn_address.c2 * arch/arm/kernel/return_address.c
38 void *return_address(unsigned int level) return_address() function
49 frame.pc = (unsigned long)return_address; return_address()
61 EXPORT_SYMBOL_GPL(return_address); variable
H A DMakefile19 process.o ptrace.o reboot.o return_address.o \
/linux-4.1.27/arch/blackfin/include/asm/
H A Dftrace.h34 extern inline void *return_address(unsigned int level) return_address() function
62 extern inline void *return_address(unsigned int level) return_address() function
69 #define ftrace_return_address(n) return_address(n)
/linux-4.1.27/arch/xtensa/include/asm/
H A Dftrace.h24 extern unsigned long return_address(unsigned level);
25 #define ftrace_return_address(n) return_address(n)
/linux-4.1.27/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
/linux-4.1.27/arch/um/include/asm/
H A Dstacktrace.h9 unsigned long return_address; member in struct:stack_frame
/linux-4.1.27/arch/xtensa/kernel/
H A Dstacktrace.c110 unsigned long return_address(unsigned level) return_address() function
118 EXPORT_SYMBOL(return_address); variable
/linux-4.1.27/arch/arm64/include/asm/
H A Dftrace.h23 extern void *return_address(unsigned int);
40 #define ftrace_return_address(n) return_address(n)
/linux-4.1.27/arch/x86/oprofile/
H A Dbacktrace.c55 oprofile_add_trace(bufhead[0].return_address); dump_user_backtrace_32()
99 oprofile_add_trace(bufhead[0].return_address); dump_user_backtrace()
/linux-4.1.27/arch/s390/kernel/
H A Dprocess.c183 unsigned long return_address; get_wchan() local
197 return_address = sf->gprs[8] & PSW_ADDR_INSN; get_wchan()
198 if (!in_sched_functions(return_address)) get_wchan()
199 return return_address; get_wchan()
/linux-4.1.27/arch/x86/kernel/
H A Ddumpstack.c130 unsigned long *ret_addr = &frame->return_address; print_context_stack_bp()
140 ret_addr = &frame->return_address; print_context_stack_bp()
/linux-4.1.27/arch/mips/include/asm/
H A Dprocessor.h386 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
/linux-4.1.27/arch/parisc/kernel/
H A Dunwind.c417 unsigned long return_address(unsigned int level) return_address() function
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event.c2216 frame.return_address = 0; perf_callchain_user32()
2225 perf_callchain_store(entry, cs_base + frame.return_address); perf_callchain_user32()
2268 frame.return_address = 0; perf_callchain_user()
2277 perf_callchain_store(entry, frame.return_address); perf_callchain_user()

Completed in 605 milliseconds