Home
last modified time | relevance | path

Searched defs:dest (Results 101 – 125 of 1006) sorted by relevance

12345678910>>...41

/openbmc/linux/arch/mips/include/asm/
H A Dsgiarcs.h378 #define ARC_CALL0(dest) \ argument
385 #define ARC_CALL1(dest, a1) \ argument
393 #define ARC_CALL2(dest, a1, a2) \ argument
402 #define ARC_CALL3(dest, a1, a2, a3) \ argument
412 #define ARC_CALL4(dest, a1, a2, a3, a4) \ argument
423 #define ARC_CALL5(dest, a1, a2, a3, a4, a5) \ argument
440 #define ARC_CALL0(dest) \ argument
448 #define ARC_CALL1(dest, a1) \ argument
457 #define ARC_CALL2(dest, a1, a2) \ argument
467 #define ARC_CALL3(dest, a1, a2, a3) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.c79 struct mlx5_flow_destination dest = {}; in mlx5e_accel_fs_add_sk() local
154 struct mlx5_flow_destination dest; in accel_fs_tcp_add_default_rule() local
326 struct mlx5_flow_destination dest = {}; in accel_fs_tcp_enable() local
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-hevc.c520 void *dest, size_t n, struct nal_hevc_vps *vps) in nal_hevc_write_vps()
615 void *dest, size_t n, struct nal_hevc_sps *sps) in nal_hevc_write_sps()
710 void *dest, size_t n, struct nal_hevc_pps *pps) in nal_hevc_write_pps()
803 ssize_t nal_hevc_write_filler(const struct device *dev, void *dest, size_t n) in nal_hevc_write_filler()
/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf.h129 ia_css_circbuf_elem_t *dest) in ia_css_circbuf_elem_cpy()
151 u8 dest; in ia_css_circbuf_get_pos_at_offset() local
/openbmc/u-boot/drivers/rtc/
H A Dmk48t59.c53 void *nvram_read(void *dest, const short src, size_t count) in nvram_read()
64 void nvram_write(short dest, const void *src, size_t count) in nvram_write()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dpci_io.h10 #define pci_read_le16(addr, dest) \ argument
19 #define pci_read_le32(addr, dest) \ argument
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c657 static struct sk_buff *ieee80211_probe_resp(struct ieee80211_device *ieee, u8 *dest) in ieee80211_probe_resp()
803 u8 *dest) in ieee80211_assoc_resp()
860 int status, u8 *dest) in ieee80211_auth_resp()
910 static void ieee80211_resp_to_assoc_rq(struct ieee80211_device *ieee, u8 *dest) in ieee80211_resp_to_assoc_rq()
919 u8 *dest) in ieee80211_resp_to_auth()
927 static void ieee80211_resp_to_probe(struct ieee80211_device *ieee, u8 *dest) in ieee80211_resp_to_probe()
1493 static int auth_rq_parse(struct sk_buff *skb, u8 *dest) in auth_rq_parse()
1551 static int assoc_rq_parse(struct sk_buff *skb, u8 *dest) in assoc_rq_parse()
1598 u8 dest[ETH_ALEN]; in ieee80211_rx_probe_rq() local
1613 u8 dest[ETH_ALEN]; in ieee80211_rx_auth_rq() local
[all …]
/openbmc/qemu/accel/tcg/
H A Dtranslator.c105 bool translator_use_goto_tb(DisasContextBase *db, vaddr dest) in translator_use_goto_tb()
243 void *dest, vaddr pc, size_t len) in translator_ld()
368 bool translator_st(const DisasContextBase *db, void *dest, in translator_st()
/openbmc/qemu/target/riscv/
H A Dtranslate.c805 TCGv dest = dest_gpr(ctx, a->rd); in gen_logic_imm_fn() local
826 TCGv dest = dest_gpr(ctx, a->rd); in gen_logic() local
850 TCGv dest = dest_gpr(ctx, a->rd); in gen_arith_imm_fn() local
874 TCGv dest = dest_gpr(ctx, a->rd); in gen_arith_imm_tl() local
900 TCGv dest = dest_gpr(ctx, a->rd); in gen_arith() local
943 TCGv dest, src1; in gen_shift_imm_fn() local
990 TCGv dest, src1, src2; in gen_shift_imm_tl() local
1017 TCGv dest = dest_gpr(ctx, a->rd); in gen_shift() local
1055 TCGv dest = dest_gpr(ctx, a->rd); in gen_unary() local
1084 TCGv dest = dest_gpr(ctx, a->rd); in gen_amo() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c565 esw_setup_dests(struct mlx5_flow_destination *dest, in esw_setup_dests()
659 struct mlx5_flow_destination *dest; in mlx5_eswitch_add_offloaded_rule() local
795 struct mlx5_flow_destination *dest; in mlx5_eswitch_add_fwd_rule() local
934 struct mlx5_flow_destination dest = {}; in mlx5_eswitch_add_send_to_vport_rule() local
1032 struct mlx5_flow_destination dest = {}; in mlx5_eswitch_add_send_to_vport_meta_rule() local
1120 struct mlx5_flow_destination *dest) in peer_miss_rules_setup()
1176 struct mlx5_flow_destination dest = {}; in esw_add_fdb_peer_miss_rules() local
1347 struct mlx5_flow_destination dest = {}; in esw_add_fdb_miss_rule() local
1411 struct mlx5_flow_destination dest; in esw_add_restore_rule() local
2130 struct mlx5_flow_destination *dest) in mlx5_eswitch_create_vport_rx_rule()
[all …]
/openbmc/linux/tools/testing/selftests/sgx/
H A Dtest_encl.c52 static void *memcpy(void *dest, const void *src, size_t n) in memcpy()
62 static void *memset(void *dest, int c, size_t n) in memset()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c124 struct ip_vs_dest *dest = cp->dest; in ip_vs_in_stats() local
160 struct ip_vs_dest *dest = cp->dest; in ip_vs_out_stats() local
258 struct ip_vs_dest *dest; in ip_vs_sched_persist() local
448 struct ip_vs_dest *dest; in ip_vs_schedule() local
1130 struct ip_vs_dest *dest, in ip_vs_new_conn_out()
1225 struct ip_vs_dest *dest; in __ip_vs_rs_conn_out() local
1509 struct ip_vs_dest *dest; in ipvs_udp_decap() local
1544 struct ip_vs_dest *dest; in ipvs_gre_decap() local
1634 struct ip_vs_dest *dest; in ip_vs_in_icmp() local
1736 struct ip_vs_dest *dest = cp->dest; in ip_vs_in_icmp() local
/openbmc/linux/net/ax25/
H A Dax25_addr.c157 ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags, in ax25_addr_parse()
216 const ax25_address *dest, const ax25_digi *d, int flag, int modulus) in ax25_addr_build()
/openbmc/qemu/target/hppa/
H A Dtranslate.c1385 TCGv_i64 dest, sv; in do_cmpclr() local
1668 TCGv_i64 dest; in do_load() local
2518 TCGv_i64 dest, ofs; in trans_probe() local
3110 TCGv_i64 r, dest; in do_multimedia_sh() local
3322 TCGv_i64 dest, ofs; in trans_ldc() local
3616 TCGv_i64 dest; in trans_movb() local
3635 TCGv_i64 dest; in trans_movbi() local
3715 TCGv_i64 dest, t2; in trans_shrp_imm() local
3797 TCGv_i64 dest, src; in trans_extr_imm() local
3831 TCGv_i64 dest; in trans_depi_imm() local
[all …]
/openbmc/linux/fs/reiserfs/
H A Dlbalance.c19 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_dir_entries() local
138 struct buffer_head *dest = dest_bi->bi_bh; in leaf_copy_boundary_item() local
314 struct buffer_head *dest; in leaf_copy_items_entirely() local
418 struct buffer_head *dest = dest_bi->bi_bh; in leaf_item_bottle() local
524 struct buffer_head *dest; in leaf_copy_items() local
/openbmc/linux/lib/lz4/
H A Dlz4_compress.c179 char * const dest, in LZ4_compress_generic()
461 char *dest, in LZ4_compress_fast_extState()
503 int LZ4_compress_fast(const char *source, char *dest, int inputSize, in LZ4_compress_fast()
511 int LZ4_compress_default(const char *source, char *dest, int inputSize, in LZ4_compress_default()
858 char *dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast_continue()
/openbmc/linux/arch/sparc/lib/
H A DNGmemcpy.S40 #define LOAD(type,addr,dest) type [addr], dest argument
42 #define LOAD(type,addr,dest) type##a [addr] 0x80, dest argument
/openbmc/u-boot/lib/libavb/
H A Davb_footer.c9 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest) { in avb_footer_validate_and_byteswap()
H A Davb_kernel_cmdline_descriptor.c10 const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) { in avb_kernel_cmdline_descriptor_validate_and_byteswap()
H A Davb_hash_descriptor.c10 AvbHashDescriptor* dest) { in avb_hash_descriptor_validate_and_byteswap()
H A Davb_hashtree_descriptor.c10 const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) { in avb_hashtree_descriptor_validate_and_byteswap()
H A Davb_chain_partition_descriptor.c10 const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) { in avb_chain_partition_descriptor_validate_and_byteswap()
/openbmc/linux/arch/powerpc/kernel/
H A Dio.c150 void _memcpy_fromio(void *dest, const volatile void __iomem *src, in _memcpy_fromio()
181 void _memcpy_toio(volatile void __iomem *dest, const void *src, unsigned long n) in _memcpy_toio()
/openbmc/linux/kernel/trace/
H A Dtrace_probe_tmpl.h88 fetch_store_symstring(unsigned long addr, void *dest, void *base) in fetch_store_symstring()
124 void *dest, void *base) in process_fetch_insn_bottom()
/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()
468 static inline int cpacf_kmctr(unsigned long func, void *param, u8 *dest, in cpacf_kmctr()
502 u8 *dest, unsigned long dest_len, in cpacf_prno()
597 static inline void cpacf_kma(unsigned long func, void *param, u8 *dest, in cpacf_kma()

12345678910>>...41