Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/kernel/bpf/
A Dcpumask.c266 const struct cpumask *src2) in bpf_cpumask_and()
281 const struct cpumask *src2) in bpf_cpumask_or()
296 const struct cpumask *src2) in bpf_cpumask_xor()
312 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal()
328 __bpf_kfunc bool bpf_cpumask_intersects(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_intersects()
344 __bpf_kfunc bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_subset()
418 __bpf_kfunc u32 bpf_cpumask_any_and(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_any_and()
/linux-6.3-rc2/include/linux/
A Dbitmap.h321 const unsigned long *src2, unsigned int nbits) in bitmap_and()
329 const unsigned long *src2, unsigned int nbits) in bitmap_or()
338 const unsigned long *src2, unsigned int nbits) in bitmap_xor()
347 const unsigned long *src2, unsigned int nbits) in bitmap_andnot()
371 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
391 const unsigned long *src2, in bitmap_or_equal()
402 const unsigned long *src2, in bitmap_intersects()
412 const unsigned long *src2, unsigned int nbits) in bitmap_subset()
446 const unsigned long *src2, unsigned int nbits) in bitmap_weight_and()
A 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()
A 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.3-rc2/tools/include/linux/
A 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.3-rc2/arch/m68k/math-emu/
A 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()
A Dfp_log.c31 struct fp_ext tmp, src2; in fp_fsqrt() local
/linux-6.3-rc2/arch/x86/include/asm/
A Dmpspec.h95 #define physids_and(dst, src1, src2) \ argument
98 #define physids_or(dst, src1, src2) \ argument
/linux-6.3-rc2/lib/crypto/
A Dutils.c17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor()
/linux-6.3-rc2/arch/arm64/lib/
A Dmemcmp.S21 #define src2 x1 macro
A Dstrcmp.S24 #define src2 x1 macro
A Dstrncmp.S25 #define src2 x1 macro
/linux-6.3-rc2/arch/ia64/lib/
A Dcopy_page.S30 #define src2 r21 macro
A Dmemcpy.S31 # define src2 r17 macro
A Dcopy_user.S68 #define src2 r26 macro
/linux-6.3-rc2/arch/sparc/kernel/
A 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.3-rc2/arch/powerpc/mm/book3s64/
A Dslice.c401 const struct slice_mask *src2) in slice_or_mask()
411 const struct slice_mask *src2) in slice_andnot_mask()
/linux-6.3-rc2/arch/riscv/net/
A 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.3-rc2/arch/arm/boot/dts/
A Dr8a7793.dtsi1064 src2: src-2 { label
A Dr8a7794.dtsi1046 src2: src-2 { label
A Dr8a7745.dtsi1210 src2: src-2 { label
A Dr8a7743.dtsi1280 src2: src-2 { label
A Dr8a7744.dtsi1280 src2: src-2 { label
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_paired_singles.c495 u32 *src2, u32 *src3)) in kvmppc_ps_three_in()
543 u32 *src2)) in kvmppc_ps_two_in()
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dsvgalib.c242 u16 __iomem *src2 = src; in svga_tilecopy() local

Completed in 49 milliseconds

12