Home
last modified time | relevance | path

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

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