Home
last modified time | relevance | path

Searched refs:bitmap_zero (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/target/hexagon/mmvec/
H A Dsystem_ext_mmvec.c37 bitmap_zero(env->vtcm_log.mask, MAX_VEC_SIZE_BYTES); in mem_vector_scatter_init()
46 bitmap_zero(env->vtcm_log.mask, MAX_VEC_SIZE_BYTES); in mem_vector_gather_init()
/openbmc/qemu/target/hexagon/
H A Dtranslate.h154 bitmap_zero(ctx->insn_vregs_written, NUM_VREGS); in ctx_start_hvx_insn()
155 bitmap_zero(ctx->insn_vregs_read, NUM_VREGS); in ctx_start_hvx_insn()
156 bitmap_zero(ctx->insn_qregs_written, NUM_QREGS); in ctx_start_hvx_insn()
157 bitmap_zero(ctx->insn_qregs_read, NUM_QREGS); in ctx_start_hvx_insn()
/openbmc/u-boot/include/linux/
H A Dbitmap.h12 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() function
/openbmc/u-boot/arch/arm/mach-imx/
H A Dddrmc-vf610-calibration.c206 bitmap_zero(rdlvl_rsp, DDRMC_DQS_DQ_MAX_DELAY + 1); in ddrmc_cal_dqs_to_dq()
258 bitmap_zero(rdlvl_rsp, DDRMC_DQS_DQ_MAX_DELAY + 1); in ddrmc_cal_dqs_to_dq()
/openbmc/qemu/hw/core/
H A Dplatform-bus.c104 bitmap_zero(pbus->used_irqs, pbus->num_irqs); in plaform_bus_refresh_irqs()
H A Dmachine-smp.c293 bitmap_zero(caches_bitmap, CACHE_LEVEL_AND_TYPE__MAX); in machine_parse_smp_cache()
/openbmc/qemu/include/qemu/
H A Dbitmap.h113 static inline void bitmap_zero(unsigned long *dst, long nbits) in bitmap_zero() function
/openbmc/qemu/target/s390x/
H A Dcpu_models_system.c241 bitmap_zero(deprecated_feats, S390_FEAT_MAX); in qmp_query_cpu_model_expansion()
H A Dcpu_models.c835 bitmap_zero(s390_qemu_cpu_model.features, S390_FEAT_MAX); in s390_set_qemu_cpu_model()
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c319 bitmap_zero(entry->valid_mapping, nb_pfn); in xen_remap_bucket()
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c300 bitmap_zero(f->endpoints, 32); in reset_config()
/openbmc/qemu/hw/block/
H A Dpflash_cfi02.c242 bitmap_zero(pfl->sector_erase_map, pfl->total_sectors); in pflash_timer()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c492 bitmap_zero(xsrc->lsi_map, xsrc->nr_irqs); in pnv_phb4_update_xsrc()
/openbmc/qemu/hw/scsi/
H A Dmegasas.c621 bitmap_zero(s->frame_map, MEGASAS_MAX_FRAMES); in megasas_reset_frames()