Searched refs:stash (Results 1 – 11 of 11) sorted by relevance
68 - bd-stash : If present, indicates that the hardware supports stashing70 - rx-stash-len : Denotes the number of bytes of a received buffer to stash72 - rx-stash-idx : Denotes the index of the first byte from the received73 buffer to stash in the L2.
49 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()1235 void *stash; in copy_gadget_strings() local1245 stash = uc->stash; in copy_gadget_strings()1246 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()1250 gs_array[n_gs] = stash; in copy_gadget_strings()1252 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()1254 gs->strings = stash; in copy_gadget_strings()1258 s = stash; in copy_gadget_strings()1259 stash += sizeof(struct usb_string); in copy_gadget_strings()1266 s = stash; in copy_gadget_strings()[all …]
110 save %g0, %g0, %g0 ! save into the window to stash away116 STORE_WINDOW(sp) ! stash the window
124 mov %o0, %l0 ! stash away romvec126 mov %o1, %l1 ! stash away debug_vec too
74 movl %eax, %ecx # stash away result
330 static void stash_init(struct pagestash *stash) in stash_init() argument332 pagevec_init(&stash->pvec); in stash_init()333 spin_lock_init(&stash->lock); in stash_init()336 static struct page *stash_pop_page(struct pagestash *stash) in stash_pop_page() argument340 spin_lock(&stash->lock); in stash_pop_page()341 if (likely(stash->pvec.nr)) in stash_pop_page()342 page = stash->pvec.pages[--stash->pvec.nr]; in stash_pop_page()343 spin_unlock(&stash->lock); in stash_pop_page()348 static void stash_push_pagevec(struct pagestash *stash, struct pagevec *pvec) in stash_push_pagevec() argument352 spin_lock_nested(&stash->lock, SINGLE_DEPTH_NESTING); in stash_push_pagevec()[all …]
254 u8 stash; member
153 int stash);
573 int stash) in qbman_pull_desc_set_storage() argument583 if (stash) in qbman_pull_desc_set_storage()
770 u8 *stash[0]; member
234 ; can clobber scratch regs, hence use of stack to stash it