Searched refs:next_ip (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/powerpc/perf/ |
| H A D | callchain_32.c | 102 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_arch_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 …]
|
| H A D | callchain.c | 47 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()
|
| H A D | callchain_64.c | 71 unsigned long next_ip; in perf_callchain_user_64() local 77 next_ip = perf_arch_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.15/fs/xfs/ |
| H A D | xfs_inode.c | 1533 struct xfs_inode *next_ip = NULL; in xfs_iunlink_reload_next() local 1541 ASSERT(next_ip == NULL); in xfs_iunlink_reload_next() 1556 XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next() 1563 if (VFS_I(next_ip)->i_nlink != 0) { in xfs_iunlink_reload_next() 1569 next_ip->i_prev_unlinked = prev_agino; in xfs_iunlink_reload_next() 1575 xfs_irele(next_ip); in xfs_iunlink_reload_next() 2886 struct xfs_inode *next_ip = NULL; in xfs_inode_reload_unlinked_bucket() local 2890 next_ip = ip; in xfs_inode_reload_unlinked_bucket() 2898 if (next_ip) in xfs_inode_reload_unlinked_bucket() 2909 if (!next_ip) { in xfs_inode_reload_unlinked_bucket() [all …]
|
| /linux-6.15/arch/x86/mm/ |
| H A D | extable.c | 63 unsigned long offset, addr, next_ip, len; in ex_handler_zeropad() local 66 next_ip = ex_fixup_addr(e); in ex_handler_zeropad() 67 len = next_ip - regs->ip; in ex_handler_zeropad()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_discovery.c | 668 goto next_ip; in amdgpu_discovery_read_harvest_bit_per_ip() 695 next_ip: in amdgpu_discovery_read_harvest_bit_per_ip() 1077 goto next_ip; in amdgpu_discovery_sysfs_ips() 1144 next_ip: in amdgpu_discovery_sysfs_ips() 1369 goto next_ip; in amdgpu_discovery_reg_base_init() 1498 next_ip: in amdgpu_discovery_reg_base_init()
|