Home
last modified time | relevance | path

Searched defs:src (Results 176 – 200 of 2728) sorted by relevance

12345678910>>...110

/openbmc/linux/crypto/
H A Dcompress.c13 const u8 *src, unsigned int slen, in crypto_comp_compress()
24 const u8 *src, unsigned int slen, in crypto_comp_decompress()
H A Daegis128-core.c124 const u8 *src, unsigned int size, in crypto_aegis128_ad()
148 const u8 *src, unsigned int size) in crypto_aegis128_wipe_chunk()
154 const u8 *src, unsigned int size) in crypto_aegis128_encrypt_chunk()
215 const u8 *src, unsigned int size) in crypto_aegis128_decrypt_chunk()
290 const u8 *src = (const u8 *)mapped; in crypto_aegis128_process_ad() local
326 u8 *dst, const u8 *src, in crypto_aegis128_process_crypt()
H A Dkhazad.c805 const __be64 *src = (const __be64 *)plaintext; in khazad_crypt() local
837 static void khazad_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_encrypt()
843 static void khazad_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in khazad_decrypt()
/openbmc/linux/arch/sparc/include/asm/
H A Dchecksum_32.h45 csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
63 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user()
71 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user()
/openbmc/linux/arch/s390/pci/
H A Dpci_mmio.c30 void __iomem *ioaddr, const void __user *src, in __pcistb_mio_inuser()
50 void __iomem *ioaddr, const void __user *src, in __pcistg_mio_inuser()
91 const void __user *src, size_t n) in __memcpy_toio_inuser()
238 const void __iomem *src, in __memcpy_fromio_inuser()
/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c26 QIOChannel *src; member
104 QIOChannel *src, in qio_channel_test_run_threads()
130 QIOChannel *src) in qio_channel_test_run_writer()
/openbmc/linux/arch/xtensa/include/asm/
H A Dchecksum.h48 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
55 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user()
240 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user()
/openbmc/linux/arch/sh/include/asm/
H A Dchecksum_32.h45 __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
52 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user()
196 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Datom.c588 uint32_t dst, src, saved; in atom_op_add() local
602 uint32_t dst, src, saved; in atom_op_and() local
649 uint32_t dst, src; in atom_op_compare() local
675 uint32_t dst, src; in atom_op_div() local
693 uint32_t dst, src; in atom_op_div32() local
772 uint32_t dst, mask, src, saved; in atom_op_mask() local
789 uint32_t src, saved; in atom_op_move() local
806 uint32_t dst, src; in atom_op_mul() local
818 uint32_t dst, src; in atom_op_mul32() local
836 uint32_t dst, src, saved; in atom_op_or() local
[all …]
/openbmc/linux/arch/openrisc/lib/
H A Dmemcpy.c26 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy()
102 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy()
/openbmc/linux/arch/loongarch/include/asm/
H A Dstring.h28 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument
29 #define memmove(dst, src, len) __memmove(dst, src, len) argument
/openbmc/linux/arch/sparc/lib/
H A DU1copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS argument
25 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS argument
H A DU3copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS argument
25 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS argument
H A DNGmemcpy.S52 #define STORE(type,src,addr) type src, [addr] argument
57 #define STORE_INIT(src,addr) stxa src, [addr] %asi argument
59 #define STORE_INIT(src,addr) stx src, [addr + 0x00] argument
/openbmc/linux/arch/mips/include/asm/
H A Dchecksum.h42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user()
55 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user()
69 static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck()
/openbmc/linux/lib/
H A Dbase64.c32 int base64_encode(const u8 *src, int srclen, char *dst) in base64_encode()
73 int base64_decode(const char *src, int srclen, u8 *dst) in base64_decode()
/openbmc/linux/tools/include/linux/
H A Dbitmap.h50 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty()
58 static inline bool bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full()
66 static inline unsigned int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
/openbmc/linux/lib/zstd/common/
H A Dentropy_common.c253 const void* src, size_t srcSize) in HUF_readStats()
262 const void* src, size_t srcSize, in HUF_readStats_body()
328 const void* src, size_t srcSize, in HUF_readStats_body_default()
337 const void* src, size_t srcSize, in HUF_readStats_body_bmi2()
346 const void* src, size_t srcSize, in HUF_readStats_wksp()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpic.c79 unsigned int src = irqd_to_hwirq(d); in pmac_mask_and_ack_irq() local
101 unsigned int src = irqd_to_hwirq(d); in pmac_ack_irq() local
147 unsigned int src = irqd_to_hwirq(d); in pmac_startup_irq() local
164 unsigned int src = irqd_to_hwirq(d); in pmac_mask_irq() local
175 unsigned int src = irqd_to_hwirq(d); in pmac_unmask_irq() local
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dsar.c189 const enum rtw89_sar_sources src = rtwdev->sar.src; in rtw89_query_sar() local
228 const enum rtw89_sar_sources src = rtwdev->sar.src; in rtw89_print_sar() local
274 enum rtw89_sar_sources src; in rtw89_apply_sar_common() local
354 const enum rtw89_sar_sources src = rtwdev->sar.src; in rtw89_tas_state_update() local
458 const enum rtw89_sar_sources src = rtwdev->sar.src; in rtw89_tas_track() local
/openbmc/linux/arch/x86/lib/
H A Dcopy_mc.c62 unsigned long __must_check copy_mc_to_kernel(void *dst, const void *src, unsigned len) in copy_mc_to_kernel()
73 unsigned long __must_check copy_mc_to_user(void __user *dst, const void *src, unsigned len) in copy_mc_to_user()
/openbmc/u-boot/board/freescale/ls1088a/
H A Dls1088a.c134 enum boot_src src = get_boot_src(); in ifc_cfg_boot_info() local
207 enum boot_src src = get_boot_src(); in checkboard() local
690 enum boot_src src = get_boot_src(); in fsl_fdt_fixup_flash() local
784 enum boot_src src = get_boot_src(); in is_flash_available() local
/openbmc/qemu/include/qemu/
H A Dbitmap.h133 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy()
183 const unsigned long *src, in bitmap_complement()
203 static inline int bitmap_empty(const unsigned long *src, long nbits) in bitmap_empty()
212 static inline int bitmap_full(const unsigned long *src, long nbits) in bitmap_full()
/openbmc/linux/fs/proc/
H A Dpage.c51 unsigned long src = *ppos; in kpagecount_read() local
232 unsigned long src = *ppos; in kpageflags_read() local
281 unsigned long src = *ppos; in kpagecgroup_read() local
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema_iface.c89 u64 *src; in opa_vnic_get_summary_counters() local
164 struct __opa_vesw_info *src = &adapter->info.vesw; in opa_vnic_get_vesw_info() local
232 struct __opa_per_veswport_info *src = &adapter->info.vport; in opa_vnic_get_per_veswport_info() local

12345678910>>...110