Searched refs:next_frame (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/arch/parisc/kernel/
H A Dunwind.c386 int unwind_once(struct unwind_frame_info *next_frame) unwind_once() argument
388 unwind_frame_regs(next_frame); unwind_once()
390 if (next_frame->prev_sp == 0 || unwind_once()
391 next_frame->prev_ip == 0) unwind_once()
394 next_frame->sp = next_frame->prev_sp; unwind_once()
395 next_frame->ip = next_frame->prev_ip; unwind_once()
396 next_frame->prev_sp = 0; unwind_once()
397 next_frame->prev_ip = 0; unwind_once()
400 next_frame->t ? (int)next_frame->t->pid : -1, unwind_once()
401 next_frame->sp, next_frame->ip); unwind_once()
/linux-4.4.14/arch/x86/include/asm/
H A Dstacktrace.h96 struct stack_frame *next_frame; member in struct:stack_frame
101 u32 next_frame; member in struct:stack_frame_ia32
112 frame = frame->next_frame; caller_frame_pointer()
/linux-4.4.14/arch/x86/oprofile/
H A Dbacktrace.c53 fp = (struct stack_frame_ia32 *) compat_ptr(bufhead[0].next_frame); dump_user_backtrace_32()
103 if (head >= bufhead[0].next_frame) dump_user_backtrace()
106 return bufhead[0].next_frame; dump_user_backtrace()
/linux-4.4.14/arch/um/include/asm/
H A Dstacktrace.h8 struct stack_frame *next_frame; member in struct:stack_frame
/linux-4.4.14/arch/frv/kernel/
H A Dprocess.c120 while (regs->next_frame) user_stack()
121 regs = regs->next_frame; user_stack()
156 childregs->next_frame = NULL; copy_thread()
H A Dtraps.c620 stop = (unsigned long) frame->next_frame; show_backtrace()
626 printk("-- next_frame %08lx is invalid (range %08lx-%08lx) --\n", show_backtrace()
632 frame = frame->next_frame; show_backtrace()
H A Ddebug-stub.c77 __frame = __debug_frame->next_frame; debug_stub()
/linux-4.4.14/arch/ia64/oprofile/
H A Dbacktrace.c44 static __inline__ int next_frame(ia64_backtrace_t *bt) next_frame() function
88 if (!next_frame(bt)) do_ia64_backtrace()
93 while (bt->depth-- && next_frame(bt)) { do_ia64_backtrace()
/linux-4.4.14/arch/um/kernel/
H A Dstacktrace.c37 frame = frame ? frame->next_frame : NULL; dump_trace()
/linux-4.4.14/drivers/usb/c67x00/
H A Dc67x00-sched.c48 u16 next_frame; /* For int/isoc transactions */ member in struct:c67x00_ep_data
256 if (frame_after(c67x00->current_frame, ep_data->next_frame)) c67x00_ep_data_alloc()
257 ep_data->next_frame = c67x00_ep_data_alloc()
277 ep_data->next_frame = frame_add(c67x00->current_frame, 1); c67x00_ep_data_alloc()
416 urb->start_frame = urbp->ep_data->next_frame; c67x00_urb_enqueue()
747 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { c67x00_add_int_urb()
748 urbp->ep_data->next_frame = c67x00_add_int_urb()
749 frame_add(urbp->ep_data->next_frame, urb->interval); c67x00_add_int_urb()
759 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { c67x00_add_iso_urb()
781 urbp->ep_data->next_frame = c67x00_add_iso_urb()
782 frame_add(urbp->ep_data->next_frame, urb->interval); c67x00_add_iso_urb()
/linux-4.4.14/arch/tile/kernel/
H A Dbacktrace.c636 bt_int_reg_t next_frame[2]; backtrace_next() local
644 if (!state->read_memory_func(&next_frame, state->fp, sizeof next_frame, backtrace_next()
649 next_fp = next_frame[1]; backtrace_next()
650 if (!valid_addr_reg(next_frame[1]) || backtrace_next()
669 next_pc = next_frame[0]; backtrace_next()
670 if (!valid_addr_reg(next_frame[0]) || next_pc == 0 || backtrace_next()
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dlib8390.c657 unsigned char rxing_page, this_frame, next_frame; ei_receive() local
698 next_frame = this_frame + 1 + ((pkt_len+4)>>8); ei_receive()
703 if (rx_frame.next != next_frame && ei_receive()
704 rx_frame.next != next_frame + 1 && ei_receive()
705 rx_frame.next != next_frame - num_rx_pages && ei_receive()
706 rx_frame.next != next_frame + 1 - num_rx_pages) { ei_receive()
752 next_frame = rx_frame.next; ei_receive()
755 if (next_frame >= ei_local->stop_page) { ei_receive()
757 next_frame); ei_receive()
758 next_frame = ei_local->rx_start_page; ei_receive()
760 ei_local->current_page = next_frame; ei_receive()
761 ei_outb_p(next_frame-1, e8390_base+EN0_BOUNDARY); ei_receive()
H A Daxnet_cs.c1338 unsigned char rxing_page, this_frame, next_frame; ei_receive() local
1376 next_frame = this_frame + 1 + ((pkt_len+4)>>8); ei_receive()
1424 next_frame = rx_frame.next; ei_receive()
1427 if (next_frame >= ei_local->stop_page) { ei_receive()
1429 next_frame); ei_receive()
1430 next_frame = ei_local->rx_start_page; ei_receive()
1432 ei_local->current_page = next_frame; ei_receive()
1433 outb_p(next_frame-1, e8390_base+EN0_BOUNDARY); ei_receive()
/linux-4.4.14/arch/x86/kernel/
H A Ddumpstack.c110 frame = frame->next_frame; print_context_stack()
139 frame = frame->next_frame; print_context_stack_bp()
/linux-4.4.14/arch/frv/include/uapi/asm/
H A Dregisters.h118 struct pt_regs *next_frame; /* GR28 - next exception frame */ member in struct:pt_regs
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event.c2268 frame.next_frame = 0; perf_callchain_user32()
2279 fp = compat_ptr(ss_base + frame.next_frame); perf_callchain_user32()
2320 frame.next_frame = NULL; perf_callchain_user()
2331 fp = frame.next_frame; perf_callchain_user()
/linux-4.4.14/drivers/usb/gadget/function/
H A Du_ether.c307 goto next_frame; rx_complete()
317 next_frame: rx_complete()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1998 next_frame: hfcmulti_tx()
2173 goto next_frame; hfcmulti_tx()
2177 goto next_frame; hfcmulti_tx()
2214 next_frame: hfcmulti_rx()
2320 goto next_frame; hfcmulti_rx()
2328 goto next_frame; hfcmulti_rx()
2361 goto next_frame; hfcmulti_rx()
/linux-4.4.14/drivers/tty/serial/
H A Dmpsc.c1009 goto next_frame; mpsc_rx_intr()
1037 goto next_frame; mpsc_rx_intr()
1052 next_frame: mpsc_rx_intr()
/linux-4.4.14/drivers/usb/host/
H A Dfotg210.h125 unsigned next_frame; /* scan periodic, start here */ member in struct:fotg210_hcd
H A Dfotg210-hcd.c4305 fotg210->next_frame = now >> 3; iso_stream_schedule()
4696 now_frame = (fotg210->next_frame - 1) & fmask; scan_isoc()
4701 frame = fotg210->next_frame; scan_isoc()
4713 fotg210->next_frame = now_frame; scan_isoc()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.c936 next_frame: dma_rx()
984 goto next_frame; dma_rx()

Completed in 881 milliseconds