Home
last modified time | relevance | path

Searched refs:next_ip (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dperf_callchain.c53 unsigned long next_ip; in perf_callchain_kernel() local
76 next_ip = regs->nip; in perf_callchain_kernel()
83 next_ip = lr; in perf_callchain_kernel()
85 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
94 if ((level == 1 && next_ip == lr) || in perf_callchain_kernel()
95 (level <= 1 && !kernel_text_address(next_ip))) in perf_callchain_kernel()
96 next_ip = 0; in perf_callchain_kernel()
101 perf_callchain_store(entry, next_ip); in perf_callchain_kernel()
227 unsigned long next_ip; in perf_callchain_user_64() local
233 next_ip = regs->nip; in perf_callchain_user_64()
[all …]
/linux-2.6.39/arch/ia64/kernel/
Dbrl_emu.c59 unsigned long next_ip; in ia64_emulate_brl() local
73 next_ip = (unsigned long) regs->cr_iip + 16; in ia64_emulate_brl()
104 regs->cr_iip = next_ip; in ia64_emulate_brl()
120 regs->cr_iip = next_ip; in ia64_emulate_brl()
130 regs->b0 = next_ip; in ia64_emulate_brl()
148 regs->b6 = next_ip; in ia64_emulate_brl()
151 regs->b7 = next_ip; in ia64_emulate_brl()
154 rv.arg1 = next_ip; in ia64_emulate_brl()
/linux-2.6.39/arch/x86/include/asm/
Dsystem.h84 [next_ip] "m" (next->thread.ip), \