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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/
H A Dbacktrace.c18 #define STACK_LR64(STACK) *((unsigned long *)(STACK) + 2) macro
22 #define STACK_LR(STACK) STACK_LR64(STACK)
66 oprofile_add_trace(STACK_LR64(stack_frame));

Completed in 38 milliseconds