Searched refs:next_ip (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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_instruction_pointer(regs); in perf_callchain_user_32() 145 perf_callchain_store(entry, next_ip); in perf_callchain_user_32() 151 if (level > 0 && read_user_stack_32(&fp[1], &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() [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_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()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | brl_emu.c | 60 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()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode.c | 1955 struct xfs_inode *next_ip = NULL; in xfs_iunlink_reload_next() local 1963 next_ip = radix_tree_lookup(&pag->pag_ici_root, next_agino); in xfs_iunlink_reload_next() 1964 ASSERT(next_ip == NULL); in xfs_iunlink_reload_next() 1979 error = xfs_iget(mp, tp, ino, XFS_IGET_UNTRUSTED, 0, &next_ip); in xfs_iunlink_reload_next() 1984 if (VFS_I(next_ip)->i_nlink != 0) { in xfs_iunlink_reload_next() 1989 next_ip->i_prev_unlinked = prev_agino; in xfs_iunlink_reload_next() 1990 trace_xfs_iunlink_reload_next(next_ip); in xfs_iunlink_reload_next() 1992 ASSERT(!(VFS_I(next_ip)->i_state & I_DONTCACHE)); in xfs_iunlink_reload_next() 1993 if (xfs_is_quotacheck_running(mp) && next_ip) in xfs_iunlink_reload_next() 1994 xfs_iflags_set(next_ip, XFS_IQUOTAUNCHECKED); in xfs_iunlink_reload_next() [all …]
|
/openbmc/linux/arch/x86/mm/ |
H A D | extable.c | 62 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()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_discovery.c | 568 goto next_ip; in amdgpu_discovery_read_harvest_bit_per_ip() 595 next_ip: in amdgpu_discovery_read_harvest_bit_per_ip() 969 goto next_ip; in amdgpu_discovery_sysfs_ips() 1036 next_ip: in amdgpu_discovery_sysfs_ips() 1255 goto next_ip; in amdgpu_discovery_reg_base_init() 1357 next_ip: in amdgpu_discovery_reg_base_init()
|