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

  /src/sys/arch/m68k/m68k/
pmap_68k.c 451 #define pmap_evcnt(e) pmap_ ## e ## _ev.ev_count++ macro
453 #define pmap_evcnt(e) __nothing macro
743 pmap_evcnt(pv_alloc_nowait);
745 pmap_evcnt(pv_alloc_wait);
1389 pmap_evcnt(pt_cache_miss);
1395 pmap_evcnt(pt_cache_hit);
1667 pmap_evcnt(pv_enter_called);
1767 pmap_evcnt(pv_enter_usr_ci);
1776 pmap_evcnt(pv_enter_ci_multi);
1852 pmap_evcnt(pv_enter_usr_ci)
    [all...]
pmap_68k.c 451 #define pmap_evcnt(e) pmap_ ## e ## _ev.ev_count++ macro
453 #define pmap_evcnt(e) __nothing macro
743 pmap_evcnt(pv_alloc_nowait);
745 pmap_evcnt(pv_alloc_wait);
1389 pmap_evcnt(pt_cache_miss);
1395 pmap_evcnt(pt_cache_hit);
1667 pmap_evcnt(pv_enter_called);
1767 pmap_evcnt(pv_enter_usr_ci);
1776 pmap_evcnt(pv_enter_ci_multi);
1852 pmap_evcnt(pv_enter_usr_ci)
    [all...]
pmap_68k.c 451 #define pmap_evcnt(e) pmap_ ## e ## _ev.ev_count++ macro
453 #define pmap_evcnt(e) __nothing macro
743 pmap_evcnt(pv_alloc_nowait);
745 pmap_evcnt(pv_alloc_wait);
1389 pmap_evcnt(pt_cache_miss);
1395 pmap_evcnt(pt_cache_hit);
1667 pmap_evcnt(pv_enter_called);
1767 pmap_evcnt(pv_enter_usr_ci);
1776 pmap_evcnt(pv_enter_ci_multi);
1852 pmap_evcnt(pv_enter_usr_ci)
    [all...]

Completed in 42 milliseconds