Home
last modified time | relevance | path

Searched defs:dest (Results 76 – 100 of 1007) sorted by relevance

12345678910>>...41

/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c209 static void pxa2xx_draw_line2(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line2()
234 static void pxa2xx_draw_line4(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line4()
259 static void pxa2xx_draw_line8(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line8()
284 static void pxa2xx_draw_line16(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line16()
312 static void pxa2xx_draw_line16t(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line16t()
350 static void pxa2xx_draw_line18(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line18()
372 static void pxa2xx_draw_line18p(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line18p()
420 static void pxa2xx_draw_line19(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line19()
515 static void pxa2xx_draw_line24(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line24()
562 static void pxa2xx_draw_line25(void *opaque, uint8_t *dest, const uint8_t *src, in pxa2xx_draw_line25()
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dfeature-fixups.c47 static int patch_alt_instruction(u32 *src, u32 *dest, u32 *alt_start, u32 *alt_end) in patch_alt_instruction()
73 u32 *start, *end, *alt_start, *alt_end, *src, *dest; in patch_feature_section_mask() local
128 static bool is_fixup_addr_valid(void *dest, size_t size) in is_fixup_addr_valid()
140 unsigned int *dest = (void *)start + *start; in do_patch_fixups() local
161 unsigned int *dest = (void *)start + *start; in do_patch_entry_fixups() local
588 u32 *dest; in do_lwsync_fixups() local
606 u32 *src, *dest, *end; in do_final_fixups() local
H A Dpmem.c69 long __copy_from_user_flushcache(void *dest, const void __user *src, in __copy_from_user_flushcache()
80 void memcpy_flushcache(void *dest, const void *src, size_t size) in memcpy_flushcache()
/openbmc/libmctp/
H A Dcore.c42 uint8_t dest; member
184 uint8_t dest, uint8_t tag) in mctp_msg_ctx_lookup()
200 uint8_t dest, uint8_t tag) in mctp_msg_ctx_create()
341 static struct mctp_bus *find_bus_for_eid(struct mctp *mctp, mctp_eid_t dest in find_bus_for_eid()
476 static inline bool mctp_rx_dest_is_local(struct mctp_bus *bus, mctp_eid_t dest) in mctp_rx_dest_is_local()
494 mctp_eid_t dest, bool tag_owner, uint8_t msg_tag, void *buf, in mctp_rx()
769 mctp_eid_t dest, bool tag_owner, in mctp_message_tx_on_bus()
/openbmc/qemu/hw/intc/
H A Dapic.c290 static void apic_deliver_irq(uint32_t dest, uint8_t dest_mode, in apic_deliver_irq()
517 static bool apic_match_dest(APICCommonState *apic, uint32_t dest) in apic_match_dest()
526 static void apic_find_dest(uint32_t *deliver_bitmask, uint32_t dest) in apic_find_dest()
565 uint32_t dest, uint8_t dest_mode) in apic_get_delivery_bitmask()
657 static void apic_deliver(DeviceState *dev, uint32_t dest, uint8_t dest_mode, in apic_deliver()
925 uint32_t dest = (addr & MSI_ADDR_DEST_ID_MASK) >> MSI_ADDR_DEST_ID_SHIFT; in apic_send_msi() local
1000 uint32_t dest; in apic_register_write() local
/openbmc/linux/arch/s390/kernel/
H A Dmodule.c213 void *(*write)(void *dest, const void *src, size_t len)) in apply_rela_bits()
217 void *dest = (void *)loc; in apply_rela_bits() local
260 void *(*write)(void *dest, const void *src, size_t len)) in apply_rela()
466 void *(*write)(void *dest, const void *src, size_t len)) in __apply_relocate_add()
/openbmc/linux/arch/x86/math-emu/
H A Dpoly.h74 static inline void add_Xsig_Xsig(Xsig *dest, const Xsig *x2) in add_Xsig_Xsig()
88 static inline void add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) in add_two_Xsig()
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c23 #define RVij(rv, src, dest) ((rv)->register_values[(dest)][(src)]) argument
42 for (unsigned int dest = NI_NAMES_BASE; in family_write() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp6.c79 const struct in6_addr *dest, *src; in dump_tcp6_sock() local
156 const struct in6_addr *dest, *src; in dump_tw_sock() local
186 struct in6_addr *src, *dest; in dump_req_sock() local
/openbmc/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c15 void* avb_memcpy(void* dest, const void* src, size_t n) { in avb_memcpy()
19 void* avb_memset(void* dest, const int c, size_t n) { in avb_memset()
/openbmc/linux/mm/kasan/
H A Dshadow.c61 void *memmove(void *dest, const void *src, size_t len) in memmove()
72 void *memcpy(void *dest, const void *src, size_t len) in memcpy()
92 void *__asan_memmove(void *dest, const void *src, ssize_t len) in __asan_memmove()
103 void *__asan_memcpy(void *dest, const void *src, ssize_t len) in __asan_memcpy()
/openbmc/linux/arch/riscv/include/asm/
H A Dinsn-def.h146 #define HLVX_HU(dest, addr) \ argument
150 #define HLV_W(dest, addr) \ argument
155 #define HLV_D(dest, addr) \ argument
159 #define HLV_D(dest, addr) \ argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.cpp287 auto dest = calloutJSON.at("I2C") in calloutI2C() local
339 auto dest = in calloutFSI() local
380 auto dest = calloutJSON.at("FSI-I2C") in calloutFSII2C() local
420 auto dest = calloutJSON.at("FSI-SPI") in calloutFSISPI() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand_spl.c255 void *dest, int len) in nand_read_page()
368 void *dest) in nand_detect_ecc_config()
440 static int nand_detect_config(struct nfc_config *conf, u32 offs, void *dest) in nand_detect_config()
474 unsigned int size, void *dest) in nand_read_buffer()
524 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-flash.c50 u8 *dest = to; in flash_copy_from() local
68 u32 dest = to; in flash_copy_to() local
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_addrtype.h33 __u16 dest; /* dest-type mask */ member
40 __u16 dest; /* dest-type mask */ member
/openbmc/qemu/pc-bios/s390-ccw/
H A Dlibc.h36 uint8_t *dest = s1; in memcpy() local
70 static inline char *strcat(char *dest, const char *src) in strcat()
/openbmc/linux/net/netfilter/
H A Dnft_exthdr.c38 static int nft_skb_copy_to_reg(const struct sk_buff *skb, int offset, u32 *dest, unsigned int len) in nft_skb_copy_to_reg()
51 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_ipv6_eval() local
146 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_ipv4_eval() local
197 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_tcp_eval() local
377 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_sctp_eval() local
418 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_dccp_eval() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_ttc.c193 struct mlx5_flow_destination *dest, u16 etype, u8 proto) in mlx5_generate_ttc_rule()
360 struct mlx5_flow_destination *dest, in mlx5_generate_inner_ttc_rule()
594 struct mlx5_flow_destination *dest = &ttc->rules[type].default_dest; in mlx5_ttc_get_default_dest() local
605 struct mlx5_flow_destination dest = mlx5_ttc_get_default_dest(ttc, type); in mlx5_ttc_fwd_default_dest() local
/openbmc/linux/drivers/i3c/
H A Dmaster.c799 struct i3c_ccc_cmd_dest dest; in i3c_master_rstdaa_locked() local
838 struct i3c_ccc_cmd_dest dest; in i3c_master_entdaa_locked() local
855 struct i3c_ccc_cmd_dest dest; in i3c_master_enec_disec_locked() local
940 struct i3c_ccc_cmd_dest dest; in i3c_master_defslvs_locked() local
1012 struct i3c_ccc_cmd_dest dest; in i3c_master_setda_locked() local
1049 struct i3c_ccc_cmd_dest dest; in i3c_master_getmrl_locked() local
1091 struct i3c_ccc_cmd_dest dest; in i3c_master_getmwl_locked() local
1122 struct i3c_ccc_cmd_dest dest; in i3c_master_getmxds_locked() local
1158 struct i3c_ccc_cmd_dest dest; in i3c_master_gethdrcap_locked() local
1189 struct i3c_ccc_cmd_dest dest; in i3c_master_getpid_locked() local
[all …]
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.c354 void *dest, size_t n, struct nal_h264_sps *sps) in nal_h264_write_sps()
445 void *dest, size_t n, struct nal_h264_pps *pps) in nal_h264_write_pps()
529 ssize_t nal_h264_write_filler(const struct device *dev, void *dest, size_t n) in nal_h264_write_filler()
/openbmc/linux/arch/parisc/boot/compressed/
H A Dmisc.c65 void *memmove(void *dest, const void *src, size_t n) in memmove()
93 char *dest = (char *)d; in memcpy() local
242 void *dest; in parse_elf() local
/openbmc/linux/arch/ia64/kernel/
H A Diosapic.c141 unsigned int dest; /* destination CPU physical ID */ member
215 set_rte (unsigned int gsi, unsigned int irq, unsigned int dest, int mask) in set_rte()
331 int cpu, dest, rte_index; in iosapic_set_affinity() local
716 unsigned int dest; in iosapic_register_intr() local
787 unsigned int dest; in iosapic_unregister_intr() local
864 unsigned int dest = ((id << 8) | eid) & 0xffff; in iosapic_register_platform_intr() local
917 unsigned int dest = cpu_physical_id(smp_processor_id()); in iosapic_override_isa_irq() local
/openbmc/linux/fs/nfs/
H A Dnfsroot.c164 static int __init root_nfs_copy(char *dest, const char *src, in root_nfs_copy()
172 static int __init root_nfs_cat(char *dest, const char *src, in root_nfs_cat()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.c732 u8 *from, *dest; in i40e_write_byte() local
772 u8 *from, *dest; in i40e_write_word() local
816 u8 *from, *dest; in i40e_write_dword() local
868 u8 *from, *dest; in i40e_write_qword() local
933 u8 *dest) in i40e_set_hmc_context()

12345678910>>...41