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()
1802 tx->frame_tail = tx->frame_first; in lan743x_tx_frame_start()1804 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_start()1805 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_start()1855 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1859 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_lso()1860 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_lso()1861 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_lso()1899 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()1903 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_fragment()1904 tx_descriptor = &tx->ring_cpu_ptr[tx->frame_tail]; in lan743x_tx_frame_add_fragment()[all …]
984 u32 frame_tail; member