Home
last modified time | relevance | path

Searched refs:ev_count (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/netbsd-src/sys/uvm/pmap/
H A Dpmap_synci.c62 ti->ti_evcnt_synci_asts.ev_count++; in pmap_tlb_syncicache_ast()
68 ti->ti_evcnt_synci_all.ev_count++; in pmap_tlb_syncicache_ast()
69 ti->ti_evcnt_synci_pages.ev_count += pmap_tlb_synci_page_mask+1; in pmap_tlb_syncicache_ast()
84 ti->ti_evcnt_synci_pages.ev_count++; in pmap_tlb_syncicache_ast()
123 ti->ti_evcnt_synci_duplicate.ev_count++; in pmap_tlb_syncicache()
135 ti->ti_evcnt_synci_deferred.ev_count++; in pmap_tlb_syncicache()
137 ti->ti_evcnt_synci_desired.ev_count++; in pmap_tlb_syncicache()
157 ci->ci_evcnt_synci_onproc_rqst.ev_count++; in pmap_tlb_syncicache()
159 ci->ci_evcnt_synci_deferred_rqst.ev_count++; in pmap_tlb_syncicache()
197 ci->ci_evcnt_synci_ipi_rqst.ev_count++; in pmap_tlb_syncicache_wanted()
/netbsd-src/sys/arch/mips/mips/
H A Dipifuncs.c124 ci->ci_evcnt_per_ipi[IPI_NOP].ev_count++; in ipi_process()
128 ci->ci_evcnt_per_ipi[IPI_AST].ev_count++; in ipi_process()
132 ci->ci_evcnt_per_ipi[IPI_SHOOTDOWN].ev_count++; in ipi_process()
136 ci->ci_evcnt_per_ipi[IPI_SYNCICACHE].ev_count++; in ipi_process()
140 ci->ci_evcnt_per_ipi[IPI_SUSPEND].ev_count++; in ipi_process()
144 ci->ci_evcnt_per_ipi[IPI_HALT].ev_count++; in ipi_process()
148 ci->ci_evcnt_per_ipi[IPI_XCALL].ev_count++; in ipi_process()
152 ci->ci_evcnt_per_ipi[IPI_GENERIC].ev_count++; in ipi_process()
157 ci->ci_evcnt_per_ipi[IPI_KPREEMPT].ev_count++; in ipi_process()
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_netbsd.h61 atomic_load_relaxed(&((evp)->ev_count))
63 atomic_store_relaxed(&((evp)->ev_count), (val))
65 atomic_store_relaxed(&((evp)->ev_count), \
66 atomic_load_relaxed(&((evp)->ev_count)) + (val))
68 #define IXGBE_EVC_LOAD(evp) ((evp)->ev_count))
69 #define IXGBE_EVC_STORE(evp, val) ((evp)->ev_count = (val))
70 #define IXGBE_EVC_ADD(evp, val) ((evp)->ev_count += (val))
/netbsd-src/sys/arch/riscv/riscv/
H A Dipifuncs.c104 ci->ci_evcnt_per_ipi[IPI_NOP].ev_count++; in ipi_process()
108 ci->ci_evcnt_per_ipi[IPI_AST].ev_count++; in ipi_process()
112 ci->ci_evcnt_per_ipi[IPI_SUSPEND].ev_count++; in ipi_process()
116 ci->ci_evcnt_per_ipi[IPI_HALT].ev_count++; in ipi_process()
120 ci->ci_evcnt_per_ipi[IPI_XCALL].ev_count++; in ipi_process()
124 ci->ci_evcnt_per_ipi[IPI_GENERIC].ev_count++; in ipi_process()
129 ci->ci_evcnt_per_ipi[IPI_KPREEMPT].ev_count++; in ipi_process()
H A Dfpu.c81 curcpu()->ci_ev_fpu_saves.ev_count++; in fpu_state_save()
150 curcpu()->ci_ev_fpu_reenables.ev_count++; in fpu_state_load()
154 curcpu()->ci_ev_fpu_loads.ev_count++; in fpu_state_load()
/netbsd-src/sys/arch/sgimips/sgimips/
H A Dcpu.c124 mips_int5_evcnt.ev_count++; in cpu_intr()
129 mips_int4_evcnt.ev_count++; in cpu_intr()
134 mips_int3_evcnt.ev_count++; in cpu_intr()
139 mips_int2_evcnt.ev_count++; in cpu_intr()
144 mips_int1_evcnt.ev_count++; in cpu_intr()
149 mips_int0_evcnt.ev_count++; in cpu_intr()
/netbsd-src/sys/arch/powerpc/booke/
H A Dtrap.c115 ci->ci_ev_umchk.ev_count++; in mchk_exception()
224 ci->ci_ev_udsi.ev_count++; in dsi_exception()
226 ci->ci_ev_kdsi.ev_count++; in dsi_exception()
259 ci->ci_ev_udsi_fatal.ev_count++; in dsi_exception()
276 ci->ci_ev_isi.ev_count++; in isi_exception()
278 ci->ci_ev_kisi.ev_count++; in isi_exception()
313 ci->ci_softc->cpu_ev_exec_trap_sync.ev_count++; in isi_exception()
334 ci->ci_ev_isi_fatal.ev_count++; in isi_exception()
358 ci->ci_ev_tlbmiss_soft.ev_count++; in dtlb_exception()
363 ci->ci_ev_dtlbmiss_hard.ev_count in dtlb_exception()
[all...]
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_via.c43 struct evcnt { uint64_t ev_count; }; member
212 enc_aligned_evcnt.ev_count++; in aesvia_enc()
215 enc_unaligned_evcnt.ev_count++; in aesvia_enc()
253 dec_aligned_evcnt.ev_count++; in aesvia_dec()
256 dec_unaligned_evcnt.ev_count++; in aesvia_dec()
371 cbcenc_aligned_evcnt.ev_count++; in aesvia_cbc_enc()
376 cbcenc_unaligned_evcnt.ev_count++; in aesvia_cbc_enc()
413 cbcdec_aligned_evcnt.ev_count++; in aesvia_cbc_dec()
416 cbcdec_unaligned_evcnt.ev_count++; in aesvia_cbc_dec()
511 xtsenc_aligned_evcnt.ev_count++; in aesvia_xts_enc()
[all …]
/netbsd-src/sys/arch/ews4800mips/ews4800mips/
H A Dtr2_intr.c163 timer_tr2_ev.ev_count++; in tr2_intr()
173 ih->evcnt.ev_count++; in tr2_intr()
185 ih->evcnt.ev_count++; in tr2_intr()
211 ih->evcnt.ev_count++; in tr2_intr()
220 ih->evcnt.ev_count++; in tr2_intr()
233 ih->evcnt.ev_count++; in tr2_intr()
H A Dtr2a_intr.c192 timer_tr2a_ev.ev_count++; in tr2a_intr()
202 ih->evcnt.ev_count++; in tr2a_intr()
209 ih->evcnt.ev_count++; in tr2a_intr()
241 ih->evcnt.ev_count++; in tr2a_intr()
247 ih->evcnt.ev_count++; in tr2a_intr()
253 ih->evcnt.ev_count++; in tr2a_intr()
/netbsd-src/sys/arch/arm/imx/
H A Dif_enet.c325 sc->sc_ev_t_drop.ev_count += ENET_REG_READ(sc, ENET_RMON_T_DROP); in enet_update_evcnt()
326 sc->sc_ev_t_packets.ev_count += ENET_REG_READ(sc, ENET_RMON_T_PACKETS); in enet_update_evcnt()
327 sc->sc_ev_t_bc_pkt.ev_count += ENET_REG_READ(sc, ENET_RMON_T_BC_PKT); in enet_update_evcnt()
328 sc->sc_ev_t_mc_pkt.ev_count += ENET_REG_READ(sc, ENET_RMON_T_MC_PKT); in enet_update_evcnt()
329 sc->sc_ev_t_crc_align.ev_count += ENET_REG_READ(sc, ENET_RMON_T_CRC_ALIGN); in enet_update_evcnt()
330 sc->sc_ev_t_undersize.ev_count += ENET_REG_READ(sc, ENET_RMON_T_UNDERSIZE); in enet_update_evcnt()
331 sc->sc_ev_t_oversize.ev_count += ENET_REG_READ(sc, ENET_RMON_T_OVERSIZE); in enet_update_evcnt()
332 sc->sc_ev_t_frag.ev_count += ENET_REG_READ(sc, ENET_RMON_T_FRAG); in enet_update_evcnt()
333 sc->sc_ev_t_jab.ev_count += ENET_REG_READ(sc, ENET_RMON_T_JAB); in enet_update_evcnt()
334 sc->sc_ev_t_col.ev_count += ENET_REG_READ(sc, ENET_RMON_T_COL); in enet_update_evcnt()
[all …]
/netbsd-src/sys/arch/pmax/pmax/
H A Ddec_3min.c311 intrtab[slot].ih_count.ev_count++; \
356 pmax_memerr_evcnt.ev_count++; in dec_3min_intr()
369 pmax_clock_evcnt.ev_count++; in dec_3min_intr()
416 intrtab[SYS_DEV_OPT0].ih_count.ev_count++; in dec_3min_intr()
421 intrtab[SYS_DEV_OPT1].ih_count.ev_count++; in dec_3min_intr()
425 intrtab[SYS_DEV_OPT2].ih_count.ev_count++; in dec_3min_intr()
H A Ddec_3100.c191 intrtab[vvv].ih_count.ev_count++; \
210 pmax_clock_evcnt.ev_count++; in dec_3100_intr()
219 pmax_memerr_evcnt.ev_count++; in dec_3100_intr()
H A Ddec_5100.c151 intrtab[vvv].ih_count.ev_count++; \
180 pmax_clock_evcnt.ev_count++; in dec_5100_intr()
196 pmax_memerr_evcnt.ev_count++; in dec_5100_intr()
/netbsd-src/sys/arch/sparc/sparc/
H A Dcache.c390 vcache_flush_ctx.ev_count++; in sun4_vcache_flush_context()
421 vcache_flush_reg.ev_count++; in sun4_vcache_flush_region()
444 vcache_flush_seg.ev_count++; in sun4_vcache_flush_segment()
475 vcache_flush_pg.ev_count++; in sun4_vcache_flush_page()
499 vcache_flush_pg.ev_count++; in sun4_vcache_flush_page_hw()
544 vcache_flush_range.ev_count++; in sun4_cache_flush()
595 vcache_flush_ctx.ev_count++; in srmmu_vcache_flush_context()
621 vcache_flush_reg.ev_count++; in srmmu_vcache_flush_region()
649 vcache_flush_seg.ev_count++; in srmmu_vcache_flush_segment()
678 vcache_flush_pg.ev_count++; in srmmu_vcache_flush_page()
[all …]
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dfpu.c143 curcpu()->ci_vfp_use.ev_count++; in fpu_state_load()
145 curcpu()->ci_vfp_reuse.ev_count++; in fpu_state_load()
162 curcpu()->ci_vfp_save.ev_count++; in fpu_state_save()
176 curcpu()->ci_vfp_release.ev_count++; in fpu_state_release()
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dinterrupt.c146 _playstation2_evcnt.dmac.ev_count++; in cpu_intr()
274 _playstation2_evcnt.clock.ev_count, in _debug_print_intr()
275 _playstation2_evcnt.sbus.ev_count, in _debug_print_intr()
276 _playstation2_evcnt.dmac.ev_count, in _debug_print_intr()
/netbsd-src/sys/arch/arm/cortex/
H A Dpl310.c64 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_inv.ev_count) % 8 == 0);
65 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wb.ev_count) % 8 == 0);
66 __CTASSERT(offsetof(struct arml2cc_softc, sc_ev_wbinv.ev_count) % 8 == 0);
318 atomic_inc_64(&arml2cc_sc->sc_ev_inv.ev_count); in arml2cc_sdcache_inv_range()
325 atomic_inc_64(&arml2cc_sc->sc_ev_wb.ev_count); in arml2cc_sdcache_wb_range()
332 atomic_inc_64(&arml2cc_sc->sc_ev_wbinv.ev_count); in arml2cc_sdcache_wbinv_range()
/netbsd-src/sys/arch/x86/x86/
H A Dx86_tlb.c189 atomic_inc_64(&tlbstat_single_req.ev_count); in pmap_tlbstat_count()
192 atomic_inc_64(&tlbstat_kernel[why].ev_count); in pmap_tlbstat_count()
204 atomic_inc_64(&tlbstat_local[why].ev_count); in pmap_tlbstat_count()
207 atomic_inc_64(&tlbstat_remote[why].ev_count); in pmap_tlbstat_count()
444 pmap_tlb_evcnt.ev_count++; in pmap_tlb_shootnow()
453 atomic_add_64(&tlbstat_single_issue.ev_count, in pmap_tlb_shootnow()
/netbsd-src/sys/rump/librump/rumpkern/
H A Dklock.c96 ev_biglock_recurse.ev_count++; in _kernel_lock()
102 ev_biglock_slow.ev_count++; in _kernel_lock()
104 ev_biglock_fast.ev_count++; in _kernel_lock()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dtrap.c102 ci->ci_ev_traps.ev_count++; in trap()
137 ci->ci_ev_kdsi.ev_count++; in trap()
216 ci->ci_ev_udsi.ev_count++; in trap()
253 ci->ci_ev_udsi_fatal.ev_count++; in trap()
291 ci->ci_ev_kisi.ev_count++; in trap()
298 ci->ci_ev_isi.ev_count++; in trap()
326 ci->ci_ev_isi_fatal.ev_count++; in trap()
340 ci->ci_ev_fpu.ev_count++; in trap()
349 ci->ci_ev_ali.ev_count++; in trap()
351 ci->ci_ev_ali_fatal.ev_count++; in trap()
[all …]
/netbsd-src/sys/dev/pci/igc/
H A Digc_evcnt.h252 ((sc)->sc_global_evcnts[cnt].ev_count)
259 ((sc)->sc_driver_evcnts[cnt].ev_count)
275 ((q)->igcq_queue_evcnts[cnt].ev_count)
282 ((sc)->sc_mac_evcnts[cnt].ev_count)
/netbsd-src/sys/dev/pci/
H A Dppb.c545 sc->sc_ev_intr.ev_count++; in ppb_intr()
549 sc->sc_ev_abp.ev_count++; in ppb_intr()
556 sc->sc_ev_pfd.ev_count++; in ppb_intr()
563 sc->sc_ev_msc.ev_count++; in ppb_intr()
570 sc->sc_ev_pdc.ev_count++; in ppb_intr()
582 sc->sc_ev_cc.ev_count++; in ppb_intr()
589 sc->sc_ev_lacs.ev_count++; in ppb_intr()
/netbsd-src/sys/arch/xen/xen/
H A Dxen_clock.c347 ci->ci_xen_cpu_tsc_backwards_evcnt.ev_count++; in xen_vcputime_systime_ns()
373 ci->ci_xen_tsc_delta_negative_evcnt.ev_count++; in xen_vcputime_systime_ns()
399 ci->ci_xen_raw_systime_wraparound_evcnt.ev_count++; in xen_vcputime_systime_ns()
423 ci->ci_xen_raw_systime_backwards_evcnt.ev_count++; in xen_vcputime_systime_ns()
551 ci->ci_xen_timecounter_backwards_evcnt.ev_count++; in xen_global_systime_ns()
818 ci->ci_xen_systime_backwards_hardclock_evcnt.ev_count++; in xen_timer_handler()
849 ci->ci_xen_timecounter_jump_evcnt.ev_count++; in xen_timer_handler()
862 ci->ci_xen_missed_hardclock_evcnt.ev_count++; in xen_timer_handler()
/netbsd-src/sys/arch/evbmips/ingenic/
H A Dintr.c215 clockintrs.ev_count++; in evbmips_iointr()
237 clockintrs.ev_count++; in evbmips_iointr()
270 intrs[idx].ih_count.ev_count++; in ingenic_irq()
298 intrs[idx].ih_count.ev_count++; in ingenic_irq()

12345678910>>...12