Home
last modified time | relevance | path

Searched refs:frame_tail (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/arm/kernel/
H A Dperf_callchain.c23 struct frame_tail { struct
24 struct frame_tail __user *fp; argument
33 static struct frame_tail __user * argument
34 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()
/linux-6.15/arch/arm64/kernel/
H A Dstacktrace.c473 struct frame_tail { struct
474 struct frame_tail __user *fp; argument
482 static struct frame_tail __user * argument
483 unwind_user_frame(struct frame_tail __user *tail, void *cookie, in unwind_user_frame()
486 struct frame_tail buftail; in unwind_user_frame()
573 struct frame_tail __user *tail; in arch_stack_walk_user()
575 tail = (struct frame_tail __user *)regs->regs[29]; in arch_stack_walk_user()
/linux-6.15/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1767 tx->frame_tail = tx->frame_first; in lan743x_tx_frame_start()
1770 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_start()
1824 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_lso()
1826 buffer_info = &tx->buffer_info[tx->frame_tail]; in lan743x_tx_frame_add_lso()
1868 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_add_fragment()
1879 while (desc_index != tx->frame_tail) { in lan743x_tx_frame_add_fragment()
1887 tx->frame_tail = 0; in lan743x_tx_frame_add_fragment()
1929 tx->frame_last = tx->frame_tail; in lan743x_tx_frame_end()
1942 tx->frame_tail = lan743x_tx_next_index(tx, tx->frame_tail); in lan743x_tx_frame_end()
1943 tx->last_tail = tx->frame_tail; in lan743x_tx_frame_end()
[all …]
H A Dlan743x_main.h982 u32 frame_tail; member