Home
last modified time | relevance | path

Searched defs:src (Results 201 – 225 of 2686) sorted by relevance

12345678910>>...108

/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/arch/sparc/lib/
H A DNG2copy_to_user.S36 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS argument
38 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS_4V argument
H A DNG4memcpy.S71 #define STORE(type,src,addr) type src, [addr] argument
73 #define STORE(type,src,addr) type##a src, [addr] %asi argument
78 #define STORE_INIT(src,addr) stxa src, [addr] STORE_ASI argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c45 void *memmove(void *dest, const void *src, size_t n) in memmove()
70 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
/openbmc/linux/drivers/mtd/maps/
H A Dphysmap-bt1-rom.c32 void __iomem *src = map->virt + ofs; in bt1_rom_map_read() local
61 void __iomem *src = map->virt + from; in bt1_rom_map_copy_from() local
/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/linux/crypto/
H A Dnhpoly1305.c94 const u8 *src, unsigned int srclen, nh_t nh_fn) in nhpoly1305_units()
156 const u8 *src, unsigned int srclen, in crypto_nhpoly1305_update_helper()
192 const u8 *src, unsigned int srclen) in crypto_nhpoly1305_update()
H A Decdh_helper.c15 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data()
21 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data()
H A Dscatterwalk.c20 void *src = out ? buf : sgdata; in memcpy_dir() local
73 struct scatterlist *src, in scatterwalk_ffwd()
/openbmc/u-boot/board/micronas/vct/
H A Debi_onenand.c73 static void *memcpy_16_from_onenand(void *dst, const void *src, unsigned int len) in memcpy_16_from_onenand()
86 static void *memcpy_32_from_onenand(void *dst, const void *src, unsigned int len) in memcpy_32_from_onenand()
111 static void *memcpy_16_to_onenand(void *dst, const void *src, unsigned int len) in memcpy_16_to_onenand()
/openbmc/linux/net/ceph/
H A Darmor.c37 int ceph_armor(char *dst, const char *src, const char *end) in ceph_armor()
75 int ceph_unarmor(char *dst, const char *src, const char *end) in ceph_unarmor()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp32.c234 static inline void emit_ia32_mov_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mov_r()
256 const u8 src[], bool dstk, in emit_ia32_mov_r64()
285 static inline void emit_ia32_mul_r(const u8 dst, const u8 src, bool dstk, in emit_ia32_mul_r()
482 static inline void emit_ia32_shift_r(const u8 op, const u8 dst, const u8 src, in emit_ia32_shift_r()
524 const u8 dst, const u8 src, bool dstk, in emit_ia32_alu_r()
578 const u8 dst[], const u8 src[], in emit_ia32_alu_r64()
731 static inline void emit_ia32_lsh_r64(const u8 dst[], const u8 src[], in emit_ia32_lsh_r64()
784 static inline void emit_ia32_arsh_r64(const u8 dst[], const u8 src[], in emit_ia32_arsh_r64()
1391 static inline void emit_push_r64(const u8 src[], u8 **pprog) in emit_push_r64()
1409 static void emit_push_r32(const u8 src[], u8 **pprog) in emit_push_r32()
[all …]
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp498 int32_t src = -12345; in TEST() local
535 uint32_t src = 0xf1223344; in TEST() local
572 uint16_t src = 0xf344; in TEST() local
609 int16_t src = -12; in TEST() local
646 uint8_t src = 0xf4; in TEST() local
683 int8_t src = -4; in TEST() local
720 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in TEST() local
746 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in TEST() local
774 uint8_t src[6] = {0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; in TEST() local
903 struct pldm_msgbuf* src = &_src; in TEST() local
[all …]
/openbmc/qemu/ui/
H A Degl-helpers.c136 void egl_fb_blit(egl_fb *dst, egl_fb *src, bool flip) in egl_fb_blit()
167 void egl_fb_read(DisplaySurface *dst, egl_fb *src) in egl_fb_read()
175 void egl_fb_read_rect(DisplaySurface *dst, egl_fb *src, int x, int y, int w, int h) in egl_fb_read_rect()
189 void egl_texture_blit(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip) in egl_texture_blit()
198 void egl_texture_blend(QemuGLShader *gls, egl_fb *dst, egl_fb *src, bool flip, in egl_texture_blend()
/openbmc/linux/net/vmw_vsock/
H A Dvmci_transport_notify.c109 struct sockaddr_vm *src) in vmci_transport_handle_waiting_read()
139 struct sockaddr_vm *src) in vmci_transport_handle_waiting_write()
168 struct sockaddr_vm *dst, struct sockaddr_vm *src) in vmci_transport_handle_read()
304 struct sockaddr_vm *dst, struct sockaddr_vm *src) in vmci_transport_handle_wrote()
603 struct sockaddr_vm *src, bool *pkt_processed) in vmci_transport_notify_pkt_handle_pkt()
/openbmc/linux/arch/s390/include/asm/
H A Dcpacf.h323 u8 *dest, const u8 *src, long src_len) in cpacf_km()
355 u8 *dest, const u8 *src, long src_len) in cpacf_kmc()
384 const u8 *src, long src_len) in cpacf_kimd()
409 const u8 *src, long src_len) in cpacf_klmd()
437 const u8 *src, long src_len) in cpacf_kmac()
469 const u8 *src, long src_len, u8 *counter) in cpacf_kmctr()
598 const u8 *src, unsigned long src_len, in cpacf_kma()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datom.c586 uint32_t dst, src, saved; in atom_op_add() local
600 uint32_t dst, src, saved; in atom_op_and() local
647 uint32_t dst, src; in atom_op_compare() local
673 uint32_t dst, src; in atom_op_div() local
765 uint32_t src, saved; in atom_op_move() local
782 uint32_t dst, src; in atom_op_mul() local
798 uint32_t dst, src, saved; in atom_op_or() local
958 uint32_t dst, src, saved; in atom_op_sub() local
972 uint32_t src, val, target; in atom_op_switch() local
999 uint32_t dst, src; in atom_op_test() local
[all …]
/openbmc/qemu/crypto/
H A Dxts.c86 const xts_uint128 *src, in xts_tweak_encdec()
109 const uint8_t *src) in xts_decrypt()
185 const uint8_t *src) in xts_encrypt()
/openbmc/u-boot/cmd/
H A Dblob.c23 __weak int blob_decap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_decap()
37 __weak int blob_encap(u8 *key_mod, u8 *src, u8 *dst, u32 len) in blob_encap()
/openbmc/u-boot/include/
H A Dhexdump.h55 static inline int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin()
75 static inline char *bin2hex(char *dst, const void *src, size_t count) in bin2hex()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-842.c167 u8 *src = p->in, *dst = p->out; in compress() local
250 const u8 *src, unsigned int slen, in nx842_crypto_compress()
345 u8 *src = p->in, *dst = p->out; in decompress() local
433 const u8 *src, unsigned int slen, in nx842_crypto_decompress()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsev_migrate_tests.c83 static int __sev_migrate_from(struct kvm_vm *dst, struct kvm_vm *src) in __sev_migrate_from()
89 static void sev_migrate_from(struct kvm_vm *dst, struct kvm_vm *src) in sev_migrate_from()
219 static int __sev_mirror_create(struct kvm_vm *dst, struct kvm_vm *src) in __sev_mirror_create()
225 static void sev_mirror_create(struct kvm_vm *dst, struct kvm_vm *src) in sev_mirror_create()
/openbmc/linux/drivers/thunderbolt/
H A Dpath.c34 static struct tb_port *tb_path_find_dst_port(struct tb_port *src, int src_hopid, in tb_path_find_dst_port()
65 static int tb_path_find_src_hopid(struct tb_port *src, in tb_path_find_src_hopid()
101 struct tb_path *tb_path_discover(struct tb_port *src, int src_hopid, in tb_path_discover()
238 struct tb_path *tb_path_alloc(struct tb *tb, struct tb_port *src, int src_hopid, in tb_path_alloc()
/openbmc/linux/lib/
H A Diomap.c337 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) in mmio_outsb()
344 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) in mmio_outsw()
351 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) in mmio_outsl()
382 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep()
388 void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite16_rep()
394 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite32_rep()
/openbmc/linux/arch/alpha/kernel/
H A Dio.c394 const unsigned char *src = xsrc; in iowrite8_rep() local
399 void outsb(unsigned long port, const void *src, unsigned long count) in outsb()
414 void iowrite16_rep(void __iomem *port, const void *src, unsigned long count) in iowrite16_rep()
439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw()
454 void iowrite32_rep(void __iomem *port, const void *src, unsigned long count) in iowrite32_rep()
471 void outsl(unsigned long port, const void *src, unsigned long count) in outsl()

12345678910>>...108