Home
last modified time | relevance | path

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

12

/linux/drivers/crypto/caam/
H A Ddesc_constr.h416 #define append_math_add(desc, dest, src0, src1, len) \ argument
418 #define append_math_sub(desc, dest, src0, src1, len) \ argument
420 #define append_math_add_c(desc, dest, src0, src1, len) \ argument
422 #define append_math_sub_b(desc, dest, src0, src1, len) \ argument
424 #define append_math_and(desc, dest, src0, src1, len) \ argument
426 #define append_math_or(desc, dest, src0, src1, len) \ argument
428 #define append_math_xor(desc, dest, src0, src1, len) \ argument
430 #define append_math_lshift(desc, dest, src0, src1, len) \ argument
432 #define append_math_rshift(desc, dest, src0, src1, len) \ argument
434 #define append_math_ldshift(desc, dest, src0, src1, len) \ argument
[all …]
/linux/kernel/bpf/
H A Dcpumask.c154 __bpf_kfunc u32 bpf_cpumask_first_and(const struct cpumask *src1, in bpf_cpumask_first_and()
269 const struct cpumask *src1, in bpf_cpumask_and()
284 const struct cpumask *src1, in bpf_cpumask_or()
299 const struct cpumask *src1, in bpf_cpumask_xor()
316 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal()
332 __bpf_kfunc bool bpf_cpumask_intersects(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_intersects()
348 __bpf_kfunc bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_subset()
423 __bpf_kfunc u32 bpf_cpumask_any_and_distribute(const struct cpumask *src1, in bpf_cpumask_any_and_distribute()
/linux/include/linux/
H A Dbitmap.h332 bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
341 void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
351 unsigned int bitmap_weighted_or(unsigned long *dst, const unsigned long *src1, in bitmap_weighted_or()
363 unsigned int bitmap_weighted_xor(unsigned long *dst, const unsigned long *src1, in bitmap_weighted_xor()
375 void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
385 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
410 bool bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) in bitmap_equal()
430 bool bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, in bitmap_or_equal()
440 bool bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) in bitmap_intersects()
449 bool bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) in bitmap_subset()
[all …]
H A Dlinkmode.h41 const unsigned long *src1, in linkmode_andnot()
61 static inline int linkmode_equal(const unsigned long *src1, in linkmode_equal()
67 static inline int linkmode_intersects(const unsigned long *src1, in linkmode_intersects()
73 static inline int linkmode_subset(const unsigned long *src1, in linkmode_subset()
H A Dnodemask.h166 #define nodes_and(dst, src1, src2) \ argument
174 #define nodes_or(dst, src1, src2) \ argument
182 #define nodes_xor(dst, src1, src2) \ argument
190 #define nodes_andnot(dst, src1, src2) \ argument
213 #define nodes_equal(src1, src2) \ argument
221 #define nodes_intersects(src1, src2) \ argument
229 #define nodes_subset(src1, src2) \ argument
/linux/tools/include/linux/
H A Dbitmap.h79 bitmap_or(unsigned long * dst,const unsigned long * src1,const unsigned long * src2,unsigned int nbits) bitmap_or() argument
89 bitmap_andnot(unsigned long * dst,const unsigned long * src1,const unsigned long * src2,unsigned int nbits) bitmap_andnot() argument
137 bitmap_and(unsigned long * dst,const unsigned long * src1,const unsigned long * src2,unsigned int nbits) bitmap_and() argument
152 bitmap_equal(const unsigned long * src1,const unsigned long * src2,unsigned int nbits) bitmap_equal() argument
163 bitmap_intersects(const unsigned long * src1,const unsigned long * src2,unsigned int nbits) bitmap_intersects() argument
174 bitmap_subset(const unsigned long * src1,const unsigned long * src2,unsigned int nbits) bitmap_subset() argument
[all...]
/linux/arch/m68k/math-emu/
H A Dmulti_arith.h116 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant()
128 #define fp_mul64(desth, destl, src1, src2) ({ \ argument
135 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument
167 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant()
/linux/tools/testing/selftests/bpf/libarena/selftests/
H A Dtest_bitmap.bpf.c197 struct arena_bitmap __arena *src1 = NULL, *src2 = NULL, *dst = NULL; in test_bitmap_and() local
243 struct arena_bitmap __arena *src1 = NULL, *src2 = NULL, *dst = NULL; in test_bitmap_or() local
/linux/lib/crypto/
H A Dutils.c18 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor()
/linux/arch/arm64/lib/
H A Dmemcmp.S20 #define src1 x0 macro
H A Dstrcmp.S23 #define src1 x0 macro
H A Dstrncmp.S24 #define src1 x0 macro
/linux/arch/sparc/kernel/
H A 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/fs/btrfs/
H A Daccessors.c24 static __always_inline void memcpy_split_src(char *dest, const char *src1, in memcpy_split_src()
/linux/tools/testing/selftests/bpf/libarena/src/
H A Dbitmap.bpf.c151 void bmp_and(size_t bits, struct arena_bitmap __arena *dst, struct arena_bitmap __arena *src1, stru… in bmp_and()
164 void bmp_or(size_t bits, struct arena_bitmap __arena *dst, struct arena_bitmap __arena *src1, struc… in bmp_or()
/linux/include/crypto/
H A Dutils.h35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy()
/linux/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c494 u32 *dst, u32 *src1, in kvmppc_ps_three_in()
542 u32 *dst, u32 *src1, in kvmppc_ps_two_in()
593 u32 *dst, u32 *src1)) in kvmppc_ps_one_in()
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c569 static int emit_branch_r64(const s8 *src1, const s8 *src2, s32 rvoff, in emit_branch_r64()
727 static int emit_branch_r32(const s8 *src1, const s8 *src2, s32 rvoff, in emit_branch_r32()
/linux/drivers/comedi/drivers/
H A Dni_routes.c291 const int *src1 = vsrc1; in _ni_sort_srccmp() local
/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c699 static int emit_branch_r64(const s8 *src1, const s8 *src2, s32 paoff, in emit_branch_r64()
866 static int emit_branch_r32(const s8 *src1, const s8 *src2, s32 paoff, in emit_branch_r32()
/linux/arch/arm/boot/dts/renesas/
H A Dr8a7794.dtsi1104 src1: src-1 { label
H A Dr8a7793.dtsi1122 src1: src-1 { label
H A Dr8a7745.dtsi1263 src1: src-1 { label
/linux/arch/arc/include/asm/
H A Ddisasm.h85 int src1, src2, src3, dest, wb_reg; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgt215.c368 const u32 src1 = 0x004160 + (idx * 4); in prog_pll() local

12