Searched refs:frame_tail (Results 1 – 4 of 4) sorted by relevance
23 struct frame_tail { struct24 struct frame_tail __user *fp; argument33 static struct frame_tail __user * argument34 user_backtrace(struct frame_tail __user *tail, in user_backtrace()37 struct frame_tail buftail; in user_backtrace()65 struct frame_tail __user *tail; in perf_callchain_user()72 tail = (struct frame_tail __user *)regs->ARM_fp - 1; in perf_callchain_user()
506 struct frame_tail { struct507 struct frame_tail __user *fp; argument515 static struct frame_tail __user * argument516 unwind_user_frame(struct frame_tail __user *tail, void *cookie, in unwind_user_frame()519 struct frame_tail buftail; in unwind_user_frame()606 struct frame_tail __user *tail; in arch_stack_walk_user()608 tail = (struct frame_tail __user *)regs->regs[29]; in arch_stack_walk_user()
1763 tx->frame_tail = tx->frame_first; in lan743x_tx_frame_start()1765 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_start()1766 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_start()1816 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1820 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_lso()1821 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1822 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_lso()1860 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()1864 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_fragment()1865 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()[all …]
982 u32 frame_tail; member