Home
last modified time | relevance | path

Searched refs:current_frame (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/mn10300/kernel/
Dsignal.c100 frame = (struct sigframe __user *) current_frame()->sp; in sys_sigreturn()
113 if (restore_sigcontext(current_frame(), &frame->sc, &d0)) in sys_sigreturn()
132 frame = (struct rt_sigframe __user *) current_frame()->sp; in sys_rt_sigreturn()
140 if (restore_sigcontext(current_frame(), &frame->uc.uc_mcontext, &d0)) in sys_rt_sigreturn()
429 tracehook_notify_resume(current_frame()); in do_notify_resume()
Dprocess.c182 c_regs->e2 = current_frame()->d3; in copy_thread()
Dmn10300-watchdog.c124 show_registers(current_frame()); in watchdog_dump_register()
/linux-4.1.27/arch/mn10300/include/asm/
Dirq_regs.h24 return current_frame(); in get_irq_regs()
Dptrace.h20 #define current_pt_regs() current_frame()
Dthread_info.h104 struct pt_regs *current_frame(void) in current_frame() function
/linux-4.1.27/drivers/usb/c67x00/
Dc67x00-sched.c251 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_ep_data_alloc()
256 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc()
258 frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
277 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
747 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
759 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()
1119 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_do_work()
1120 if (c67x00->current_frame == c67x00->last_frame) in c67x00_do_work()
1122 c67x00->last_frame = c67x00->current_frame; in c67x00_do_work()
Dc67x00-hcd.h97 u16 current_frame; member
/linux-4.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c1868 uint64_t current_frame) in cvmx_usb_find_ready_pipe() argument
1877 (pipe->next_tx_frame <= current_frame) && in cvmx_usb_find_ready_pipe()
1879 ((((int)current_frame - (int)pipe->split_sc_frame) in cvmx_usb_find_ready_pipe()