/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_compat.h | 40 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 D | string_helpers.h | 48 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 D | task_io_accounting_ops.h | 50 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 D | uuid.h | 51 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 D | string.h | 28 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 D | xgene_edac.c | 118 #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 D | bpf_jit_comp32.c | 204 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 D | xgene_enet_sgmac.h | 12 #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 D | io.c | 20 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 D | i915_memcpy.c | 38 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/libpldm/src/ |
H A D | msgbuf.h | 662 const uint32_t src) in pldm_msgbuf_insert_uint32() 691 const uint16_t src) in pldm_msgbuf_insert_uint16() 720 const uint8_t src) in pldm_msgbuf_insert_uint8() 747 const int32_t src) in pldm_msgbuf_insert_int32() 776 const int16_t src) in pldm_msgbuf_insert_int16() 805 const int8_t src) in pldm_msgbuf_insert_int8() 847 const void *src, size_t src_count) in pldm__msgbuf_insert_array_void() 884 const char *src, size_t src_count) in pldm_msgbuf_insert_array_char() 896 const uint8_t *src, size_t src_count) in pldm_msgbuf_insert_array_uint8() 1157 pldm_msgbuf_copy_string_ascii(struct pldm_msgbuf *dst, struct pldm_msgbuf *src) in pldm_msgbuf_copy_string_ascii() [all …]
|
/openbmc/qemu/ui/ |
H A D | input.c | 32 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 D | lz4.c | 53 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 D | lz4hc.c | 52 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 D | lzo.c | 52 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 D | lzo-rle.c | 52 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 D | strncpy_from_user.c | 16 #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/tools/lib/bpf/ |
H A D | bpf_core_read.h | 41 #define __CORE_RELO(src, field, info) \ argument 45 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 246 #define bpf_core_read(dst, sz, src) \ argument 250 #define bpf_core_read_user(dst, sz, src) \ argument 257 #define bpf_core_read_str(dst, sz, src) \ argument 261 #define bpf_core_read_user_str(dst, sz, src) \ argument 333 #define ___read_ptrs(fn, src, ...) \ argument 443 #define BPF_CORE_READ(src, a, ...) ({ \ argument 459 #define BPF_CORE_READ_USER(src, a, ...) ({ \ argument 466 #define BPF_PROBE_READ(src, a, ...) ({ \ argument [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | camellia.h | 42 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 D | uic.c | 55 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 D | imx-regs.h | 250 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/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_irq.c | 136 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all() local 355 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini_sw() local 435 struct amdgpu_irq_src *src; in amdgpu_irq_dispatch() local 518 struct amdgpu_irq_src *src, unsigned int type) in amdgpu_irq_update() 559 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_gpu_reset_resume_helper() local 581 int amdgpu_irq_get(struct amdgpu_device *adev, struct amdgpu_irq_src *src, in amdgpu_irq_get() 611 int amdgpu_irq_put(struct amdgpu_device *adev, struct amdgpu_irq_src *src, in amdgpu_irq_put() 645 bool amdgpu_irq_enabled(struct amdgpu_device *adev, struct amdgpu_irq_src *src, in amdgpu_irq_enabled()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | memcpy.S | 20 #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 D | string.c | 14 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 D | pci_io.h | 74 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
|