Home
last modified time | relevance | path

Searched defs:return_address (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dreturn_address.c14 void *return_address(unsigned int depth) in return_address() function
49 void *return_address(unsigned int depth) in return_address() function
/openbmc/linux/arch/x86/include/asm/
H A Dstacktrace.h104 unsigned long return_address; member
109 u32 return_address; member
H A Dsuspend_32.h24 unsigned long return_address; member
H A Dsuspend_64.h53 unsigned long return_address; member
/openbmc/linux/arch/riscv/kernel/
H A Dreturn_address.c32 noinline void *return_address(unsigned int level) in return_address() function
/openbmc/linux/arch/arm64/kernel/
H A Dreturn_address.c35 void *return_address(unsigned int level) in return_address() function
/openbmc/linux/arch/arm/kernel/
H A Dreturn_address.c33 void *return_address(unsigned int level) in return_address() function
/openbmc/linux/arch/arm/include/asm/
H A Dftrace.h51 static inline void *return_address(unsigned int level) in return_address() function
/openbmc/linux/arch/um/include/asm/
H A Dstacktrace.h10 unsigned long return_address; member
/openbmc/linux/tools/testing/selftests/x86/
H A Dunwind_vdso.c61 static unsigned long return_address; variable
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c291 u32 return_address; in enter_exception32() local
/openbmc/linux/arch/xtensa/kernel/
H A Dstacktrace.c265 unsigned long return_address(unsigned level) in return_address() function
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h119 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro
/openbmc/linux/arch/parisc/kernel/
H A Dunwind.c472 unsigned long return_address(unsigned int level) in return_address() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h209 #define return_address() ({__asm__ __volatile__("":::"$1"); __builtin_return_address(0);}) macro
/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h382 #define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);}) macro