/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 178 TCGv dest) in gen_read_ctrl_reg() 199 TCGv_i64 dest) in gen_read_ctrl_reg_pair() 337 static inline void gen_load_locked4u(TCGv dest, TCGv vaddr, int mem_index) in gen_load_locked4u() 499 target_ulong dest = ctx->pkt->pc + pc_off; in gen_write_new_pc_pcrel() local 1345 void gen_sat_i32(TCGv dest, TCGv source, int width) in gen_sat_i32() 1353 void gen_sat_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_sat_i32_ovfl() 1361 void gen_satu_i32(TCGv dest, TCGv source, int width) in gen_satu_i32() 1371 void gen_satu_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_satu_i32_ovfl() 1379 void gen_sat_i64(TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64() 1387 void gen_sat_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64_ovfl() [all …]
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | x2apic_phys.c | 46 u32 dest = per_cpu(x86_cpu_to_apicid, cpu); in x2apic_send_IPI() local 110 void __x2apic_send_IPI_dest(unsigned int apicid, int vector, unsigned int dest) in __x2apic_send_IPI_dest()
|
H A D | x2apic_cluster.c | 31 u32 dest = x86_cpu_to_logical_apicid[cpu]; in x2apic_send_IPI() local 44 u32 dest; in __x2apic_send_IPI_mask() local
|
H A D | vector.c | 233 assign_vector_locked(struct irq_data *irqd, const struct cpumask *dest) in assign_vector_locked() 269 static int assign_irq_vector(struct irq_data *irqd, const struct cpumask *dest) in assign_irq_vector() 324 assign_managed_vector(struct irq_data *irqd, const struct cpumask *dest) in assign_managed_vector() 433 const struct cpumask *dest = irq_data_get_affinity_mask(irqd); in activate_managed() local 480 const struct cpumask *dest = irq_data_get_affinity_mask(irqd); in vector_free_reserved_and_managed() local 874 const struct cpumask *dest, bool force) in apic_set_affinity()
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc.c | 56 u8 *dest) in cros_ec_lpc_read_bytes() 94 u8 *dest) in cros_ec_lpc_mec_read_bytes() 291 unsigned int bytes, void *dest) in cros_ec_lpc_readmem()
|
/openbmc/linux/sound/soc/sof/amd/ |
H A D | acp-loader.c | 31 u32 offset, void *dest, size_t size) in acp_dsp_block_read() 54 void *dest; in acp_dsp_block_write() local
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | alternative.c | 62 union loongarch_instruction *dest, union loongarch_instruction *src, in recompute_jump() 127 union loongarch_instruction *dest, union loongarch_instruction *src, int nr) in copy_alt_insns()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nft_fib_ipv6.c | 132 u32 *dest = ®s->data[priv->dreg]; in nft_fib6_eval_type() local 162 u32 *dest = ®s->data[priv->dreg]; in nft_fib6_eval() local
|
/openbmc/linux/include/linux/mlx5/ |
H A D | doorbell.h | 50 static inline void mlx5_write64(__be32 val[2], void __iomem *dest) in mlx5_write64()
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | mvo.c | 6 uint8_t dest[6] = {0xff, 0x77, 0x88, 0x99, 0x0c, 0xff}; in main() local
|
/openbmc/linux/arch/sparc/lib/ |
H A D | csum_copy_from_user.S | 20 #define LOAD(type,addr,dest) type##a [addr] %asi, dest argument
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ipl_vmparm.c | 8 size_t ipl_block_get_ascii_vmparm(char *dest, size_t size, in ipl_block_get_ascii_vmparm()
|
/openbmc/linux/lib/ |
H A D | decompress_unxz.c | 206 void *memmove(void *dest, const void *src, size_t size) in memmove() 254 long (*fill)(void *dest, unsigned long size), in unxz()
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-core.c | 100 unsigned char *dest, size_t dlen) in utf8_casefold() 142 unsigned char *dest, size_t dlen) in utf8_normalize()
|
/openbmc/qemu/hw/s390x/ |
H A D | css.c | 761 static void copy_sense_id_to_guest(uint8_t *dest, SenseId *src) in copy_sense_id_to_guest() 1321 static void copy_pmcw_to_guest(PMCW *dest, const PMCW *src) in copy_pmcw_to_guest() 1341 void copy_scsw_to_guest(SCSW *dest, const SCSW *src) in copy_scsw_to_guest() 1351 static void copy_schib_to_guest(SCHIB *dest, const SCHIB *src) in copy_schib_to_guest() 1373 void copy_esw_to_guest(ESW *dest, const ESW *src) in copy_esw_to_guest() 1397 static void copy_pmcw_from_guest(PMCW *dest, const PMCW *src) in copy_pmcw_from_guest() 1417 static void copy_scsw_from_guest(SCSW *dest, const SCSW *src) in copy_scsw_from_guest() 1427 static void copy_schib_from_guest(SCHIB *dest, const SCHIB *src) in copy_schib_from_guest() 1686 static void copy_irb_to_guest(IRB *dest, const IRB *src, const PMCW *pmcw, in copy_irb_to_guest() 1850 static void copy_crw_to_guest(CRW *dest, const CRW *src) in copy_crw_to_guest() [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | fsl_raid.c | 316 struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, in fsl_re_prep_dma_genq() 391 struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, in fsl_re_prep_dma_xor() 403 struct dma_chan *chan, dma_addr_t *dest, dma_addr_t *src, in fsl_re_prep_dma_pq() 526 struct dma_chan *chan, dma_addr_t dest, dma_addr_t src, in fsl_re_prep_dma_memcpy()
|
/openbmc/linux/tools/perf/util/include/asm/ |
H A D | uaccess.h | 5 #define __get_user(src, dest) \ argument
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | vmx-helper.c | 70 void *exit_vmx_ops(void *dest) in exit_vmx_ops()
|
/openbmc/linux/fs/ |
H A D | stack.c | 63 void fsstack_copy_attr_all(struct inode *dest, const struct inode *src) in fsstack_copy_attr_all()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_debugdump.c | 456 void *dest; in nfp_dump_csr_range() local 506 u32 reg_sz, u32 context, void *dest) in nfp_read_indirect_csr() 535 u32 reg_sz, void *dest) in nfp_read_all_indirect_csr_ctx() 559 void *dest; in nfp_dump_indirect_csr_range() local 607 void *dest; in nfp_dump_single_rtsym() local 738 struct ethtool_dump *dump_param, void *dest) in nfp_net_dump_populate_buffer()
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 869 u32 dest, int size) in _dsp_create_task_tree() 883 static void _dsp_create_scb (struct snd_cs46xx *chip, u32 * scb_data, u32 dest) in _dsp_create_scb() 911 static struct dsp_scb_descriptor * _map_scb (struct snd_cs46xx *chip, char * name, u32 dest) in _map_scb() 944 _map_task_tree (struct snd_cs46xx *chip, char * name, u32 dest, u32 size) in _map_task_tree() 975 cs46xx_dsp_create_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, u32 dest) in cs46xx_dsp_create_scb() 1003 u32 dest, int size) in cs46xx_dsp_create_task_tree()
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | smt.c | 924 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, in smt_send_nif() 953 static void smt_send_nif_request(struct s_smc *smc, struct fddi_addr *dest) in smt_send_nif_request() 963 static void smt_send_ecf_request(struct s_smc *smc, struct fddi_addr *dest, in smt_send_ecf_request() 990 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, in smt_send_ecf() 1016 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_config() 1049 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_operation()
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | linux-compat.h | 16 static inline size_t strlcat(char *dest, const char *src, size_t n) in strlcat()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_ct_fast.c | 12 u32 *dest = ®s->data[priv->dreg]; in nft_ct_get_fast_eval() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp4.c | 83 __be32 dest, src; in dump_tcp_sock() local 152 __be32 dest, src; in dump_tw_sock() local
|