| /linux/drivers/dma/dw/ |
| H A D | of.c | 88 memset32(pdata->multi_block, 1, nr_channels); in dw_dma_parse_dt() 91 memset32(pdata->max_burst, DW_DMA_MAX_BURST, nr_channels); in dw_dma_parse_dt()
|
| /linux/arch/arm/include/asm/ |
| H A D | string.h | 36 static inline void *memset32(uint32_t *p, uint32_t v, __kernel_size_t n) in memset32() function
|
| /linux/arch/x86/include/asm/ |
| H A D | string_64.h | 45 static inline void *memset32(uint32_t *s, uint32_t v, size_t n) in memset32() function
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_iommu_v2.c | 83 memset32(v2_context->stlb_cpu[stlb], MMUv2_PTE_EXCEPTION, in etnaviv_iommuv2_ensure_stlb() 295 memset32(v2_context->mtlb_cpu, MMUv2_PTE_EXCEPTION, in etnaviv_iommuv2_context_alloc()
|
| H A D | etnaviv_iommu.c | 158 memset32(v1_context->pgtable_cpu, global->bad_page_dma, PT_ENTRIES); in etnaviv_iommuv1_context_alloc()
|
| H A D | etnaviv_flop_reset.c | 105 memset32(buffer, 0x01010101, size / 4); in etnaviv_flop_reset_ppu_fill_input()
|
| H A D | etnaviv_mmu.c | 506 memset32(global->bad_page_cpu, 0xdead55aa, SZ_4K / sizeof(u32)); in etnaviv_iommu_global_init()
|
| /linux/arch/arm64/kernel/ |
| H A D | vdso.c | 212 memset32(sigpage, (__force u32)poison, PAGE_SIZE / sizeof(poison)); in aarch32_alloc_sigpage()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring.c | 304 memset32(cs, POISON_INUSE, bytes / sizeof(*cs)); in intel_ring_begin()
|
| H A D | selftest_mocs.c | 226 memset32(arg->vaddr, STACK_MAGIC, PAGE_SIZE / sizeof(u32)); in check_mocs_engine()
|
| H A D | selftest_engine_pm.c | 77 u32 *sema = memset32(engine->status_page.addr + 1000, 0, 5); in __measure_timestamps()
|
| H A D | selftest_execlists.c | 378 memset32(tmp->ring->vaddr, in live_unlite_ring() 527 memset32(ring->vaddr, STACK_MAGIC, ring->size / sizeof(u32)); in live_pin_rewind() 1156 slot = memset32(engine->status_page.addr + 1000, 0, 4); in live_timeslice_rewind() 1244 memset32(&slot[0], -1, 4); in live_timeslice_rewind() 2829 memset32(tmp->ring->vaddr, in __live_preempt_ring()
|
| H A D | selftest_migrate.c | 632 memset32(cs, MI_NOOP, sz); in live_emit_pte_full_ring()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_heartbeat.c | 88 memset32((uint32_t *)hb_stats, ADF_HB_EMPTY_SIG, mem_items_to_fill); in adf_heartbeat_check_ctrs()
|
| /linux/drivers/hwmon/ |
| H A D | mr75203.c | 838 memset32(temp_config, HWMON_T_INPUT, ts_num); in mr75203_probe() 889 memset32(in_config, HWMON_I_INPUT, pvt->vm_channels.total); in mr75203_probe()
|
| H A D | asus_wmi_sensors.c | 261 memset32(cfg, config, num); in asus_wmi_hwmon_add_chan_info()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_perf.c | 360 store = memset32(rq->engine->status_page.addr + 512, 0, 32); in live_noa_gpr()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dbring.c | 36 memset32(buffer, ATH11K_DB_MAGIC_VALUE, size); in ath11k_dbring_fill_magic_value()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmm.c | 411 memset32(&pgt->pte[ptei].u, sparse.u, ptes); in nvkm_vmm_sparse_ptes() 423 memset32(&pt->pte[ptei].u, 0x00, ptes); in nvkm_vmm_sparse_unref_ptes() 482 memset32(&pgt->pte[pteb].u, 0x00, ptes); in nvkm_vmm_ref_hwpt()
|
| /linux/drivers/usb/typec/ |
| H A D | rt1719.c | 294 memset32(data->spdos, 0, RT1719_MAX_SRCPDO); in rt1719_detach()
|
| /linux/drivers/input/touchscreen/ |
| H A D | cyttsp5.c | 418 memset32(si->key_code, KEY_RESERVED, si->num_btns); in cyttsp5_parse_dt_key_code()
|
| /linux/lib/tests/ |
| H A D | string_kunit.c | 74 memset32(p + i, 0xb1b2b3b4, j); in string_test_memset32()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_cmd_parser.c | 1228 memset32(dst + length, 0, (dst_obj->base.size - length) / sizeof(u32)); in copy_batch()
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 30 memset32(area, BREAKPOINT_INSTRUCTION, size / 4); in bpf_jit_fill_ill_insns()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 4985 memset32(tp->luntbl, cpu_to_scr(vtobus(&np->badlun_sa)), 64); 5071 memset32(lp->itlq_tbl, cpu_to_scr(np->notask_ba), SYM_CONF_MAX_TASK); 5765 memset32(np->badluntbl, cpu_to_scr(vtobus(&np->badlun_sa)), 64);
|