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

  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 2554 move_ptes_to_front (int count_old_page_tables, int count_new_page_tables)
2564 &G.by_depth[count_old_page_tables],
2568 count_old_page_tables * sizeof (void *));
2570 &G.save_in_use[count_old_page_tables],
2574 count_old_page_tables * sizeof (void *));
2594 if (count_old_page_tables)
2604 unsigned long count_old_page_tables;
2607 count_old_page_tables = G.by_depth_in_use;
2692 count_new_page_tables = G.by_depth_in_use - count_old_page_tables;
2694 move_ptes_to_front (count_old_page_tables, count_new_page_tables)
2599 unsigned long count_old_page_tables; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 2550 move_ptes_to_front (int count_old_page_tables, int count_new_page_tables)
2560 &G.by_depth[count_old_page_tables],
2564 count_old_page_tables * sizeof (void *));
2566 &G.save_in_use[count_old_page_tables],
2570 count_old_page_tables * sizeof (void *));
2590 if (count_old_page_tables)
2600 unsigned long count_old_page_tables;
2603 count_old_page_tables = G.by_depth_in_use;
2688 count_new_page_tables = G.by_depth_in_use - count_old_page_tables;
2690 move_ptes_to_front (count_old_page_tables, count_new_page_tables)
2595 unsigned long count_old_page_tables; local
    [all...]

Completed in 30 milliseconds