Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H 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_arch_instruction_pointer(regs); in perf_callchain_user_32()
150 if (level > 0 && read_user_stack_32(&fp[1], &next_ip)) in perf_callchain_user_32()
153 uregs = signal_frame_32_regs(sp, next_sp, next_ip); in perf_callchain_user_32()
161 if (read_user_stack_32(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_32()
167 perf_callchain_store(entry, next_ip); in perf_callchain_user_32()
172 next_ip = lr; in perf_callchain_user_32()
[all …]
H 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()
H A Dcallchain_64.c71 unsigned long next_ip; in perf_callchain_user_64() local
77 next_ip = perf_arch_instruction_pointer(regs); in perf_callchain_user_64()
85 if (level > 0 && read_user_stack_64(&fp[2], &next_ip)) in perf_callchain_user_64()
95 (is_sigreturn_64_address(next_ip, sp) || in perf_callchain_user_64()
103 if (read_user_stack_64(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_64()
109 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
114 next_ip = lr; in perf_callchain_user_64()
115 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
/linux/fs/xfs/
H A Dxfs_inode.c1545 struct xfs_inode *next_ip = NULL; in xfs_iunlink_reload_next() local
1552 next_ip = radix_tree_lookup(&pag->pag_ici_root, next_agino); in xfs_iunlink_reload_next()
1553 ASSERT(next_ip == NULL); in xfs_iunlink_reload_next()
1568 XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next()
1575 if (VFS_I(next_ip)->i_nlink != 0) { in xfs_iunlink_reload_next()
1581 next_ip->i_prev_unlinked = prev_agino; in xfs_iunlink_reload_next()
1582 trace_xfs_iunlink_reload_next(next_ip); in xfs_iunlink_reload_next()
1584 ASSERT(!(inode_state_read_once(VFS_I(next_ip)) & I_DONTCACHE)); in xfs_iunlink_reload_next()
1585 if (xfs_is_quotacheck_running(mp) && next_ip) in xfs_iunlink_reload_next()
1586 xfs_iflags_set(next_ip, XFS_IQUOTAUNCHECKED); in xfs_iunlink_reload_next()
[all …]
/linux/arch/x86/mm/
H A Dextable.c63 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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c734 goto next_ip; in amdgpu_discovery_read_harvest_bit_per_ip()
761 next_ip: in amdgpu_discovery_read_harvest_bit_per_ip()
1144 goto next_ip; in amdgpu_discovery_sysfs_ips()
1210 next_ip: in amdgpu_discovery_sysfs_ips()
1441 goto next_ip; in amdgpu_discovery_reg_base_init()
1570 next_ip: in amdgpu_discovery_reg_base_init()