/linux-3.3/include/linux/ |
D | bitmap.h | 191 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()
|
D | nodemask.h | 135 #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
|
D | cpumask.h | 872 #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/ |
D | multi_arith.h | 116 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()
|
D | fp_log.c | 31 struct fp_ext tmp, src2; in fp_fsqrt() local
|
/linux-3.3/arch/ia64/lib/ |
D | copy_page.S | 28 #define src2 r21 macro
|
D | memcpy.S | 29 # define src2 r17 macro
|
D | copy_user.S | 66 #define src2 r26 macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | smp.h | 26 #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/ |
D | mpspec.h | 122 #define physids_and(dst, src1, src2) \ argument 125 #define physids_or(dst, src1, src2) \ argument
|
D | kvm_emulate.h | 265 struct operand src2; member
|
/linux-3.3/arch/sparc/kernel/ |
D | visemul.c | 598 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/ |
D | crypto.c | 145 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/ |
D | svgalib.c | 242 u16 __iomem *src2 = src; in svga_tilecopy() local
|
/linux-3.3/arch/powerpc/kvm/ |
D | book3s_paired_singles.c | 508 u32 *src2, u32 *src3)) in kvmppc_ps_three_in() 557 u32 *src2)) in kvmppc_ps_two_in()
|
/linux-3.3/arch/parisc/math-emu/ |
D | sgl_float.h | 41 #define Sgl_and_signs( src1dst, src2) \ argument 43 #define Sgl_or_signs( src1dst, src2) \ argument
|
D | dbl_float.h | 42 #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/ |
D | align.c | 525 int size, src2; in emu_st() local
|
/linux-3.3/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_spu_defs.h | 125 unsigned int src2 : 3; member
|