Home
last modified time | relevance | path

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

12

/linux-6.6.21/kernel/bpf/
Dcpumask.c136 const struct cpumask *src2) in bpf_cpumask_first_and()
251 const struct cpumask *src2) in bpf_cpumask_and()
266 const struct cpumask *src2) in bpf_cpumask_or()
281 const struct cpumask *src2) in bpf_cpumask_xor()
297 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal()
313 __bpf_kfunc bool bpf_cpumask_intersects(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_intersects()
329 __bpf_kfunc bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_subset()
405 const struct cpumask *src2) in bpf_cpumask_any_and_distribute()
/linux-6.6.21/include/linux/
Dbitmap.h319 const unsigned long *src2, unsigned int nbits) in bitmap_and()
327 const unsigned long *src2, unsigned int nbits) in bitmap_or()
336 const unsigned long *src2, unsigned int nbits) in bitmap_xor()
345 const unsigned long *src2, unsigned int nbits) in bitmap_andnot()
369 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
389 const unsigned long *src2, in bitmap_or_equal()
400 const unsigned long *src2, in bitmap_intersects()
410 const unsigned long *src2, unsigned int nbits) in bitmap_subset()
444 const unsigned long *src2, unsigned int nbits) in bitmap_weight_and()
Dlinkmode.h36 const unsigned long *src2) in linkmode_andnot()
75 const unsigned long *src2) in linkmode_equal()
81 const unsigned long *src2) in linkmode_intersects()
87 const unsigned long *src2) in linkmode_subset()
Dnodemask.h162 #define nodes_and(dst, src1, src2) \ argument
170 #define nodes_or(dst, src1, src2) \ argument
178 #define nodes_xor(dst, src1, src2) \ argument
186 #define nodes_andnot(dst, src1, src2) \ argument
202 #define nodes_equal(src1, src2) \ argument
210 #define nodes_intersects(src1, src2) \ argument
218 #define nodes_subset(src1, src2) \ argument
/linux-6.6.21/tools/include/linux/
Dbitmap.h72 const unsigned long *src2, unsigned int nbits) in bitmap_or()
116 const unsigned long *src2, unsigned int nbits) in bitmap_and()
132 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
143 const unsigned long *src2, in bitmap_intersects()
/linux-6.6.21/arch/m68k/math-emu/
Dmulti_arith.h115 struct fp_ext *src2) in fp_submant()
126 #define fp_mul64(desth, destl, src1, src2) ({ \ argument
133 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument
166 struct fp_ext *src2) in fp_multiplymant()
Dfp_log.c31 struct fp_ext tmp, src2; in fp_fsqrt() local
/linux-6.6.21/lib/crypto/
Dutils.c17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor()
/linux-6.6.21/arch/ia64/lib/
Dcopy_page.S30 #define src2 r21 macro
Dmemcpy.S31 # define src2 r17 macro
Dcopy_user.S68 #define src2 r26 macro
/linux-6.6.21/arch/arm64/lib/
Dmemcmp.S21 #define src2 x1 macro
Dstrcmp.S24 #define src2 x1 macro
Dstrncmp.S25 #define src2 x1 macro
/linux-6.6.21/arch/sparc/kernel/
Dvisemul.c604 s16 src2 = (rs2 >> (byte * 16)) & 0xffff; in pmul() local
621 s16 src2; in pmul() local
654 s16 src2; in pmul() local
684 s16 src2; in pmul() local
/linux-6.6.21/include/crypto/
Dutils.h35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy()
/linux-6.6.21/arch/x86/include/asm/
Dmpspec.h89 #define physids_or(dst, src1, src2) \ argument
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dslice.c401 const struct slice_mask *src2) in slice_or_mask()
411 const struct slice_mask *src2) in slice_andnot_mask()
/linux-6.6.21/arch/riscv/net/
Dbpf_jit_comp32.c564 static int emit_branch_r64(const s8 *src1, const s8 *src2, s32 rvoff, in emit_branch_r64()
722 static int emit_branch_r32(const s8 *src1, const s8 *src2, s32 rvoff, in emit_branch_r32()
/linux-6.6.21/arch/arm/boot/dts/renesas/
Dr8a7793.dtsi1064 src2: src-2 { label
Dr8a7794.dtsi1046 src2: src-2 { label
Dr8a7745.dtsi1210 src2: src-2 { label
/linux-6.6.21/arch/parisc/net/
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-6.6.21/arch/powerpc/kvm/
Dbook3s_paired_singles.c495 u32 *src2, u32 *src3)) in kvmppc_ps_three_in()
543 u32 *src2)) in kvmppc_ps_two_in()
/linux-6.6.21/drivers/video/fbdev/core/
Dsvgalib.c243 u16 __iomem *src2 = src; in svga_tilecopy() local

12