/linux-3.3/drivers/crypto/caam/ |
D | desc_constr.h | 219 #define append_math_add(desc, dest, src0, src1, len) \ argument 221 #define append_math_sub(desc, dest, src0, src1, len) \ argument 223 #define append_math_add_c(desc, dest, src0, src1, len) \ argument 225 #define append_math_sub_b(desc, dest, src0, src1, len) \ argument 227 #define append_math_and(desc, dest, src0, src1, len) \ argument 229 #define append_math_or(desc, dest, src0, src1, len) \ argument 231 #define append_math_xor(desc, dest, src0, src1, len) \ argument 233 #define append_math_lshift(desc, dest, src0, src1, len) \ argument 235 #define append_math_rshift(desc, dest, src0, src1, len) \ argument 245 #define append_math_add_imm_u32(desc, dest, src0, src1, data) \ argument [all …]
|
/linux-3.3/include/linux/ |
D | bitmap.h | 190 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 198 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 207 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 216 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 233 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal() 242 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects() 251 static inline int bitmap_subset(const unsigned long *src1, 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 | 115 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() 127 #define fp_mul64(desth, destl, src1, src2) ({ \ argument 134 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument 166 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant()
|
/linux-3.3/arch/ia64/lib/ |
D | copy_page.S | 27 #define src1 r20 macro
|
D | copy_page_mck.S | 68 #define src1 r3 macro
|
D | copy_user.S | 64 #define src1 r24 macro
|
D | memcpy_mck.S | 32 #define src1 r3 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
|
/linux-3.3/arch/sparc/kernel/ |
D | visemul.c | 597 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-3.3/arch/tile/lib/ |
D | memcpy_64.c | 59 const char *__restrict src1 = (const char *)srcv; in memcpy() local
|
/linux-3.3/net/ceph/ |
D | crypto.c | 144 const void *src1, size_t src1_len, in ceph_aes_encrypt2() 405 const void *src1, size_t src1_len, in ceph_encrypt2()
|
/linux-3.3/drivers/video/ |
D | vt8623fb.c | 155 const u8 *src1, *src; in vt8623fb_iplan_imageblit() local 211 const u8 *src1, *src; in vt8623fb_cfb4_imageblit() local
|
D | s3fb.c | 360 const u8 *src1, *src; in s3fb_iplan_imageblit() local 417 const u8 *src1, *src; in s3fb_cfb4_imageblit() local
|
D | arkfb.c | 192 const u8 *src1, *src; in arkfb_iplan_imageblit() local 250 const u8 *src1, *src; in arkfb_cfb4_imageblit() local
|
/linux-3.3/arch/powerpc/kvm/ |
D | book3s_paired_singles.c | 507 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-3.3/drivers/gpu/drm/nouveau/ |
D | nva3_pm.c | 182 const u32 src1 = 0x004160 + (clk * 4); in prog_pll() local
|
/linux-3.3/arch/mips/alchemy/common/ |
D | dbdma.c | 394 u32 cmd0, cmd1, src1, dest1; in au1xxx_dbdma_ring_alloc() local
|
/linux-3.3/drivers/video/msm/ |
D | mdp_ppp.c | 32 uint32_t src1; member
|
/linux-3.3/arch/parisc/math-emu/ |
D | sgl_float.h | 337 #define Sgl_copyto_sglext(src1,dest1,dest2) \ argument
|
D | dbl_float.h | 731 #define Dbl_copyto_dblext(src1,src2,dest1,dest2,dest3,dest4) \ argument
|
/linux-3.3/sound/pci/au88x0/ |
D | au88x0_core.c | 1881 unsigned char src1, unsigned char adbdma) in vortex_connection_src_src_adbdma()
|
/linux-3.3/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_spu_defs.h | 123 unsigned int src1 : 3; member
|