Searched refs:current_frame (Results 1 – 9 of 9) sorted by relevance
100 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()
182 c_regs->e2 = current_frame()->d3; in copy_thread()
124 show_registers(current_frame()); in watchdog_dump_register()
24 return current_frame(); in get_irq_regs()
20 #define current_pt_regs() current_frame()
104 struct pt_regs *current_frame(void) in current_frame() function
251 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()
97 u16 current_frame; member
1868 uint64_t current_frame) in cvmx_usb_find_ready_pipe() argument1877 (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()