Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/perf/
A Dcallchain_32.c102 unsigned int next_sp, unsigned int next_ip) in signal_frame_32_regs() argument
115 is_sigreturn_32_address(next_ip, sp) && in signal_frame_32_regs()
122 is_rt_sigreturn_32_address(next_ip, sp) && in signal_frame_32_regs()
137 unsigned int next_ip; in perf_callchain_user_32() local
142 next_ip = perf_instruction_pointer(regs); in perf_callchain_user_32()
145 perf_callchain_store(entry, next_ip); in perf_callchain_user_32()
154 uregs = signal_frame_32_regs(sp, next_sp, next_ip); in perf_callchain_user_32()
162 if (read_user_stack_32(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_32()
168 perf_callchain_store(entry, next_ip); in perf_callchain_user_32()
173 next_ip = lr; in perf_callchain_user_32()
[all …]
A Dcallchain.c47 unsigned long next_ip; in perf_callchain_kernel() local
71 next_ip = regs->nip; in perf_callchain_kernel()
78 next_ip = lr; in perf_callchain_kernel()
80 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel()
89 if ((level == 1 && next_ip == lr) || in perf_callchain_kernel()
90 (level <= 1 && !kernel_text_address(next_ip))) in perf_callchain_kernel()
91 next_ip = 0; in perf_callchain_kernel()
96 perf_callchain_store(entry, next_ip); in perf_callchain_kernel()
A Dcallchain_64.c71 unsigned long next_ip; in perf_callchain_user_64() local
77 next_ip = perf_instruction_pointer(regs); in perf_callchain_user_64()
80 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
86 if (level > 0 && read_user_stack_64(&fp[2], &next_ip)) in perf_callchain_user_64()
96 (is_sigreturn_64_address(next_ip, sp) || in perf_callchain_user_64()
104 if (read_user_stack_64(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_64()
110 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
115 next_ip = lr; in perf_callchain_user_64()
116 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
/linux-6.3-rc2/arch/ia64/kernel/
A Dbrl_emu.c60 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-6.3-rc2/arch/x86/mm/
A Dextable.c62 unsigned long offset, addr, next_ip, len; in ex_handler_zeropad() local
65 next_ip = ex_fixup_addr(e); in ex_handler_zeropad()
66 len = next_ip - regs->ip; in ex_handler_zeropad()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_discovery.c514 goto next_ip; in amdgpu_discovery_read_harvest_bit_per_ip()
532 next_ip: in amdgpu_discovery_read_harvest_bit_per_ip()
859 goto next_ip; in amdgpu_discovery_sysfs_ips()
918 next_ip: in amdgpu_discovery_sysfs_ips()
1125 goto next_ip; in amdgpu_discovery_reg_base_init()
1199 next_ip: in amdgpu_discovery_reg_base_init()

Completed in 17 milliseconds