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

  /src/sys/arch/hb68k/pg68k/
pmap_pgmmu.c 875 #define pmap_stat_update(pm, stat, delta) \ macro
1028 pmap_stat_update(pmap, wired_count, -1);
1030 pmap_stat_update(pmap, resident_count, -1);
1396 pmap_stat_update(pmap, wired_count,
1418 pmap_stat_update(pmap, resident_count, 1);
1420 pmap_stat_update(pmap, wired_count, 1);
1458 pmap_stat_update(pmap,
1461 pmap_stat_update(pmap,
1527 pmap_stat_update(pmap, resident_count, 1);
1528 pmap_stat_update(pmap, wired_count, 1)
    [all...]
  /src/sys/arch/m68k/m68k/
pmap_68k.c 2104 #define pmap_stat_update(pm, stat, delta) \ macro
2263 pmap_stat_update(pmap, wired_count, -1);
2265 pmap_stat_update(pmap, resident_count, -1);
2760 pmap_stat_update(pmap, wired_count,
2818 pmap_stat_update(pmap, resident_count, 1);
2820 pmap_stat_update(pmap, wired_count, 1);
2857 pmap_stat_update(pmap,
2860 pmap_stat_update(pmap,
2953 pmap_stat_update(pmap, resident_count, 1);
2954 pmap_stat_update(pmap, wired_count, 1)
    [all...]

Completed in 22 milliseconds