/linux-6.1.9/drivers/crypto/caam/ |
D | desc_constr.h | 415 #define append_math_add(desc, dest, src0, src1, len) \ argument 417 #define append_math_sub(desc, dest, src0, src1, len) \ argument 419 #define append_math_add_c(desc, dest, src0, src1, len) \ argument 421 #define append_math_sub_b(desc, dest, src0, src1, len) \ argument 423 #define append_math_and(desc, dest, src0, src1, len) \ argument 425 #define append_math_or(desc, dest, src0, src1, len) \ argument 427 #define append_math_xor(desc, dest, src0, src1, len) \ argument 429 #define append_math_lshift(desc, dest, src0, src1, len) \ argument 431 #define append_math_rshift(desc, dest, src0, src1, len) \ argument 433 #define append_math_ldshift(desc, dest, src0, src1, len) \ argument [all …]
|
/linux-6.1.9/include/linux/ |
D | bitmap.h | 320 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 328 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 337 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 346 static inline bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 370 static inline bool bitmap_equal(const unsigned long *src1, in bitmap_equal() 390 static inline bool bitmap_or_equal(const unsigned long *src1, in bitmap_or_equal() 401 static inline bool bitmap_intersects(const unsigned long *src1, in bitmap_intersects() 411 static inline bool bitmap_subset(const unsigned long *src1, in bitmap_subset() 445 unsigned long bitmap_weight_and(const unsigned long *src1, in bitmap_weight_and()
|
D | linkmode.h | 35 static inline int linkmode_andnot(unsigned long *dst, const unsigned long *src1, in linkmode_andnot() 74 static inline int linkmode_equal(const unsigned long *src1, in linkmode_equal() 80 static inline int linkmode_intersects(const unsigned long *src1, in linkmode_intersects() 86 static inline int linkmode_subset(const unsigned long *src1, in linkmode_subset()
|
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.1.9/tools/include/linux/ |
D | bitmap.h | 71 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 149 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 165 static inline bool bitmap_equal(const unsigned long *src1, in bitmap_equal() 176 static inline bool bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
|
/linux-6.1.9/arch/m68k/math-emu/ |
D | multi_arith.h | 114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() 126 #define fp_mul64(desth, destl, src1, src2) ({ \ argument 133 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument 165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | mpspec.h | 95 #define physids_and(dst, src1, src2) \ argument 98 #define physids_or(dst, src1, src2) \ argument
|
/linux-6.1.9/lib/crypto/ |
D | utils.c | 17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor()
|
/linux-6.1.9/arch/ia64/lib/ |
D | copy_page.S | 29 #define src1 r20 macro
|
D | copy_page_mck.S | 70 #define src1 r3 macro
|
D | copy_user.S | 66 #define src1 r24 macro
|
D | memcpy_mck.S | 34 #define src1 r3 macro
|
/linux-6.1.9/arch/arm64/lib/ |
D | memcmp.S | 20 #define src1 x0 macro
|
D | strcmp.S | 23 #define src1 x0 macro
|
D | strncmp.S | 24 #define src1 x0 macro
|
/linux-6.1.9/arch/sparc/kernel/ |
D | visemul.c | 603 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-6.1.9/drivers/video/fbdev/ |
D | vt8623fb.c | 146 const u8 *src1, *src; in vt8623fb_iplan_imageblit() local 202 const u8 *src1, *src; in vt8623fb_cfb4_imageblit() local
|
D | s3fb.c | 352 const u8 *src1, *src; in s3fb_iplan_imageblit() local 409 const u8 *src1, *src; in s3fb_cfb4_imageblit() local
|
D | arkfb.c | 179 const u8 *src1, *src; in arkfb_iplan_imageblit() local 237 const u8 *src1, *src; in arkfb_cfb4_imageblit() local
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_paired_singles.c | 494 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-6.1.9/arch/powerpc/mm/book3s64/ |
D | slice.c | 400 const struct slice_mask *src1, in slice_or_mask() 410 const struct slice_mask *src1, in slice_andnot_mask()
|
/linux-6.1.9/arch/riscv/net/ |
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.1.9/drivers/comedi/drivers/ |
D | ni_routes.c | 291 const int *src1 = vsrc1; in _ni_sort_srccmp() local
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | r8a7793.dtsi | 1059 src1: src-1 { label
|
D | r8a7794.dtsi | 1041 src1: src-1 { label
|