/arch/alpha/lib/ |
D | srm_puts.c | 12 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()
|
D | ev6-memset.S | 103 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/ |
D | srmcons.c | 95 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/ |
D | crc32-vx.c | 53 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/ |
D | crc32c-pcl-intel-asm_64.S | 283 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
|
D | chacha-avx512vl-x86_64.S | 172 # 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
|
D | chacha-avx2-x86_64.S | 199 # 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
|
D | chacha-ssse3-x86_64.S | 172 # xor remaining bytes from partial register into output 768 # xor remaining bytes from partial register into output
|
/arch/arc/lib/ |
D | memcpy-archs-unaligned.S | 39 and.f lp_count, r2, ZOLAND ;Last remaining 31 bytes
|
D | memcpy-archs.S | 75 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/ |
D | cow_user.c | 148 int remaining; in absolutize() local 170 remaining = size - strlen(to); in absolutize() 171 if (strlen(slash) + 1 > remaining) { in absolutize()
|
/arch/mips/boot/ |
D | elf2ecoff.c | 71 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/ |
D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/arch/x86/kvm/ |
D | i8254.c | 85 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()
|
D | lapic.c | 1226 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/ |
D | M7memset.S | 304 ! Set the remaining long words 340 ! Set the remaining bytes, if any
|
D | M7memcpy.S | 257 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
|
D | checksum_32.S | 45 andcc %o1, 4, %g0 ! nope, check for word remaining 51 andcc %o1, 4, %g0 ! check again for word remaining
|
/arch/arm64/boot/dts/ti/ |
D | k3-am65.dtsi | 95 <0x00 0x45100000 0x00 0x45100000 0x00 0x00c24000>, /* MMRs, remaining NAVSS */
|
D | k3-j721e.dtsi | 166 <0x00 0x45100000 0x00 0x45100000 0x00 0x00c24000>, /* MMRs, remaining NAVSS */
|
/arch/powerpc/boot/ |
D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/arch/xtensa/lib/ |
D | strnlen_user.S | 83 EX(10f) l32i a9, a4, 4 # load 4 bytes for remaining checks
|
/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 475 int remaining = blocks; in gcm_encrypt() local 484 } while (--remaining > 0); in gcm_encrypt()
|
/arch/unicore32/kernel/ |
D | entry.S | 172 @ 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/ |
D | tlbex.S | 52 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
|