Searched refs:frame_start (Results 1 – 2 of 2) sorted by relevance
29 struct frame_start { struct99 struct frame_start frame_start; in xtensa_backtrace_user() local108 if (!access_ok(VERIFY_READ, psp, sizeof(frame_start))) in xtensa_backtrace_user()111 if (__copy_from_user_inatomic(&frame_start, psp, in xtensa_backtrace_user()112 sizeof(frame_start))) in xtensa_backtrace_user()116 a0 = frame_start.a0; in xtensa_backtrace_user()117 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()