/linux-6.3-rc2/kernel/bpf/ |
A D | cpumask.c | 266 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 D | bitmap.h | 321 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 D | linkmode.h | 36 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 D | nodemask.h | 162 #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 D | bitmap.h | 72 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 D | multi_arith.h | 115 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 D | fp_log.c | 31 struct fp_ext tmp, src2; in fp_fsqrt() local
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | mpspec.h | 95 #define physids_and(dst, src1, src2) \ argument 98 #define physids_or(dst, src1, src2) \ argument
|
/linux-6.3-rc2/lib/crypto/ |
A D | utils.c | 17 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 D | memcmp.S | 21 #define src2 x1 macro
|
A D | strcmp.S | 24 #define src2 x1 macro
|
A D | strncmp.S | 25 #define src2 x1 macro
|
/linux-6.3-rc2/arch/ia64/lib/ |
A D | copy_page.S | 30 #define src2 r21 macro
|
A D | memcpy.S | 31 # define src2 r17 macro
|
A D | copy_user.S | 68 #define src2 r26 macro
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | visemul.c | 604 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 D | slice.c | 401 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 D | bpf_jit_comp32.c | 564 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 D | r8a7793.dtsi | 1064 src2: src-2 { label
|
A D | r8a7794.dtsi | 1046 src2: src-2 { label
|
A D | r8a7745.dtsi | 1210 src2: src-2 { label
|
A D | r8a7743.dtsi | 1280 src2: src-2 { label
|
A D | r8a7744.dtsi | 1280 src2: src-2 { label
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_paired_singles.c | 495 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 D | svgalib.c | 242 u16 __iomem *src2 = src; in svga_tilecopy() local
|