Home
last modified time | relevance | path

Searched defs:src1 (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.6.39/include/linux/
Dbitmap.h185 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
193 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
202 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
211 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
228 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal()
237 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
246 static inline int bitmap_subset(const unsigned long *src1, in bitmap_subset()
Dnodemask.h133 #define nodes_and(dst, src1, src2) \ argument
141 #define nodes_or(dst, src1, src2) \ argument
149 #define nodes_xor(dst, src1, src2) \ argument
157 #define nodes_andnot(dst, src1, src2) \ argument
173 #define nodes_equal(src1, src2) \ argument
181 #define nodes_intersects(src1, src2) \ argument
189 #define nodes_subset(src1, src2) \ argument
Dcpumask.h843 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS) argument
850 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS) argument
857 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS) argument
864 #define cpus_andnot(dst, src1, src2) \ argument
872 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS) argument
879 #define cpus_intersects(src1, src2) __cpus_intersects(&(src1), &(src2), NR_CPUS) argument
886 #define cpus_subset(src1, src2) __cpus_subset(&(src1), &(src2), NR_CPUS) argument
/linux-2.6.39/arch/m68k/math-emu/
Dmulti_arith.h355 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant()
367 #define fp_mul64(desth, destl, src1, src2) ({ \ argument
374 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument
406 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant()
/linux-2.6.39/arch/ia64/lib/
Dcopy_page.S27 #define src1 r20 macro
Dcopy_page_mck.S68 #define src1 r3 macro
Dcopy_user.S64 #define src1 r24 macro
Dmemcpy_mck.S32 #define src1 r3 macro
/linux-2.6.39/arch/x86/include/asm/
Dmpspec.h122 #define physids_and(dst, src1, src2) \ argument
125 #define physids_or(dst, src1, src2) \ argument
/linux-2.6.39/arch/m32r/include/asm/
Dsmp.h26 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MA… argument
27 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX… argument
/linux-2.6.39/arch/sparc/kernel/
Dvisemul.c597 u16 src1 = (rs1 >> (byte * 8)) & 0x00ff; in pmul() local
623 u16 src1 = (rs1 >> (byte * 8)) & 0x00ff; in pmul() local
647 u16 src1; in pmul() local
677 u16 src1; in pmul() local
/linux-2.6.39/net/ceph/
Dcrypto.c145 const void *src1, size_t src1_len, in ceph_aes_encrypt2()
406 const void *src1, size_t src1_len, in ceph_encrypt2()
/linux-2.6.39/drivers/video/
Dvt8623fb.c155 const u8 *src1, *src; in vt8623fb_iplan_imageblit() local
211 const u8 *src1, *src; in vt8623fb_cfb4_imageblit() local
Ds3fb.c235 const u8 *src1, *src; in s3fb_iplan_imageblit() local
292 const u8 *src1, *src; in s3fb_cfb4_imageblit() local
Darkfb.c192 const u8 *src1, *src; in arkfb_iplan_imageblit() local
250 const u8 *src1, *src; in arkfb_cfb4_imageblit() local
/linux-2.6.39/arch/powerpc/kvm/
Dbook3s_paired_singles.c507 u32 *dst, u32 *src1, in kvmppc_ps_three_in()
556 u32 *dst, u32 *src1, in kvmppc_ps_two_in()
608 u32 *dst, u32 *src1)) in kvmppc_ps_one_in()
/linux-2.6.39/drivers/staging/msm/
Dmdp_ppp_v31.c747 uint8 **src1, in mdp_adjust_start_addr()
Dmdp_ppp_v20.c2418 uint8 **src1, in mdp_adjust_start_addr()
Dmdp_ppp.c573 uint8 *src0, *src1; in mdp_start_ppp() local
/linux-2.6.39/arch/mips/alchemy/common/
Ddbdma.c375 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local
/linux-2.6.39/drivers/video/msm/
Dmdp_ppp.c32 uint32_t src1; member
/linux-2.6.39/drivers/staging/brcm80211/include/
Dbcmutils.h562 xor_128bit_block(const u8 *src1, const u8 *src2, u8 *dst) { in xor_128bit_block()
/linux-2.6.39/arch/parisc/math-emu/
Dsgl_float.h337 #define Sgl_copyto_sglext(src1,dest1,dest2) \ argument
/linux-2.6.39/sound/pci/au88x0/
Dau88x0_core.c1883 unsigned char src1, unsigned char adbdma) in vortex_connection_src_src_adbdma()
/linux-2.6.39/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_spu_defs.h123 unsigned int src1 : 3; member

12