HomeSort by: relevance | last modified time | path
    Searched refs:ev_count32 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
evcnt.h 102 * For 32-bit counters, ev_count32 is the correct half of the 64-bit
106 #define ev_count32 ev__count32[1] macro
108 #define ev_count32 ev__count32[0] macro
  /src/sys/arch/m68k/include/
intr.h 156 m68k_intr_evcnt[(x)].ev_count32++; \
  /src/sys/arch/m68k/m68k/
pmap_68k.c 3514 pmap_maxkva_ev.ev_count32 = new_maxkva;
3515 pmap_kvalimit_ev.ev_count32 = kernel_virtual_max;
4223 RELOC(pmap_nkptpages_initial_ev.ev_count32, uint32_t) =
4224 RELOC(pmap_nkptpages_current_ev.ev_count32, uint32_t) = total_ptpages;
4225 RELOC(pmap_nkstpages_initial_ev.ev_count32, uint32_t) =
4226 RELOC(pmap_nkstpages_current_ev.ev_count32, uint32_t) = nstpages;

Completed in 25 milliseconds