| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| H A D | kfd_packet_manager.c | 75 map_queue_size = pm->pmf->map_queues_size; in pm_calc_rlib_size() 77 *rlib_size = process_count * pm->pmf->map_process_size + in pm_calc_rlib_size() 85 *rlib_size += pm->pmf->runlist_size; in pm_calc_rlib_size() 161 retval = pm->pmf->map_process(pm, &rl_buffer[rl_wptr], qpd); in pm_create_runlist_ib() 166 inc_wptr(&rl_wptr, pm->pmf->map_process_size, in pm_create_runlist_ib() 176 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib() 184 pm->pmf->map_queues_size, in pm_create_runlist_ib() 195 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib() 204 pm->pmf->map_queues_size, in pm_create_runlist_ib() 214 retval = pm->pmf->runlist(pm, &rl_buffer[rl_wptr], in pm_create_runlist_ib() [all …]
|
| H A D | kfd_device_queue_manager.c | 248 const struct packet_manager_funcs *pmf = qpd->dqm->packets.pmf; in flush_texture_cache_nocpsch() local 254 ret = pmf->release_mem(qpd->ib_base, (uint32_t *)qpd->ib_kaddr); in flush_texture_cache_nocpsch() 260 pmf->release_mem_size / sizeof(uint32_t)); in flush_texture_cache_nocpsch()
|
| H A D | kfd_priv.h | 941 const struct packet_manager_funcs *pmf; member
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | if_bwi_cardbus.c | 216 bwi_cardbus_enable(struct bwi_softc *sc, int pmf) in bwi_cardbus_enable() argument 221 if (!pmf) { in bwi_cardbus_enable() 234 if (!pmf) in bwi_cardbus_enable() 243 bwi_cardbus_disable(struct bwi_softc *sc, int pmf) in bwi_cardbus_disable() argument 254 if (!pmf) { in bwi_cardbus_disable()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_gfx.c | 475 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in amdgpu_gfx_disable_kcq() 478 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in amdgpu_gfx_disable_kcq() 483 kiq->pmf->kiq_unmap_queues(kiq_ring, &adev->gfx.compute_ring[i], in amdgpu_gfx_disable_kcq() 496 if (!kiq->pmf || !kiq->pmf->kiq_map_queues || !kiq->pmf->kiq_set_resources) in amdgpu_gfx_enable_kcq() 517 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in amdgpu_gfx_enable_kcq() 519 kiq->pmf->set_resources_size); in amdgpu_gfx_enable_kcq() 525 kiq->pmf->kiq_set_resources(kiq_ring, queue_mask); in amdgpu_gfx_enable_kcq() 527 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.compute_ring[i]); in amdgpu_gfx_enable_kcq()
|
| H A D | amdgpu_gfx_v10_0.c | 383 adev->gfx.kiq.pmf = &gfx_v10_0_kiq_pm4_funcs; in gfx_v10_0_set_kiq_pm4_funcs() 3161 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in gfx_v10_0_kiq_enable_kgq() 3164 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in gfx_v10_0_kiq_enable_kgq() 3172 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.gfx_ring[i]); in gfx_v10_0_kiq_enable_kgq() 3784 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_kiq_disable_kgq() 3787 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in gfx_v10_0_kiq_disable_kgq() 3792 kiq->pmf->kiq_unmap_queues(kiq_ring, &adev->gfx.gfx_ring[i], in gfx_v10_0_kiq_disable_kgq() 4643 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_ring_preempt_ib() 4646 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) in gfx_v10_0_ring_preempt_ib() 4653 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, PREEMPT_QUEUES_NO_UNMAP, in gfx_v10_0_ring_preempt_ib()
|
| H A D | amdgpu_gfx.h | 98 const struct kiq_pm4_funcs *pmf; member
|
| H A D | amdgpu_gmc_v10_0.c | 428 amdgpu_ring_alloc(ring, kiq->pmf->invalidate_tlbs_size + 8); in gmc_v10_0_flush_gpu_tlb_pasid() 429 kiq->pmf->kiq_invalidate_tlbs(ring, in gmc_v10_0_flush_gpu_tlb_pasid()
|
| H A D | amdgpu_gmc_v9_0.c | 587 amdgpu_ring_alloc(ring, kiq->pmf->invalidate_tlbs_size + 8); in gmc_v9_0_flush_gpu_tlb_pasid() 588 kiq->pmf->kiq_invalidate_tlbs(ring, in gmc_v9_0_flush_gpu_tlb_pasid()
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 46 percpu.9 pfil.9 physio.9 pktqueue.9 pmap.9 pmatch.9 pmf.9 pool.9 \ 772 MLINKS+=pmf.9 pmf_device_register.9 pmf.9 pmf_device_register1.9 \ 773 pmf.9 pmf_device_deregister.9 \ 774 pmf.9 pmf_device_suspend.9 pmf.9 pmf_device_resume.9 \ 775 pmf.9 pmf_device_recursive_suspend.9 \ 776 pmf.9 pmf_device_recursive_resume.9 \ 777 pmf.9 pmf_device_subtree_resume.9 \ 778 pmf [all...] |
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | pbase_type_info.cc | 54 static const pmf_type pmf = nullptr; in __do_catch() local 55 *thr_obj = const_cast<pmf_type*>(&pmf); in __do_catch()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | pbase_type_info.cc | 54 static const pmf_type pmf = nullptr; in __do_catch() local 55 *thr_obj = const_cast<pmf_type*>(&pmf); in __do_catch()
|
| /netbsd-src/share/man/man9lua/ |
| H A D | Makefile | 3 MAN= systm.9lua intro.9lua pmf.9lua
|
| /netbsd-src/sys/dev/hpc/ |
| H A D | files.hpcapm | 15 # for those who do driver conversion to pmf(9).
|
| /netbsd-src/sys/sys/ |
| H A D | Makefile | 35 param.h pcu.h pipe.h pmf.h poll.h pool.h power.h proc.h \
|
| /netbsd-src/share/mk/ |
| H A D | bsd.sys.mk | 124 CXXFLAGS+= ${${ACTIVE_CXX} == "gcc":? -Wno-non-template-friend -Wno-pmf-conversions :}
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | NEWS | 314 + New warning -Wno-pmf-conversion (don't warn about
|
| H A D | constexpr.c | 3708 bool pmf = TYPE_PTRMEMFUNC_P (TREE_TYPE (whole)); in cxx_eval_component_reference() local 3713 if (pmf ? DECL_NAME (field) == DECL_NAME (part) in cxx_eval_component_reference()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1994 | 942 * decl.c (build_ptrmemfunc_type): Unset IS_AGGR_TYPE on pmf types. 1963 * typeck2.c (digest_init): Handle initializing a pmf with an 2784 * class.c (instantiate_type): Deal with pmf's. 2898 * class.c (finish_struct): Resolve yet another class/pmf confusion. 4525 * decl.c (build_ptrmemfunc_type): Make sure that the pmf type 5166 * typeck.c (build_modify_expr): Don't treat pmf's as class objects.
|
| H A D | ChangeLog-1996 | 354 * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions. 622 * typeck2.c (store_init_value): Check for initializing pmf with { } 1227 (standard_conversion): Fix pmf convs.
|
| H A D | ChangeLog-1995 | 2112 * typeck.c (build_conditional_expr): Handle pmf's better. 2331 (convert_for_assignment): Fix pmf support. 2477 pmf to another.
|
| H A D | constexpr.cc | 4097 bool pmf = TYPE_PTRMEMFUNC_P (TREE_TYPE (whole)); in cxx_eval_component_reference() local 4102 if (pmf ? DECL_NAME (field) == DECL_NAME (part) in cxx_eval_component_reference()
|
| H A D | ChangeLog-1999 | 3867 * cvt.c (cp_convert_to_pointer): Don't force pmf conversions. 4953 same_type_p for pmf bits. Don't use build_binary_op to compare 6568 * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 2985 pmf
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | locale.cpp | 663 __fake_bind(void (locale::id::* pmf)(), locale::id* id) in __fake_bind() argument 664 : id_(id), pmf_(pmf) {} in __fake_bind()
|