Home
last modified time | relevance | path

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

12

/openbsd/usr.bin/ssh/
H A Dbitmap.c55 bitmap_zero(b); in bitmap_free()
63 bitmap_zero(struct bitmap *b) in bitmap_zero() function
197 bitmap_zero(b); in bitmap_from_string()
H A Dbitmap.h34 void bitmap_zero(struct bitmap *b);
/openbsd/regress/usr.bin/ssh/unittests/bitmap/
H A Dtests.c43 bitmap_zero(b); in tests()
92 bitmap_zero(b); in tests()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddf.c419 bitmap_zero (bb_info->rd_kill);
421 bitmap_zero (bb_info->rd_gen);
431 bitmap_zero (bb_info->ru_kill);
434 bitmap_zero (bb_info->ru_gen);
444 bitmap_zero (bb_info->lr_def);
446 bitmap_zero (bb_info->lr_use);
551 bitmap_zero (df->bbs_modified);
2362 bitmap_zero (df->bbs_modified);
2363 bitmap_zero (df->insns_modified);
3651 bitmap_zero (in[i]);
[all …]
H A Dbitmap.h123 #define bitmap_zero(a) bitmap_clear (a) macro
H A Dra-build.c1189 bitmap_zero (info->live_throughout);
2473 bitmap_zero (already); in detect_spill_temps()
/openbsd/sys/dev/pci/drm/include/linux/
H A Dbitmap.h46 bitmap_zero(void *p, u_int n) in bitmap_zero() function
/openbsd/gnu/gcc/gcc/
H A Dbitmap.h165 #define bitmap_zero(a) bitmap_clear (a) macro
H A Dtree-ssa-live.h313 bitmap_zero (live->livein[p2]); in live_merge_and_clear()
H A Dtree-ssa-dom.c322 bitmap_zero (need_eh_cleanup); in tree_ssa_dominator_optimize()
H A Dtree-vect-transform.c3041 bitmap_zero (vect_vnames_to_rename); in vect_transform_loop()
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dscheduler.c1420 bitmap_zero(s->shadow_ctx_desc_updated, I915_NUM_ENGINES); in intel_vgpu_setup_submission()
1435 bitmap_zero(s->tlb_handle_pending, I915_NUM_ENGINES); in intel_vgpu_setup_submission()
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/
H A Damdgpu_smu.c563 bitmap_zero(feature->allowed, SMU_FEATURE_MAX); in smu_get_driver_allowed_feature_mask()
1111 bitmap_zero(smu->smu_feature.supported, SMU_FEATURE_MAX); in smu_sw_init()
1112 bitmap_zero(smu->smu_feature.allowed, SMU_FEATURE_MAX); in smu_sw_init()
/openbsd/sys/dev/pci/drm/apple/
H A Ddcp.c874 bitmap_zero(dcp->memdesc_map, DCP_MAX_MAPPINGS); in dcp_comp_bind()
/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device.c107 bitmap_zero(kfd->device_info.reserved_sdma_queues_bitmap, KFD_MAX_SDMA_QUEUES); in kfd_device_info_set_sdma_info()
H A Dkfd_svm.c1635 bitmap_zero(ctx->bitmap, MAX_GPU_INSTANCE); in svm_range_validate_and_map()
3728 bitmap_zero(bitmap_access, MAX_GPU_INSTANCE); in svm_range_get_attr()
3729 bitmap_zero(bitmap_aip, MAX_GPU_INSTANCE); in svm_range_get_attr()
H A Dkfd_device_queue_manager.c128 bitmap_zero(dqm->sdma_bitmap, KFD_MAX_SDMA_QUEUES); in init_sdma_bitmaps()
131 bitmap_zero(dqm->xgmi_sdma_bitmap, KFD_MAX_SDMA_QUEUES); in init_sdma_bitmaps()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_power.c693 bitmap_zero(power_domains->async_put_domains[1].bits, in intel_display_power_put_async_work()
H A Dintel_display.c1842 bitmap_zero(mask->bits, POWER_DOMAIN_NUM); in get_crtc_power_domains()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dgfx_v11_0.c721 bitmap_zero(adev->gfx.me.queue_bitmap, AMDGPU_MAX_GFX_QUEUES); in gfx_v11_0_me_init()
732 bitmap_zero(adev->gfx.mec_bitmap[0].queue_bitmap, AMDGPU_MAX_COMPUTE_QUEUES); in gfx_v11_0_mec_init()
H A Dgfx_v7_0.c2730 bitmap_zero(adev->gfx.mec_bitmap[0].queue_bitmap, AMDGPU_MAX_COMPUTE_QUEUES); in gfx_v7_0_mec_init()
H A Dgfx_v9_4_3.c463 bitmap_zero(adev->gfx.mec_bitmap[i].queue_bitmap, in gfx_v9_4_3_mec_init()
H A Damdgpu_device.c3600 bitmap_zero(adev->gfx.pipe_reserve_bitmap, AMDGPU_MAX_COMPUTE_QUEUES); in amdgpu_device_init()
H A Dgfx_v10_0.c4182 bitmap_zero(adev->gfx.me.queue_bitmap, AMDGPU_MAX_GFX_QUEUES); in gfx_v10_0_me_init()
4198 bitmap_zero(adev->gfx.mec_bitmap[0].queue_bitmap, AMDGPU_MAX_COMPUTE_QUEUES); in gfx_v10_0_mec_init()
H A Dgfx_v8_0.c1307 bitmap_zero(adev->gfx.mec_bitmap[0].queue_bitmap, AMDGPU_MAX_COMPUTE_QUEUES); in gfx_v8_0_mec_init()

12