Searched refs:next_ip (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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 70 next_ip = regs->nip; in perf_callchain_kernel() 77 next_ip = lr; in perf_callchain_kernel() 79 next_ip = fp[STACK_FRAME_LR_SAVE]; in perf_callchain_kernel() 88 if ((level == 1 && next_ip == lr) || in perf_callchain_kernel() 89 (level <= 1 && !kernel_text_address(next_ip))) in perf_callchain_kernel() 90 next_ip = 0; in perf_callchain_kernel() 95 perf_callchain_store(entry, next_ip); in perf_callchain_kernel()
|
| H A D | callchain_64.c | 97 unsigned long next_ip; in perf_callchain_user_64() local 103 next_ip = perf_instruction_pointer(regs); in perf_callchain_user_64() 106 perf_callchain_store(entry, next_ip); in perf_callchain_user_64() 112 if (level > 0 && read_user_stack_64(&fp[2], &next_ip)) in perf_callchain_user_64() 122 (is_sigreturn_64_address(next_ip, sp) || in perf_callchain_user_64() 130 if (read_user_stack_64(&uregs[PT_NIP], &next_ip) || in perf_callchain_user_64() 136 perf_callchain_store(entry, next_ip); in perf_callchain_user_64() 141 next_ip = lr; in perf_callchain_user_64() 142 perf_callchain_store(entry, next_ip); in perf_callchain_user_64()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_wet.c | 90 wet_sta_t *next_ip; /* hash link by IP */ member 821 sta->next_ip = NULL; in wet_sta_alloc() 846 sta2; sta2 = sta2->next_ip) { in BCMFASTPATH() 849 next = &sta2->next_ip; in BCMFASTPATH() 852 *next = sta2->next_ip; in BCMFASTPATH() 853 sta2->next_ip = NULL; in BCMFASTPATH() 878 sta->next_ip = weth->stahash_ip[i]; in BCMFASTPATH() 885 for (sta2 = sta->next_ip; sta2; sta2 = sta2->next_ip) { in BCMFASTPATH() 890 prev->next_ip = sta2->next_ip; in BCMFASTPATH() 891 sta2->next_ip = NULL; in BCMFASTPATH() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_wet.c | 90 wet_sta_t *next_ip; /* hash link by IP */ member 821 sta->next_ip = NULL; in wet_sta_alloc() 846 sta2; sta2 = sta2->next_ip) { in BCMFASTPATH() 849 next = &sta2->next_ip; in BCMFASTPATH() 852 *next = sta2->next_ip; in BCMFASTPATH() 853 sta2->next_ip = NULL; in BCMFASTPATH() 878 sta->next_ip = weth->stahash_ip[i]; in BCMFASTPATH() 885 for (sta2 = sta->next_ip; sta2; sta2 = sta2->next_ip) { in BCMFASTPATH() 890 prev->next_ip = sta2->next_ip; in BCMFASTPATH() 891 sta2->next_ip = NULL; in BCMFASTPATH() [all …]
|