Searched refs:rest (Results 1 – 16 of 16) sorted by relevance
| /arch/x86/lib/ |
| A D | csum-wrappers_64.c | 75 __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 D | memcpy.S | 159 #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 D | prng.c | 101 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 D | msm8996pro.dtsi | 321 * All the rest are available on all bins of the hardware (like on 337 /* The rest is inherited from msm8996 */
|
| A D | sdm845-cheza.dtsi | 293 * Putting this all together (out of order with the rest of the file) to keep
|
| A D | sm6115.dtsi | 1791 /* Speed bin 2 can reach 950 Mhz instead of 980 like the rest. */
|
| A D | msm8996.dtsi | 1304 * All the rest are available on all bins of the hardware.
|
| /arch/arc/include/asm/ |
| A D | entry-arcv2.h | 84 ; Now manually save rest of reg file
|
| /arch/arm/boot/dts/rockchip/ |
| A D | rk3288-veyron-mickey.dts | 190 * let the CPU do the rest itself.
|
| /arch/s390/boot/ |
| A D | head.S | 47 bras %r14,.Lloader # load rest of ipl image
|
| /arch/x86/boot/ |
| A D | header.S | 458 # 32764 bytes and then all of the rest of the bytes representing the very
|
| /arch/arm64/boot/dts/marvell/ |
| A D | armada-3720-turris-mox.dts | 151 * for IO and the rest 112 MB (64+32+16) for MEM, despite that maximal IO size is just 64 kB.
|
| /arch/arc/ |
| A D | Kconfig | 472 kernel. Enable this to potentially allow access to rest of 2G and PAE
|
| /arch/m68k/fpsp040/ |
| A D | bindec.S | 394 bgts no_inf |if false, skip rest
|
| /arch/sh/ |
| A D | Kconfig | 710 first part of the romImage which in turn loads the rest the kernel
|
| /arch/mips/ |
| A D | Kconfig | 207 select DMA_NONCOHERENT # Au1000,1500,1100 aren't, rest is
|
Completed in 45 milliseconds