HomeSort by: relevance | last modified time | path
    Searched defs:count_new_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)
2565 count_new_page_tables * sizeof (void *));
2566 memcpy (&new_by_depth[count_new_page_tables],
2571 count_new_page_tables * sizeof (void *));
2572 memcpy (&new_save_in_use[count_new_page_tables],
2593 at index count_new_page_tables. */
2595 push_depth (count_new_page_tables);
2605 unsigned long count_new_page_tables;
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);
2600 unsigned long count_new_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)
2561 count_new_page_tables * sizeof (void *));
2562 memcpy (&new_by_depth[count_new_page_tables],
2567 count_new_page_tables * sizeof (void *));
2568 memcpy (&new_save_in_use[count_new_page_tables],
2589 at index count_new_page_tables. */
2591 push_depth (count_new_page_tables);
2601 unsigned long count_new_page_tables;
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);
2596 unsigned long count_new_page_tables; local
    [all...]

Completed in 26 milliseconds