Searched refs:frame_start (Results 1 – 2 of 2) sorted by relevance
24 struct frame_start { struct87 struct frame_start frame_start; in xtensa_backtrace_user() local95 if (!access_ok(VERIFY_READ, psp, sizeof(frame_start))) in xtensa_backtrace_user()98 if (__copy_from_user_inatomic(&frame_start, psp, in xtensa_backtrace_user()99 sizeof(frame_start))) in xtensa_backtrace_user()102 a0 = frame_start.a0; in xtensa_backtrace_user()103 a1 = frame_start.a1; in xtensa_backtrace_user()
275 u8 *frame_start; in wl1271_tx_fill_hdr() local279 frame_start = (u8 *)(desc + 1); in wl1271_tx_fill_hdr()280 hdr = (struct ieee80211_hdr *)(frame_start + extra); in wl1271_tx_fill_hdr()286 memmove(frame_start, hdr, hdrlen); in wl1271_tx_fill_hdr()