Searched refs:ctop (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/arch/ia64/lib/ |
H A D | memcpy.S | 71 adds cnt=-1,cnt // br.ctop is repeat/until 103 br.ctop.dptk.few 1b 119 adds cnt=-1,in2 // br.ctop is repeat/until 147 br.ctop.dptk.few 1b 169 * On Itanium, the pipeline itself runs without stalls. However, br.ctop 239 adds t2=-1,t2 // br.ctop is repeat/until 284 br.ctop.dptk.few 1b; \
|
H A D | copy_user.S | 81 adds len2=-1,len // br.ctop is repeat/until 115 br.ctop.dptk.few 1b 197 br.ctop.dptk.few 2b 243 br.ctop.dptk 1b; \ 252 br.ctop.dptk 2b; \ 308 br.ctop.dptk.few 5b 364 adds tmp=-1,cnt // br.ctop is repeat/until 380 br.ctop.dptk 2b 442 br.ctop.dptk 1b 459 br.ctop.dptk 2b 578 br.ctop.dptk 2b
|
H A D | copy_page.S | 92 br.ctop.sptk.few 1b
|
H A D | copy_page_mck.S | 134 br.ctop.sptk .prefetch_loop 136 cmp.eq p16, p0 = r0, r0 // reset p16 to 1 (br.ctop cleared it to zero) 180 br.ctop.sptk .line_copy
|
H A D | memcpy_mck.S | 141 add cnt=-1,r29 // ctop iteration adjustment 163 br.ctop.dptk.few 1b 213 br.ctop.sptk .prefetch_loop 259 br.ctop.sptk .line_copy 319 add cnt=-1,r22 // ctop iteration adjustment 510 br.ctop.dptk.few 1b;; \
|
H A D | clear_user.S | 63 adds tmp=-1,len // br.ctop is repeat/until
|
H A D | do_csum.S | 235 br.ctop.sptk 1b
|
/linux-4.4.14/drivers/media/platform/omap/ |
H A D | omap_vout_vrfb.c | 301 int offset = 0, ctop = 0, cleft = 0, line_length = 0; omap_vout_calculate_vrfb_offset() local 329 ctop = (pix->height - crop->height) - crop->top; omap_vout_calculate_vrfb_offset() 355 *cropped_offset = offset + (line_length * ps * ctop) + omap_vout_calculate_vrfb_offset() 359 *cropped_offset = offset + (line_length * ps * ctop) + omap_vout_calculate_vrfb_offset() 370 temp_ps * crop->left + ctop * ps; omap_vout_calculate_vrfb_offset() 373 temp_ps * crop->left + ctop * ps + omap_vout_calculate_vrfb_offset()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | relocate_kernel.S | 162 br.ctop.sptk.few 1b
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 520 int stat, btopend, ctop; ctrl_croph_max_get() local 527 ctop = cptr->hdw->cropt_val; ctrl_croph_max_get() 529 *height = ctop < btopend ? btopend-ctop : 0; ctrl_croph_max_get()
|
Completed in 227 milliseconds