Home
last modified time | relevance | path

Searched refs:next_frame (Results 1 – 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/kernel/
Dunwind.c442 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() argument
444 unwind_frame_regs(next_frame); in unwind_once()
446 if (next_frame->prev_sp == 0 || in unwind_once()
447 next_frame->prev_ip == 0) in unwind_once()
450 next_frame->sp = next_frame->prev_sp; in unwind_once()
451 next_frame->ip = next_frame->prev_ip; in unwind_once()
452 next_frame->prev_sp = 0; in unwind_once()
453 next_frame->prev_ip = 0; in unwind_once()
456 next_frame->t ? (int)next_frame->t->pid : -1, in unwind_once()
457 next_frame->sp, next_frame->ip); in unwind_once()
/kernel/linux/linux-5.10/arch/x86/oprofile/
Dbacktrace.c34 fp = (struct stack_frame_ia32 *) compat_ptr(bufhead[0].next_frame); in dump_user_backtrace_32()
84 if (head >= bufhead[0].next_frame) in dump_user_backtrace()
87 return bufhead[0].next_frame; in dump_user_backtrace()
/kernel/linux/linux-5.10/arch/ia64/oprofile/
Dbacktrace.c44 static __inline__ int next_frame(ia64_backtrace_t *bt) in next_frame() function
88 if (!next_frame(bt)) in do_ia64_backtrace()
93 while (bt->depth-- && next_frame(bt)) { in do_ia64_backtrace()
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
Dlib8390.c664 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local
705 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive()
710 if (rx_frame.next != next_frame && in ei_receive()
711 rx_frame.next != next_frame + 1 && in ei_receive()
712 rx_frame.next != next_frame - num_rx_pages && in ei_receive()
713 rx_frame.next != next_frame + 1 - num_rx_pages) { in ei_receive()
759 next_frame = rx_frame.next; in ei_receive()
762 if (next_frame >= ei_local->stop_page) { in ei_receive()
764 next_frame); in ei_receive()
765 next_frame = ei_local->rx_start_page; in ei_receive()
[all …]
Daxnet_cs.c1342 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local
1380 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive()
1428 next_frame = rx_frame.next; in ei_receive()
1431 if (next_frame >= ei_local->stop_page) { in ei_receive()
1433 next_frame); in ei_receive()
1434 next_frame = ei_local->rx_start_page; in ei_receive()
1436 ei_local->current_page = next_frame; in ei_receive()
1437 outb_p(next_frame-1, e8390_base+EN0_BOUNDARY); in ei_receive()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dstacktrace.h96 struct stack_frame *next_frame; member
101 u32 next_frame; member
/kernel/linux/linux-5.10/drivers/usb/c67x00/
Dc67x00-sched.c34 u16 next_frame; /* For int/isoc transactions */ member
242 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc()
243 ep_data->next_frame = in c67x00_ep_data_alloc()
263 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
402 urb->start_frame = urbp->ep_data->next_frame; in c67x00_urb_enqueue()
734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
735 urbp->ep_data->next_frame = in c67x00_add_int_urb()
736 frame_add(urbp->ep_data->next_frame, urb->interval); in c67x00_add_int_urb()
746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()
768 urbp->ep_data->next_frame = in c67x00_add_iso_urb()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
Dtw5864-core.c128 struct tw5864_h264_frame *cur_frame, *next_frame; in tw5864_h264_isr() local
136 next_frame = &dev->h264_buf[next_frame_index]; in tw5864_h264_isr()
149 cur_frame = next_frame; in tw5864_h264_isr()
/kernel/linux/linux-5.10/arch/um/include/asm/
Dstacktrace.h9 struct stack_frame *next_frame; member
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dsignal.c52 struct frame_record __user *next_frame; member
616 __put_user_error(regs->regs[29], &user->next_frame->fp, err); in setup_sigframe()
617 __put_user_error(regs->regs[30], &user->next_frame->lr, err); in setup_sigframe()
713 user->next_frame = (struct frame_record __user *)sp; in get_sigframe()
734 regs->regs[29] = (unsigned long)&user->next_frame->fp; in setup_return()
/kernel/linux/linux-5.10/arch/um/kernel/
Dstacktrace.c34 frame = frame ? frame->next_frame : NULL; in dump_trace()
/kernel/linux/linux-5.10/arch/x86/events/
Dcore.c2630 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user32()
2636 fp = compat_ptr(ss_base + frame.next_frame); in perf_callchain_user32()
2682 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user()
2688 fp = (void __user *)frame.next_frame; in perf_callchain_user()
/kernel/linux/linux-5.10/drivers/usb/host/
Dfotg210.h126 unsigned next_frame; /* scan periodic, start here */ member
Dfotg210-hcd.c4273 fotg210->next_frame = now >> 3; in iso_stream_schedule()
4663 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc()
4668 frame = fotg210->next_frame; in scan_isoc()
4680 fotg210->next_frame = now_frame; in scan_isoc()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Du_ether.c293 goto next_frame; in rx_complete()
303 next_frame: in rx_complete()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddma.c936 next_frame: in dma_rx()
984 goto next_frame; in dma_rx()
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1984 next_frame: in hfcmulti_tx()
2159 goto next_frame; in hfcmulti_tx()
2163 goto next_frame; in hfcmulti_tx()
2200 next_frame: in hfcmulti_rx()
2306 goto next_frame; in hfcmulti_rx()
2314 goto next_frame; in hfcmulti_rx()
2346 goto next_frame; in hfcmulti_rx()