Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/crypto/caam/
Ddesc_constr.h360 #define append_math_add(desc, dest, src0, src1, len) \ argument
362 #define append_math_sub(desc, dest, src0, src1, len) \ argument
364 #define append_math_add_c(desc, dest, src0, src1, len) \ argument
366 #define append_math_sub_b(desc, dest, src0, src1, len) \ argument
368 #define append_math_and(desc, dest, src0, src1, len) \ argument
370 #define append_math_or(desc, dest, src0, src1, len) \ argument
372 #define append_math_xor(desc, dest, src0, src1, len) \ argument
374 #define append_math_lshift(desc, dest, src0, src1, len) \ argument
376 #define append_math_rshift(desc, dest, src0, src1, len) \ argument
378 #define append_math_ldshift(desc, dest, src0, src1, len) \ argument
[all …]
/Linux-v4.19/include/linux/
Dbitmap.h270 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
278 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
287 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
296 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
320 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal()
331 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
340 static inline int bitmap_subset(const unsigned long *src1, in bitmap_subset()
Dnodemask.h161 #define nodes_and(dst, src1, src2) \ argument
169 #define nodes_or(dst, src1, src2) \ argument
177 #define nodes_xor(dst, src1, src2) \ argument
185 #define nodes_andnot(dst, src1, src2) \ argument
201 #define nodes_equal(src1, src2) \ argument
209 #define nodes_intersects(src1, src2) \ argument
217 #define nodes_subset(src1, src2) \ argument
/Linux-v4.19/arch/m68k/math-emu/
Dmulti_arith.h115 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-v4.19/arch/mips/net/
Dbpf_jit.c149 static inline void emit_addu(unsigned int dst, unsigned int src1, in emit_addu()
181 static inline void emit_or(unsigned int dst, unsigned int src1, in emit_or()
219 static inline void emit_and(unsigned int dst, unsigned int src1, in emit_and()
237 static inline void emit_xor(unsigned int dst, unsigned int src1, in emit_xor()
259 static inline void emit_subu(unsigned int dst, unsigned int src1, in emit_subu()
304 static inline void emit_slt(unsigned int dst, unsigned int src1, in emit_slt()
310 static inline void emit_sltu(unsigned int dst, unsigned int src1, in emit_sltu()
374 static inline void emit_mul(unsigned int dst, unsigned int src1, in emit_mul()
/Linux-v4.19/tools/include/linux/
Dbitmap.h73 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
142 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
/Linux-v4.19/arch/ia64/lib/
Dcopy_page.S29 #define src1 r20 macro
Dcopy_page_mck.S70 #define src1 r3 macro
Dcopy_user.S66 #define src1 r24 macro
Dmemcpy_mck.S34 #define src1 r3 macro
/Linux-v4.19/arch/x86/include/asm/
Dmpspec.h105 #define physids_and(dst, src1, src2) \ argument
108 #define physids_or(dst, src1, src2) \ argument
/Linux-v4.19/arch/sparc/kernel/
Dvisemul.c603 u16 src1 = (rs1 >> (byte * 8)) & 0x00ff; in pmul() local
629 u16 src1 = (rs1 >> (byte * 8)) & 0x00ff; in pmul() local
653 u16 src1; in pmul() local
683 u16 src1; in pmul() local
/Linux-v4.19/arch/arm64/lib/
Dstrcmp.S45 src1 .req x0 label
Dmemcmp.S41 src1 .req x0 label
Dstrncmp.S45 src1 .req x0 label
/Linux-v4.19/drivers/video/fbdev/
Dvt8623fb.c145 const u8 *src1, *src; in vt8623fb_iplan_imageblit() local
201 const u8 *src1, *src; in vt8623fb_cfb4_imageblit() local
Darkfb.c178 const u8 *src1, *src; in arkfb_iplan_imageblit() local
236 const u8 *src1, *src; in arkfb_cfb4_imageblit() local
Ds3fb.c351 const u8 *src1, *src; in s3fb_iplan_imageblit() local
408 const u8 *src1, *src; in s3fb_cfb4_imageblit() local
/Linux-v4.19/arch/powerpc/mm/
Dslice.c443 const struct slice_mask *src1, in slice_or_mask()
453 const struct slice_mask *src1, in slice_andnot_mask()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_paired_singles.c505 u32 *dst, u32 *src1, in kvmppc_ps_three_in()
553 u32 *dst, u32 *src1, in kvmppc_ps_two_in()
604 u32 *dst, u32 *src1)) in kvmppc_ps_one_in()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h132 static inline void rtw_merge_string(char *dst, int dst_len, char *src1, char *src2) in rtw_merge_string()
/Linux-v4.19/arch/arm/boot/dts/
Dr8a7793.dtsi1054 src1: src-1 { label
Dr8a7794.dtsi1035 src1: src-1 { label
Dr8a7745.dtsi1196 src1: src-1 { label
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgt215.c368 const u32 src1 = 0x004160 + (idx * 4); in prog_pll() local

12