Searched refs:rest (Results 1 – 25 of 30) sorted by relevance
12
/arch/hexagon/lib/ |
D | memcpy.S | 173 #define rest R8 /* length - prolog bytes */ macro 335 rest = sub(len, star3); /* whats left after the loop */ define 338 if(p0) rest = add(rest, #16); 343 p0 = cmp.gt(rest, #16); 348 rest = add(rest, #-8); define 371 rest = kernel; define 381 p3 = cmp.eq(kernel, rest); 415 rest = add(kernel, #-1); define
|
/arch/x86/lib/ |
D | csum-wrappers_64.c | 140 __u64 rest, sum64; in csum_ipv6_magic() local 142 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + in csum_ipv6_magic() 152 : "[sum]" (rest), [saddr] "r" (saddr), [daddr] "r" (daddr)); in csum_ipv6_magic()
|
D | checksum_32.S | 399 # zero the complete destination - computing the rest 498 # zero the complete destination (computing the rest is too much work)
|
/arch/cris/arch-v10/lib/ |
D | csumcpfruser.S | 49 ;; Clear the rest of the destination area using memset. Preserve the
|
D | checksum.S | 95 ;; checksum the rest of the words
|
D | checksumcopy.S | 98 ;; copy and checksum the rest of the words
|
/arch/cris/arch-v32/lib/ |
D | csumcpfruser.S | 51 ;; Clear the rest of the destination area using memset. Preserve the
|
D | checksum.S | 69 ;; checksum the rest of the words
|
D | checksumcopy.S | 70 ;; copy and checksum the rest of the words
|
/arch/openrisc/ |
D | TODO.openrisc | 6 -- Implement the rest of the DMA API... dma_map_sg, etc.
|
/arch/x86/um/ |
D | Kconfig | 69 source "arch/um/Kconfig.rest"
|
/arch/blackfin/kernel/ |
D | bfin_dma.c | 560 size_t bulk, rest; in dma_memcpy_nocache() 563 rest = size - bulk; in dma_memcpy_nocache() 566 _dma_memcpy(pdst + bulk, psrc + bulk, rest); in dma_memcpy_nocache()
|
/arch/powerpc/platforms/cell/ |
D | Kconfig | 82 address spaces using 64K pages while the rest of the kernel
|
/arch/arm/vfp/ |
D | vfphw.S | 111 @ rest of it
|
/arch/xtensa/lib/ |
D | checksum.S | 388 # clear the complete destination - computing the rest
|
/arch/arc/include/asm/ |
D | entry.h | 162 ; Retrieve orig r25 and save it with rest of callee_regs
|
/arch/sh/lib64/ |
D | copy_user_memcpy.S | 28 ! bytes memory chunk to b copied, the rest of the word can be read
|
D | memcpy.S | 30 ! bytes memory chunk to b copied, the rest of the word can be read
|
/arch/s390/kernel/ |
D | head.S | 185 bas %r14,.Lloader # load rest of ipl image
|
/arch/sh/lib/ |
D | checksum.S | 389 ! zero the complete destination - computing the rest
|
/arch/cris/boot/rescue/ |
D | head_v10.S | 78 ;; The length is enough for downloading code that loads the rest
|
/arch/ia64/include/asm/ |
D | pal.h | 961 ia64_pal_cache_init (u64 level, u64 cache_type, u64 rest) in ia64_pal_cache_init() argument 964 PAL_CALL(iprv, PAL_CACHE_INIT, level, cache_type, rest); in ia64_pal_cache_init()
|
/arch/um/ |
D | Kconfig.net | 117 with the rest of the world using Virtual Distributed Ethernet,
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 210 ;; just get the PC value to restart it with, and skip the rest of
|
/arch/m68k/fpsp040/ |
D | bindec.S | 394 bgts no_inf |if false, skip rest
|
12