Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 33) sorted by relevance

12

/arch/alpha/lib/
Dsrm_puts.c12 long remaining, written; in srm_puts() local
17 for (remaining = len; remaining > 0; remaining -= written) in srm_puts()
19 written = callback_puts(0, str, remaining); in srm_puts()
Dev6-memset.S103 sra $18,3,$3 # U : Number of remaining quads to write
281 sra $18,3,$3 # U : Number of remaining quads to write
469 sra $18,3,$3 # U : Number of remaining quads to write
/arch/alpha/kernel/
Dsrmcons.c95 long c, remaining = count; in srmcons_do_write() local
100 for (cur = (char *)buf; remaining > 0; ) { in srmcons_do_write()
106 for (c = 0; c < min_t(long, 128L, remaining) && !need_cr; c++) in srmcons_do_write()
113 remaining -= result.bits.c; in srmcons_do_write()
/arch/s390/crypto/
Dcrc32-vx.c53 unsigned long prealign, aligned, remaining; \
67 remaining = datalen & VX_ALIGN_MASK; \
73 if (remaining) \
74 crc = ___crc32_sw(crc, data + aligned, remaining); \
/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S283 jz do_return # Return if remaining length is zero
293 jz do_return # return if remaining data is zero
300 jz do_return # return if remaining data is zero
Dchacha-avx512vl-x86_64.S172 # xor remaining bytes from partial register into output
438 # xor remaining bytes from partial register into output
764 # xor remaining blocks, write to output
818 # xor remaining bytes from partial register into output
Dchacha-avx2-x86_64.S199 # xor remaining bytes from partial register into output
504 # xor remaining bytes from partial register into output
943 # xor remaining blocks, write to output
998 # xor remaining bytes from partial register into output
Dchacha-ssse3-x86_64.S172 # xor remaining bytes from partial register into output
768 # xor remaining bytes from partial register into output
/arch/arc/lib/
Dmemcpy-archs-unaligned.S39 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes
Dmemcpy-archs.S75 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes
123 ;; Write back the remaining 16bits
126 ;; Write back the remaining 8bits
/arch/um/drivers/
Dcow_user.c148 int remaining; in absolutize() local
170 remaining = size - strlen(to); in absolutize()
171 if (strlen(slash) + 1 > remaining) { in absolutize()
/arch/mips/boot/
Delf2ecoff.c71 int remaining, cur, count; in copy() local
79 remaining = size; in copy()
80 while (remaining) { in copy()
81 cur = remaining; in copy()
84 remaining -= cur; in copy()
/arch/powerpc/lib/
Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/arch/x86/kvm/
Di8254.c85 ktime_t remaining; in __kpit_elapsed() local
100 remaining = hrtimer_get_remaining(&ps->timer); in __kpit_elapsed()
101 elapsed = ps->period - ktime_to_ns(remaining); in __kpit_elapsed()
Dlapic.c1226 ktime_t remaining, now; in apic_get_tmcct() local
1238 remaining = ktime_sub(apic->lapic_timer.target_expiration, now); in apic_get_tmcct()
1239 if (ktime_to_ns(remaining) < 0) in apic_get_tmcct()
1240 remaining = 0; in apic_get_tmcct()
1242 ns = mod_64(ktime_to_ns(remaining), apic->lapic_timer.period); in apic_get_tmcct()
1612 ktime_t now, remaining; in update_target_expiration() local
1620 remaining = ktime_sub(apic->lapic_timer.target_expiration, now); in update_target_expiration()
1621 if (ktime_to_ns(remaining) < 0) in update_target_expiration()
1622 remaining = 0; in update_target_expiration()
1624 ns_remaining_old = ktime_to_ns(remaining); in update_target_expiration()
/arch/sparc/lib/
DM7memset.S304 ! Set the remaining long words
340 ! Set the remaining bytes, if any
DM7memcpy.S257 addcc %o2, 32, %o2 ! adjust remaining count
272 addcc %o2, 16, %o2 ! adjust remaining count
541 ! Dst is on 8 byte boundary; src is not; remaining count > SMALL_MAX
Dchecksum_32.S45 andcc %o1, 4, %g0 ! nope, check for word remaining
51 andcc %o1, 4, %g0 ! check again for word remaining
/arch/arm64/boot/dts/ti/
Dk3-am65.dtsi95 <0x00 0x45100000 0x00 0x45100000 0x00 0x00c24000>, /* MMRs, remaining NAVSS */
Dk3-j721e.dtsi166 <0x00 0x45100000 0x00 0x45100000 0x00 0x00c24000>, /* MMRs, remaining NAVSS */
/arch/powerpc/boot/
Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/arch/xtensa/lib/
Dstrnlen_user.S83 EX(10f) l32i a9, a4, 4 # load 4 bytes for remaining checks
/arch/arm64/crypto/
Dghash-ce-glue.c475 int remaining = blocks; in gcm_encrypt() local
484 } while (--remaining > 0); in gcm_encrypt()
/arch/unicore32/kernel/
Dentry.S172 @ We are now ready to fill in the remaining blanks on the stack:
201 @ We are now ready to fill in the remaining blanks on the stack:
/arch/arc/mm/
Dtlbex.S52 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3

12