Searched refs:rep (Results 1 - 25 of 181) sorted by path

12345678

/linux-master/arch/xtensa/include/asm/
H A Dcacheasm.h47 .rep _reps
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c1891 int acnt = 0x10, rep, i; local
2048 rep = 0xc;
2050 rep = 4;
2051 for (i = 0; i < rep; i++) {
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c219 input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval;
220 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c407 struct cal_ctl_data_4k *rep; local
477 rep = &(pEepData->ctlData[i]);
481 rep->ctlEdges[
/linux-master/include/linux/platform_data/
H A Dkeyboard-spear.h150 * rep: enables key autorepeat
159 bool rep; member in struct:kbd_platform_data
H A Dkeyscan-davinci.h22 u8 rep:1; member in struct:davinci_ks_platform_data
/linux-master/lib/842/
H A D842_decompress.c282 u64 op, rep, tmp, bytes, total; local
305 ret = next_bits(&p, &rep, REPEAT_BITS);
312 /* copy rep + 1 */
313 rep++;
315 if (rep * 8 > p.olen)
318 while (rep-- > 0) {
/linux-master/arch/arm/mach-omap1/
H A Dboard-palmte.c77 .rep = true,
/linux-master/arch/arm/mach-sa1100/
H A Dassabet.c491 .rep = 0,
/linux-master/arch/arm64/kernel/
H A Dkuser32.S58 .rep 5
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1300.c404 .rep = 1,
/linux-master/arch/x86/boot/
H A Dbioscall.S35 rep; movsl
70 rep; movsl
H A Dcopy.S25 rep; movsl
28 rep; movsb
41 rep; stosl
44 rep; stosb
H A Dheader.S588 rep; stosl
/linux-master/arch/x86/boot/compressed/
H A Defi_mixed.S163 rep stosl
H A Dhead_32.S120 rep movsl
151 rep stosl
H A Dhead_64.S204 rep stosl
427 rep movsq
458 rep stosq
H A Dmem_encrypt.S71 rep; vmmcall # VMGEXIT
172 rep; vmmcall
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S253 .rep \REP
979 .rep \num_initial_blocks
990 .rep \num_initial_blocks
998 .rep \REP
1002 .rep \num_initial_blocks
1015 .rep \num_initial_blocks
1023 .rep \num_initial_blocks
1041 .rep \num_initial_blocks
1102 .rep \REP # do REP rounds
1472 .rep (\RE
[all...]
H A Dchacha-avx2-x86_64.S214 rep movsb
222 rep movsb
519 rep movsb
527 rep movsb
1009 rep movsb
1017 rep movsb
H A Dchacha-ssse3-x86_64.S187 rep movsb
195 rep movsb
779 rep movsb
787 rep movsb
H A Dsha1_ssse3_asm.S97 rep stosq
/linux-master/arch/x86/entry/
H A Dentry_32.S435 rep movsl
505 * whether we return to VM86 mode or not. With that it uses 'rep movsl'
540 rep movsl
595 rep movsl
/linux-master/arch/x86/kernel/
H A Dhead_32.S92 rep ; stosl
104 rep
111 rep
H A Drelocate_kernel_32.S266 rep ; movsl
271 rep ; movsl
276 rep ; movsl

Completed in 294 milliseconds

12345678