Home
last modified time | relevance | path

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

12

/arch/hexagon/lib/
Dmemcpy.S173 #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/
Dcsum-wrappers_64.c140 __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()
Dchecksum_32.S399 # zero the complete destination - computing the rest
498 # zero the complete destination (computing the rest is too much work)
/arch/cris/arch-v10/lib/
Dcsumcpfruser.S49 ;; Clear the rest of the destination area using memset. Preserve the
Dchecksum.S95 ;; checksum the rest of the words
Dchecksumcopy.S98 ;; copy and checksum the rest of the words
/arch/cris/arch-v32/lib/
Dcsumcpfruser.S51 ;; Clear the rest of the destination area using memset. Preserve the
Dchecksum.S69 ;; checksum the rest of the words
Dchecksumcopy.S70 ;; copy and checksum the rest of the words
/arch/openrisc/
DTODO.openrisc6 -- Implement the rest of the DMA API... dma_map_sg, etc.
/arch/x86/um/
DKconfig69 source "arch/um/Kconfig.rest"
/arch/blackfin/kernel/
Dbfin_dma.c560 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/
DKconfig82 address spaces using 64K pages while the rest of the kernel
/arch/arm/vfp/
Dvfphw.S111 @ rest of it
/arch/xtensa/lib/
Dchecksum.S388 # clear the complete destination - computing the rest
/arch/arc/include/asm/
Dentry.h162 ; Retrieve orig r25 and save it with rest of callee_regs
/arch/sh/lib64/
Dcopy_user_memcpy.S28 ! bytes memory chunk to b copied, the rest of the word can be read
Dmemcpy.S30 ! bytes memory chunk to b copied, the rest of the word can be read
/arch/s390/kernel/
Dhead.S185 bas %r14,.Lloader # load rest of ipl image
/arch/sh/lib/
Dchecksum.S389 ! zero the complete destination - computing the rest
/arch/cris/boot/rescue/
Dhead_v10.S78 ;; The length is enough for downloading code that loads the rest
/arch/ia64/include/asm/
Dpal.h961 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/
DKconfig.net117 with the rest of the world using Virtual Distributed Ethernet,
/arch/cris/arch-v10/kernel/
Dentry.S210 ;; just get the PC value to restart it with, and skip the rest of
/arch/m68k/fpsp040/
Dbindec.S394 bgts no_inf |if false, skip rest

12