Home
last modified time | relevance | path

Searched defs:src (Results 26 – 50 of 2430) sorted by relevance

12345678910>>...98

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_compat.h40 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
62 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
85 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim()
92 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
/openbmc/linux/include/linux/
H A Dstring_helpers.h48 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any()
76 static inline int string_escape_mem_any_np(const char *src, size_t isz, in string_escape_mem_any_np()
82 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str()
88 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np()
94 static inline void string_upper(char *dst, const char *src) in string_upper()
101 static inline void string_lower(char *dst, const char *src) in string_lower()
H A Dtask_io_accounting_ops.h50 struct task_io_accounting *src) in task_blk_io_accounting_add()
86 struct task_io_accounting *src) in task_blk_io_accounting_add()
94 struct task_io_accounting *src) in task_chr_io_accounting_add()
103 struct task_io_accounting *src) in task_chr_io_accounting_add()
109 struct task_io_accounting *src) in task_io_accounting_add()
H A Duuid.h51 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy()
56 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid()
61 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid()
76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
81 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid()
86 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
H A Dstring.h28 static inline void *memdup_array_user(const void __user *src, size_t n, size_t size) in memdup_array_user()
47 static inline void *vmemdup_array_user(const void __user *src, size_t n, size_t size) in vmemdup_array_user()
205 static inline void memcpy_flushcache(void *dst, const void *src, size_t cnt) in memcpy_flushcache()
297 #define unsafe_memcpy(dst, src, bytes, justification) \ argument
318 #define strtomem_pad(dest, src, pad) do { \ argument
341 #define strtomem(dest, src) do { \ argument
/openbmc/linux/drivers/edac/
H A Dxgene_edac.c118 #define MCU_ERCRR_ERRCOL_RD(src) ((src) & 0x00000FFF) argument
120 #define MCU_SBECNT_COUNT(src) ((src) & 0xFFFF) argument
1006 #define L3C_ELR_ERRSYN(src) ((src & 0xFF800000) >> 23) argument
1009 #define L3C_ELR_ERRGRP(src) ((src & 0x00000F00) >> 8) argument
1010 #define L3C_ELR_OPTYPE(src) ((src & 0x000000F0) >> 4) argument
1011 #define L3C_ELR_PADDRHIGH(src) (src & 0x0000000F) argument
1014 #define L3C_BELR_BANK(src) (src & 0x0000000F) argument
1279 #define REQTYPE_RD(src) (((src) & BIT(0))) argument
1280 #define ERRADDRH_RD(src) (((src) & 0xffc00000) >> 22) argument
1313 #define REQTYPE_F2_RD(src) ((src) & BIT(0)) argument
[all …]
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp32.c204 u8 src = MIPS_R_T6; in emit_alu_i64() local
268 const u8 dst[], const u8 src[], u8 op) in emit_alu_r64()
367 const u8 dst[], u8 src, u8 op) in emit_shift_r64()
425 u8 src = MIPS_R_T6; in emit_mul_i64() local
475 const u8 dst[], const u8 src[]) in emit_mul_r64()
526 const u8 dst[], const u8 src[], u8 op) in emit_divmod_r64()
655 const u8 dst[], u8 src, s16 off, u8 size) in emit_ldx()
715 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r32()
798 u8 dst, const u8 src[], s16 off, u8 code) in emit_atomic_r64()
910 u8 dst, const u8 src[], s16 off) in emit_cmpxchg_r64()
[all …]
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_sgmac.h12 #define PHY_ADDR(src) (((src)<<8) & GENMASK(12, 8)) argument
13 #define REG_ADDR(src) ((src) & GENMASK(4, 0)) argument
14 #define PHY_CONTROL(src) ((src) & GENMASK(15, 0)) argument
15 #define LINK_SPEED(src) (((src) & GENMASK(11, 10)) >> 10) argument
/openbmc/linux/arch/hexagon/lib/
H A Dio.c20 const volatile short int *src = (short int *) addr; in __raw_readsw() local
40 const short int *src = (short int *)data; in __raw_writesw() local
56 const volatile long *src = (long *) addr; in __raw_readsl() local
71 const long *src = (long *)data; in __raw_writesl() local
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_memcpy.c38 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa()
67 static void __memcpy_ntdqu(void *dst, const void *src, unsigned long len) in __memcpy_ntdqu()
113 bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_memcpy_from_wc()
138 void i915_unaligned_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_unaligned_memcpy_from_wc()
/openbmc/qemu/ui/
H A Dinput.c32 QemuConsole *src; member
208 static void qemu_input_event_trace(QemuConsole *src, InputEvent *evt) in qemu_input_event_trace()
317 QemuConsole *src, InputEvent *evt) in qemu_input_queue_event()
337 void qemu_input_event_send_impl(QemuConsole *src, InputEvent *evt) in qemu_input_event_send_impl()
357 void qemu_input_event_send(QemuConsole *src, InputEvent *evt) in qemu_input_event_send()
421 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key()
468 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down) in qemu_input_queue_btn()
482 void qemu_input_update_buttons(QemuConsole *src, uint32_t *button_map, in qemu_input_update_buttons()
519 void qemu_input_queue_rel(QemuConsole *src, InputAxis axis, int value) in qemu_input_queue_rel()
533 void qemu_input_queue_abs(QemuConsole *src, InputAxis axis, int value, in qemu_input_queue_abs()
[all …]
/openbmc/linux/crypto/
H A Dlz4.c53 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto()
66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress()
73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto()
81 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto()
93 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress()
100 static int lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_decompress_crypto()
H A Dlz4hc.c52 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto()
65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress()
72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_compress_crypto()
82 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto()
94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress()
101 static int lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_decompress_crypto()
H A Dlzo.c52 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress()
67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress()
75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress()
82 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress()
97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress()
103 static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzo_sdecompress()
H A Dlzo-rle.c52 static int __lzorle_compress(const u8 *src, unsigned int slen, in __lzorle_compress()
67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, in lzorle_compress()
75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress()
82 static int __lzorle_decompress(const u8 *src, unsigned int slen, in __lzorle_decompress()
97 static int lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, in lzorle_decompress()
103 static int lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_sdecompress()
/openbmc/linux/lib/
H A Dstrncpy_from_user.c16 #define IS_UNALIGNED(src, dst) 0 argument
18 #define IS_UNALIGNED(src, dst) \ argument
28 static __always_inline long do_strncpy_from_user(char *dst, const char __user *src, in do_strncpy_from_user()
113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
/openbmc/linux/arch/x86/crypto/
H A Dcamellia.h42 static inline void camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk()
47 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor()
53 const u8 *src) in camellia_enc_blk_2way()
59 const u8 *src) in camellia_enc_blk_xor_2way()
/openbmc/linux/arch/powerpc/platforms/4xx/
H A Duic.c55 unsigned int src = irqd_to_hwirq(d); in uic_unmask_irq() local
73 unsigned int src = irqd_to_hwirq(d); in uic_mask_irq() local
87 unsigned int src = irqd_to_hwirq(d); in uic_ack_irq() local
98 unsigned int src = irqd_to_hwirq(d); in uic_mask_ack_irq() local
123 unsigned int src = irqd_to_hwirq(d); in uic_set_irq_type() local
202 int src; in uic_irq_cascade() local
323 int src; in uic_get_irq() local
/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/
H A Dimx-regs.h250 u32 scr;
269 u32 srsr;
271 u32 sisr;
272 u32 simr;
274 u32 gpr1;
275 u32 gpr2;
276 u32 gpr3;
277 u32 gpr4;
278 u32 gpr5;
279 u32 gpr6;
[all …]
/openbmc/linux/arch/sparc/lib/
H A Dmemcpy.S20 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
34 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
44 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
52 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
/openbmc/linux/arch/x86/boot/compressed/
H A Dstring.c14 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy()
28 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy()
53 void *memmove(void *dest, const void *src, size_t n) in memmove()
68 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/openbmc/linux/arch/s390/include/asm/
H A Dpci_io.h74 static inline int zpci_write_single(volatile void __iomem *dst, const void *src, in zpci_write_single()
99 static inline int zpci_read_single(void *dst, const volatile void __iomem *src, in zpci_read_single()
130 static inline int zpci_get_max_io_size(u64 src, u64 dst, int len, int max) in zpci_get_max_io_size()
145 const volatile void __iomem *src, in zpci_memcpy_fromio()
165 const void *src, unsigned long n) in zpci_memcpy_toio()
192 u8 *src = kmalloc(count, GFP_KERNEL); in zpci_memset_io() local
/openbmc/linux/lib/crypto/
H A Dchacha20poly1305.c57 __chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_encrypt()
90 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt()
112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt()
125 __chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_decrypt()
168 bool chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_decrypt()
194 bool xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_decrypt()
208 bool chacha20poly1305_crypt_sg_inplace(struct scatterlist *src, in chacha20poly1305_crypt_sg_inplace()
333 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_encrypt_sg_inplace()
343 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_decrypt_sg_inplace()
/openbmc/linux/arch/parisc/lib/
H A Dio.c19 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
54 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio()
319 void outsb(unsigned long port, const void * src, unsigned long count) in outsb()
337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw()
409 void outsl (unsigned long port, const void *src, unsigned long count) in outsl()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_rect.c55 static u32 clip_scaled(int src, int dst, int *clip) in clip_scaled()
92 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst, in drm_rect_clip_scaled()
134 static int drm_calc_scale(int src, int dst) in drm_calc_scale()
169 int drm_rect_calc_hscale(const struct drm_rect *src, in drm_rect_calc_hscale()
204 int drm_rect_calc_vscale(const struct drm_rect *src, in drm_rect_calc_vscale()

12345678910>>...98