/kernel/linux/linux-6.6/lib/crypto/ |
H A D | utils.c | 17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() argument [all...] |
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | copy_page.S | 29 #define src1 r20 define
|
H A D | copy_page_mck.S | 70 #define src1 r3 define
|
H A D | copy_user.S | 66 #define src1 r24 define [all...] |
H A D | memcpy_mck.S | 34 #define src1 r3 define [all...] |
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | memcmp.S | 20 #define src1 x0 define [all...] |
H A D | strcmp.S | 23 #define src1 x0 define [all...] |
H A D | strncmp.S | 24 #define src1 x0 define [all...] |
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | copy_page.S | 29 #define src1 r20 define
|
H A D | copy_page_mck.S | 70 #define src1 r3 define
|
H A D | copy_user.S | 66 #define src1 r24 define [all...] |
H A D | memcpy_mck.S | 34 #define src1 r3 define [all...] |
/kernel/linux/linux-6.6/include/crypto/ |
H A D | utils.h | 35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() argument
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | strcmp.S | 33 src1 .req x0 label [all...] |
H A D | memcmp.S | 29 src1 .req x0 label [all...] |
H A D | strncmp.S | 33 src1 .req x0 label [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | linkmode.h | 35 static inline int linkmode_andnot(unsigned long *dst, const unsigned long *src1, in linkmode_andnot() argument 79 static inline int linkmode_equal(const unsigned long *src1, in linkmode_equal() argument 85 static inline int linkmode_intersects(const unsigned long *src1, in linkmode_intersects() argument 91 static inline int linkmode_subset(const unsigned long *src1, in linkmode_subset() argument
|
H A D | bitmap.h | 291 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument 299 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument 308 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_xor() argument 317 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_andnot() argument 341 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument 361 bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, const unsigned long *src3, unsigned int nbits) bitmap_or_equal() argument 372 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument 381 bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_subset() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | linkmode.h | 35 static inline int linkmode_andnot(unsigned long *dst, const unsigned long *src1, in linkmode_andnot() argument 74 static inline int linkmode_equal(const unsigned long *src1, in linkmode_equal() argument 80 static inline int linkmode_intersects(const unsigned long *src1, in linkmode_intersects() argument 86 static inline int linkmode_subset(const unsigned long *src1, in linkmode_subset() argument
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitmap.h | 71 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() argument 115 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() argument 131 static inline bool bitmap_equal(const unsigned long *src1, in bitmap_equal() argument 142 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | multi_arith.h | 114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() argument 165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant() argument [all...] |
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | multi_arith.h | 114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant() argument 165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant() argument [all...] |
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 76 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() argument 154 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() argument 170 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cpumask.c | 135 __bpf_kfunc u32 bpf_cpumask_first_and(const struct cpumask *src1, in bpf_cpumask_first_and() argument 249 bpf_cpumask_and(struct bpf_cpumask *dst, const struct cpumask *src1, const struct cpumask *src2) bpf_cpumask_and() argument 264 bpf_cpumask_or(struct bpf_cpumask *dst, const struct cpumask *src1, const struct cpumask *src2) bpf_cpumask_or() argument 279 bpf_cpumask_xor(struct bpf_cpumask *dst, const struct cpumask *src1, const struct cpumask *src2) bpf_cpumask_xor() argument 297 bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) bpf_cpumask_equal() argument 313 bpf_cpumask_intersects(const struct cpumask *src1, const struct cpumask *src2) bpf_cpumask_intersects() argument 329 bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) bpf_cpumask_subset() argument 404 bpf_cpumask_any_and_distribute(const struct cpumask *src1, const struct cpumask *src2) bpf_cpumask_any_and_distribute() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gt215.c | 368 const u32 src1 = 0x004160 + (idx * 4); in prog_pll() local
|