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()
333 struct frame_tail { struct334 struct frame_tail __user *fp; argument342 static struct frame_tail __user * argument343 unwind_user_frame(struct frame_tail __user *tail, void *cookie, in unwind_user_frame()346 struct frame_tail buftail; in unwind_user_frame()433 struct frame_tail __user *tail; in arch_stack_walk_user()435 tail = (struct frame_tail __user *)regs->regs[29]; in arch_stack_walk_user()
1767 tx->frame_tail = tx->frame_first; in lan743x_tx_frame_start()1769 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_start()1770 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_start()1819 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1823 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_lso()1824 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1825 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_lso()1863 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()1867 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_fragment()1868 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()[all …]
982 u32 frame_tail; member