Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 16 of 16) sorted by relevance

/arch/x86/lib/
A Dcsum-wrappers_64.c75 __u64 rest, sum64; in csum_ipv6_magic() local
77 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + in csum_ipv6_magic()
87 : "[sum]" (rest), [saddr] "r" (saddr), [daddr] "r" (daddr)); in csum_ipv6_magic()
/arch/hexagon/lib/
A Dmemcpy.S159 #define rest R8 /* length - prolog bytes */ macro
321 rest = sub(len, star3); /* whats left after the loop */ define
324 if(p0) rest = add(rest, #16);
329 p0 = cmp.gt(rest, #16);
334 rest = add(rest, #-8); define
357 rest = kernel; define
367 p3 = cmp.eq(kernel, rest);
401 rest = add(kernel, #-1); define
/arch/s390/crypto/
A Dprng.c101 u32 rest; member
621 if (prng_data->rest) { in prng_sha512_read()
623 p = prng_data->buf + prng_chunk_size - prng_data->rest; in prng_sha512_read()
624 n = (nbytes < prng_data->rest) ? in prng_sha512_read()
625 nbytes : prng_data->rest; in prng_sha512_read()
626 prng_data->rest -= n; in prng_sha512_read()
637 prng_data->rest = prng_chunk_size - n; in prng_sha512_read()
640 prng_data->rest = 0; in prng_sha512_read()
/arch/arm64/boot/dts/qcom/
A Dmsm8996pro.dtsi321 * All the rest are available on all bins of the hardware (like on
337 /* The rest is inherited from msm8996 */
A Dsdm845-cheza.dtsi293 * Putting this all together (out of order with the rest of the file) to keep
A Dsm6115.dtsi1791 /* Speed bin 2 can reach 950 Mhz instead of 980 like the rest. */
A Dmsm8996.dtsi1304 * All the rest are available on all bins of the hardware.
/arch/arc/include/asm/
A Dentry-arcv2.h84 ; Now manually save rest of reg file
/arch/arm/boot/dts/rockchip/
A Drk3288-veyron-mickey.dts190 * let the CPU do the rest itself.
/arch/s390/boot/
A Dhead.S47 bras %r14,.Lloader # load rest of ipl image
/arch/x86/boot/
A Dheader.S458 # 32764 bytes and then all of the rest of the bytes representing the very
/arch/arm64/boot/dts/marvell/
A Darmada-3720-turris-mox.dts151 * for IO and the rest 112 MB (64+32+16) for MEM, despite that maximal IO size is just 64 kB.
/arch/arc/
A DKconfig472 kernel. Enable this to potentially allow access to rest of 2G and PAE
/arch/m68k/fpsp040/
A Dbindec.S394 bgts no_inf |if false, skip rest
/arch/sh/
A DKconfig710 first part of the romImage which in turn loads the rest the kernel
/arch/mips/
A DKconfig207 select DMA_NONCOHERENT # Au1000,1500,1100 aren't, rest is

Completed in 45 milliseconds