HomeSort by: relevance | last modified time | path
    Searched defs:pmap_evcnt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hb68k/pg68k/
pmap_pgmmu.c 190 #define pmap_evcnt(e) pmap_ ## e ## _ev.ev_count++ macro
192 #define pmap_evcnt(e) __nothing macro
286 pmap_evcnt(pv_alloc_nowait);
288 pmap_evcnt(pv_alloc_wait);
635 pmap_evcnt(ctx_alloc_static);
649 pmap_evcnt(ctx_alloc_dynamic);
695 pmap_evcnt(ctx_alloc_steal);
824 pmap_evcnt(pv_enter_called);
847 pmap_evcnt(pv_remove_called);
1035 pmap_evcnt(prm_lookup_pg_hit)
    [all...]
  /src/sys/arch/m68k/m68k/
pmap_68k.c 490 #define pmap_evcnt(e) pmap_ ## e ## _ev.ev_count++ macro
492 #define pmap_evcnt(e) __nothing macro
797 pmap_evcnt(pv_alloc_nowait);
799 pmap_evcnt(pv_alloc_wait);
1450 pmap_evcnt(pt_cache_miss);
1456 pmap_evcnt(pt_cache_hit);
1726 pmap_evcnt(pv_enter_called);
1827 pmap_evcnt(pv_enter_usr_ci);
1836 pmap_evcnt(pv_enter_ci_multi);
1912 pmap_evcnt(pv_enter_usr_ci)
    [all...]

Completed in 17 milliseconds