Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd/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/sys/arch/riscv/riscv/
H A Dipifuncs.c118 ci->ci_evcnt_per_ipi[IPI_NOP].ev_count++; in ipi_process()
122 ci->ci_evcnt_per_ipi[IPI_AST].ev_count++; in ipi_process()
126 ci->ci_evcnt_per_ipi[IPI_SHOOTDOWN].ev_count++; in ipi_process()
130 ci->ci_evcnt_per_ipi[IPI_SYNCICACHE].ev_count++; in ipi_process()
134 ci->ci_evcnt_per_ipi[IPI_SUSPEND].ev_count++; in ipi_process()
138 ci->ci_evcnt_per_ipi[IPI_HALT].ev_count++; in ipi_process()
142 ci->ci_evcnt_per_ipi[IPI_XCALL].ev_count++; in ipi_process()
146 ci->ci_evcnt_per_ipi[IPI_GENERIC].ev_count++; in ipi_process()
151 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/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/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/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/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()
276 ci->ci_ev_isi.ev_count++; in isi_exception()
278 ci->ci_ev_kisi.ev_count++; in isi_exception()
404 ci->ci_ev_vec.ev_count++; in spe_exception()
466 ci->ci_ev_pgm.ev_count++; in pgm_exception()
546 ci->ci_ev_debug.ev_count++;
579 ci->ci_ev_ali.ev_count++; in ali_exception()
605 ci->ci_ev_fpu.ev_count++; in embedded_fp_data_exception()
[all …]
/netbsd/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()
413 cbcdec_aligned_evcnt.ev_count++; in aesvia_cbc_dec()
511 xtsenc_aligned_evcnt.ev_count++; in aesvia_xts_enc()
605 xtsdec_aligned_evcnt.ev_count++; in aesvia_xts_dec()
700 cbcmac_aligned_evcnt.ev_count++; in aesvia_cbcmac_update1()
[all …]
/netbsd/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/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()
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()
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()
335 sc->sc_ev_t_p64.ev_count += ENET_REG_READ(sc, ENET_RMON_T_P64); in enet_update_evcnt()
342 sc->sc_ev_t_octets.ev_count += ENET_REG_READ(sc, ENET_RMON_T_OCTETS); in enet_update_evcnt()
349 sc->sc_ev_r_frag.ev_count += ENET_REG_READ(sc, ENET_RMON_R_FRAG); in enet_update_evcnt()
350 sc->sc_ev_r_jab.ev_count += ENET_REG_READ(sc, ENET_RMON_R_JAB); in enet_update_evcnt()
[all …]
/netbsd/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/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/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/sys/arch/playstation2/playstation2/
H A Dinterrupt.c147 _playstation2_evcnt.dmac.ev_count++; in cpu_intr()
275 _playstation2_evcnt.clock.ev_count, in _debug_print_intr()
276 _playstation2_evcnt.sbus.ev_count, in _debug_print_intr()
277 _playstation2_evcnt.dmac.ev_count, in _debug_print_intr()
/netbsd/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/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/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/sys/dev/onewire/
H A Dowtemp.c212 sc->sc_ev_update.ev_count++; in owtemp_update()
222 sc->sc_ev_rsterr.ev_count++; in owtemp_update()
235 sc->sc_ev_rsterr.ev_count++; in owtemp_update()
242 sc->sc_ev_crcerr.ev_count++; in owtemp_update()
/netbsd/sys/arch/powerpc/powerpc/
H A Dtrap.c102 ci->ci_ev_traps.ev_count++; in trap()
138 ci->ci_ev_kdsi.ev_count++; in trap()
219 ci->ci_ev_udsi.ev_count++; in trap()
294 ci->ci_ev_kisi.ev_count++; in trap()
301 ci->ci_ev_isi.ev_count++; in trap()
329 ci->ci_ev_isi_fatal.ev_count++; in trap()
343 ci->ci_ev_fpu.ev_count++; in trap()
352 ci->ci_ev_ali.ev_count++; in trap()
376 ci->ci_ev_vec.ev_count++; in trap()
398 ci->ci_ev_umchk.ev_count++; in trap()
[all …]
/netbsd/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/sys/arch/mvme68k/mvme68k/
H A Disr.c255 mvme68k_irq_evcnt[ipl].ev_count++; in isrdispatch_autovec()
273 isr->isr_evcnt->ev_count++; in isrdispatch_autovec()
309 mvme68k_irq_evcnt[ipl].ev_count++; in isrdispatch_vectored()
325 isr->isr_evcnt->ev_count++; in isrdispatch_vectored()
/netbsd/sys/kern/
H A Dsubr_evcnt.c229 evs->ev_count = ev->ev_count; in sysctl_fillevcnt()
297 if (count == KERN_EVCNT_COUNT_NONZERO && ev->ev_count == 0) in sysctl_doevcnt()
412 intr_evcnts[i].ev_count = intrcnt[i]; in evcnt_update_intrcnt()

12345678910>>...12