Home
last modified time | relevance | path

Searched defs:src2 (Results 1 – 19 of 19) sorted by relevance

/linux-3.3/include/linux/
Dbitmap.h191 const unsigned long *src2, int nbits) in bitmap_and()
199 const unsigned long *src2, int nbits) in bitmap_or()
208 const unsigned long *src2, int nbits) in bitmap_xor()
217 const unsigned long *src2, int nbits) in bitmap_andnot()
234 const unsigned long *src2, int nbits) in bitmap_equal()
243 const unsigned long *src2, int nbits) in bitmap_intersects()
252 const unsigned long *src2, int nbits) in bitmap_subset()
Dnodemask.h135 #define nodes_and(dst, src1, src2) \ argument
143 #define nodes_or(dst, src1, src2) \ argument
151 #define nodes_xor(dst, src1, src2) \ argument
159 #define nodes_andnot(dst, src1, src2) \ argument
175 #define nodes_equal(src1, src2) \ argument
183 #define nodes_intersects(src1, src2) \ argument
191 #define nodes_subset(src1, src2) \ argument
Dcpumask.h872 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS) argument
879 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS) argument
886 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS) argument
893 #define cpus_andnot(dst, src1, src2) \ argument
901 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS) argument
908 #define cpus_intersects(src1, src2) __cpus_intersects(&(src1), &(src2), NR_CPUS) argument
915 #define cpus_subset(src1, src2) __cpus_subset(&(src1), &(src2), NR_CPUS) argument
/linux-3.3/arch/m68k/math-emu/
Dmulti_arith.h116 struct fp_ext *src2) in fp_submant()
127 #define fp_mul64(desth, destl, src1, src2) ({ \ argument
134 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument
167 struct fp_ext *src2) in fp_multiplymant()
Dfp_log.c31 struct fp_ext tmp, src2; in fp_fsqrt() local
/linux-3.3/arch/ia64/lib/
Dcopy_page.S28 #define src2 r21 macro
Dmemcpy.S29 # define src2 r17 macro
Dcopy_user.S66 #define src2 r26 macro
/linux-3.3/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-3.3/arch/x86/include/asm/
Dmpspec.h122 #define physids_and(dst, src1, src2) \ argument
125 #define physids_or(dst, src1, src2) \ argument
Dkvm_emulate.h265 struct operand src2; member
/linux-3.3/arch/sparc/kernel/
Dvisemul.c598 s16 src2 = (rs2 >> (byte * 16)) & 0xffff; in pmul() local
615 s16 src2; in pmul() local
648 s16 src2; in pmul() local
678 s16 src2; in pmul() local
/linux-3.3/net/ceph/
Dcrypto.c145 const void *src2, size_t src2_len) in ceph_aes_encrypt2()
406 const void *src2, size_t src2_len) in ceph_encrypt2()
/linux-3.3/drivers/video/
Dsvgalib.c242 u16 __iomem *src2 = src; in svga_tilecopy() local
/linux-3.3/arch/powerpc/kvm/
Dbook3s_paired_singles.c508 u32 *src2, u32 *src3)) in kvmppc_ps_three_in()
557 u32 *src2)) in kvmppc_ps_two_in()
/linux-3.3/arch/parisc/math-emu/
Dsgl_float.h41 #define Sgl_and_signs( src1dst, src2) \ argument
43 #define Sgl_or_signs( src1dst, src2) \ argument
Ddbl_float.h42 #define Dbl_and_signs( src1dst, src2) \ argument
44 #define Dbl_or_signs( src1dst, src2) \ argument
731 #define Dbl_copyto_dblext(src1,src2,dest1,dest2,dest3,dest4) \ argument
/linux-3.3/arch/m32r/kernel/
Dalign.c525 int size, src2; in emu_st() local
/linux-3.3/arch/cris/include/arch-v32/arch/hwregs/iop/
Diop_spu_defs.h125 unsigned int src2 : 3; member