Searched refs:pgd_quicklist (Results 1 – 3 of 3) sorted by relevance
38 #define pgd_quicklist (quicklists.pgd_cache) macro77 ret = pgd_quicklist; in get_pgd_fast()79 pgd_quicklist = (unsigned long *)(*ret); in get_pgd_fast()89 *(unsigned long **)pgd = pgd_quicklist; in free_pgd_fast()90 pgd_quicklist = (unsigned long *) pgd; in free_pgd_fast()
18 #define pgd_quicklist (pgt_quicklists.pgd_cache) macro
1788 if ((ret = pgd_quicklist) != NULL) { in sun4c_get_pgd_fast()1789 pgd_quicklist = (unsigned long *)(*ret); in sun4c_get_pgd_fast()1806 *(unsigned long *)pgd = (unsigned long) pgd_quicklist; in sun4c_free_pgd_fast()1807 pgd_quicklist = (unsigned long *) pgd; in sun4c_free_pgd_fast()1878 if (pgd_quicklist) in sun4c_check_pgt_cache()