| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | return_address.c | 35 void *return_address(unsigned int level) in return_address() function 45 (unsigned long)return_address); in return_address() 53 EXPORT_SYMBOL_GPL(return_address); 54 NOKPROBE_SYMBOL(return_address);
|
| H A D | Makefile | 18 return_address.o cpuinfo.o cpu_errata.o \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | unwind_vdso.c | 61 static unsigned long return_address; variable 81 if (ip == return_address) { in trace_fn() 117 return_address = *(unsigned long *)(unsigned long)ctx->uc_mcontext.gregs[REG_ESP]; in sigtrap() 120 ip, return_address); in sigtrap() 126 if (ip == return_address) { in sigtrap()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | return_address.c | 14 void *return_address(unsigned int depth) in return_address() function 49 void *return_address(unsigned int depth) in return_address() function 56 EXPORT_SYMBOL_GPL(return_address);
|
| H A D | Makefile | 19 reboot.o return_address.o \
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | ftrace.h | 45 void *return_address(unsigned int); 49 static inline void *return_address(unsigned int level) in return_address() function 56 #define ftrace_return_address(n) return_address(n)
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | return_address.c | 33 void *return_address(unsigned int level) in return_address() function 44 frame.pc = (unsigned long)return_address; in return_address() 54 EXPORT_SYMBOL_GPL(return_address);
|
| H A D | Makefile | 25 obj-$(CONFIG_FRAME_POINTER) += return_address.o
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/ |
| H A D | exception.c | 274 u32 return_address; in enter_exception32() local 277 return_address = *vcpu_pc(vcpu); in enter_exception32() 278 return_address += return_offsets[vect_offset >> 2][is_thumb]; in enter_exception32() 284 vcpu_gp_regs(vcpu)->compat_lr_abt = return_address; in enter_exception32() 289 vcpu_gp_regs(vcpu)->compat_lr_und = return_address; in enter_exception32()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | ftrace.h | 14 extern unsigned long return_address(unsigned int); 26 #define ftrace_return_address(n) return_address(n)
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | ftrace.h | 24 extern unsigned long return_address(unsigned level); 25 #define ftrace_return_address(n) return_address(n)
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | ftrace.h | 42 extern void *return_address(unsigned int); 44 #define ftrace_return_address(n) return_address(n)
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | ftrace.h | 45 extern void *return_address(unsigned int); 76 #define ftrace_return_address(n) return_address(n)
|
| /OK3568_Linux_fs/kernel/arch/x86/oprofile/ |
| H A D | backtrace.c | 36 oprofile_add_trace(bufhead[0].return_address); in dump_user_backtrace_32() 80 oprofile_add_trace(bufhead[0].return_address); in dump_user_backtrace()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | stacktrace.h | 97 unsigned long return_address; member 102 u32 return_address; member
|
| H A D | suspend_32.h | 31 unsigned long return_address; member
|
| H A D | suspend_64.h | 53 unsigned long return_address; member
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | stacktrace.c | 265 unsigned long return_address(unsigned level) in return_address() function 273 EXPORT_SYMBOL(return_address);
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | stacktrace.h | 10 unsigned long return_address; member
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | processor.h | 120 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | processor.h | 402 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | core.c | 2632 if (__get_user(frame.return_address, &fp->return_address)) in perf_callchain_user32() 2635 perf_callchain_store(entry, cs_base + frame.return_address); in perf_callchain_user32() 2684 if (__get_user(frame.return_address, &fp->return_address)) in perf_callchain_user() 2687 perf_callchain_store(entry, frame.return_address); in perf_callchain_user()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | unwind.c | 473 unsigned long return_address(unsigned int level) in return_address() function
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_exynosauto | 652 return_address
|
| H A D | abi_gki_aarch64_generic | 1567 return_address
|