Home
last modified time | relevance | path

Searched refs:dest (Results 1551 – 1575 of 1843) sorted by relevance

1...<<61626364656667686970>>...74

/openbmc/qemu/target/cris/
H A Dtranslate.c462 static bool use_goto_tb(DisasContext *dc, target_ulong dest) in use_goto_tb() argument
464 return translator_use_goto_tb(&dc->base, dest); in use_goto_tb()
467 static void gen_goto_tb(DisasContext *dc, int n, target_ulong dest) in gen_goto_tb() argument
469 if (use_goto_tb(dc, dest)) { in gen_goto_tb()
471 tcg_gen_movi_tl(env_pc, dest); in gen_goto_tb()
474 tcg_gen_movi_tl(env_pc, dest); in gen_goto_tb()
/openbmc/u-boot/drivers/mmc/
H A Dftsdc010_mci.c254 uint8_t *buf = (uint8_t *)data->dest; in ftsdc010_request()
H A Ddavinci_mmc.c291 data_buf = data->dest;
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c258 udph->dest = cp->dport; in udp_dnat_handler()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Migrate-to-use-g_memdup2.patch169 guchar *md5, *dest;
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Ddeploy.py359 …strip_opts.add_argument('--no-strip', help='Do not strip executables prior to deploy', dest='strip…
/openbmc/qemu/bsd-user/
H A Dqemu.h162 abi_long memcpy_to_target(abi_ulong dest, const void *src,
/openbmc/linux/net/ieee802154/6lowpan/
H A Dreassembly.c303 fq = fq_find(net, cb, &hdr.source, &hdr.dest); in lowpan_frag_rcv()
/openbmc/linux/tools/testing/selftests/net/
H A Dtoeplitz.c310 const int off_dport = offsetof(struct tcphdr, dest); /* same for udp */ in set_filter()
H A Dtap.c290 udph->dest = htons(58822); in build_udp_packet()
/openbmc/linux/sound/core/seq/
H A Dseq_midi.c89 ev.dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS; in snd_midi_input_event()
/openbmc/linux/arch/arm/include/asm/
H A Duaccess.h582 extern long strncpy_from_user(char *dest, const char __user *src, long count);
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-hashclient234 …parser.add_argument('--no-netrc', '-n', action="store_false", dest="netrc", help="Do not use .netr…
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_cmd.c1147 static int copy_wc_to_user(struct ib_device *ib_dev, void __user *dest, in copy_wc_to_user() argument
1171 if (copy_to_user(dest, &tmp, sizeof tmp)) in copy_wc_to_user()
1695 copy_ah_attr_to_uverbs(&resp.dest, &attr->ah_attr); in ib_uverbs_query_qp()
1776 if (!rdma_is_port_valid(qp->device, cmd->base.dest.port_num)) { in modify_qp()
1797 if (cmd->base.dest.port_num != qp->real_qp->port) { in modify_qp()
1817 cmd->base.port_num != cmd->base.dest.port_num) { in modify_qp()
1824 cmd->base.port_num = cmd->base.dest.port_num; in modify_qp()
1896 &cmd->base.dest); in modify_qp()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c315 uint64_t u_dest = UNSIGNED(dest, df); in msa_binsl_df()
396 uint64_t u_dest = UNSIGNED(dest, df); in msa_binsr_df()
2359 return dest + (even_arg1 * even_arg2) + (odd_arg1 * odd_arg2); in msa_dpadd_s_df()
3225 return dest + arg1 * arg2; in msa_maddv_df()
3297 return dest - arg1 * arg2; in msa_msubv_df()
5290 #define BIT_MOVE_IF_NOT_ZERO(dest, arg1, arg2, df) \ argument
5291 UNSIGNED(((dest & (~arg2)) | (arg1 & arg2)), df)
5295 #define BIT_MOVE_IF_ZERO(dest, arg1, arg2, df) \ argument
5296 UNSIGNED((dest & arg2) | (arg1 & (~arg2)), df)
5300 #define BIT_SELECT(dest, arg1, arg2, df) \ argument
[all …]
/openbmc/linux/kernel/irq/
H A Dchip.c1442 const struct cpumask *dest, bool force) in irq_chip_set_affinity_parent() argument
1446 return data->chip->irq_set_affinity(data, dest, force); in irq_chip_set_affinity_parent()
/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c132 process_fetch_insn(struct fetch_insn *code, void *rec, void *dest, in process_fetch_insn() argument
166 return process_fetch_insn_bottom(code, val, dest, base); in process_fetch_insn()
/openbmc/linux/drivers/dma/
H A Dep93xx_dma.c987 ep93xx_dma_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dest, in ep93xx_dma_prep_dma_memcpy() argument
1005 desc->dst_addr = dest + offset; in ep93xx_dma_prep_dma_memcpy()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h1038 static inline void hns_roce_write64_k(__le32 val[2], void __iomem *dest) in hns_roce_write64_k() argument
1040 writeq(*(u64 *)val, dest); in hns_roce_write64_k()
/openbmc/linux/net/ipv4/
H A Draw.c1027 __be32 dest = inet->inet_daddr, in raw_sock_seq_show() local
1034 i, src, srcp, dest, destp, sp->sk_state, in raw_sock_seq_show()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass98 def setup_hosttools_dir(dest, toolsvar, d, fatal=True):
106 bb.utils.mkdirhier(dest)
109 desttool = os.path.join(dest, tool)
/openbmc/qemu/disas/
H A Dhppa.c2759 const char * const * dest = float_format_names; in print_insn_hppa() local
2772 dest = sub & 4 ? fcnv_ufixed_names : fcnv_fixed_names; in print_insn_hppa()
2775 t, source[sf], dest[df]); in print_insn_hppa()
/openbmc/linux/arch/ia64/kernel/
H A Dhead.S41 #define SAVE_FROM_REG(src, ptr, dest) \ argument
42 mov dest=src;; \
43 st8 [ptr]=dest,0x08
/openbmc/linux/drivers/ntb/
H A Dntb_transport.c1816 dma_addr_t dest; in ntb_async_tx_submit() local
1820 dest = qp->tx_mw_dma_addr + qp->tx_max_frame * entry->tx_index; in ntb_async_tx_submit()
1822 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1839 txd = device->device_prep_dma_memcpy(chan, dest, unmap->addr[0], len, in ntb_async_tx_submit()
/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c1603 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add() argument
1688 switch (dest->type) { in tsi148_dma_list_add()
1690 pci_attr = dest->private; in tsi148_dma_list_add()
1699 vme_attr = dest->private; in tsi148_dma_list_add()

1...<<61626364656667686970>>...74