/linux-2.4.37.9/include/asm-mips/ |
D | pgalloc.h | 62 #define pte_quicklist (current_cpu_data.pte_quick) macro 114 if((ret = (unsigned long *)pte_quicklist) != NULL) { in get_pte_fast() 115 pte_quicklist = (unsigned long *)(*ret); in get_pte_fast() 124 *(unsigned long *)pte = (unsigned long) pte_quicklist; in free_pte_fast() 125 pte_quicklist = (unsigned long *) pte; in free_pte_fast() 164 if ((ret = (unsigned long *)pte_quicklist) != NULL) { in pte_alloc_one_fast() 165 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 174 *(unsigned long *)pte = (unsigned long) pte_quicklist; in pte_free_fast() 175 pte_quicklist = (unsigned long *) pte; in pte_free_fast()
|
/linux-2.4.37.9/include/asm-arm/ |
D | pgalloc.h | 49 #define pte_quicklist (quicklists.pte_cache) macro 80 if((ret = pte_quicklist) != NULL) { in pte_alloc_one_fast() 81 pte_quicklist = (unsigned long *)__pte_next(ret); in pte_alloc_one_fast() 91 __pte_next(pte) = (unsigned long) pte_quicklist; in free_pte_fast() 92 pte_quicklist = (unsigned long *) pte; in free_pte_fast() 100 #define pte_quicklist ((unsigned long *)0) macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pgalloc.h | 246 #define pte_quicklist (quicklists.pte_cache) macro 291 if ((ret = (unsigned long *)pte_quicklist) != NULL) { in pmd_alloc_one_fast() 292 pte_quicklist = (unsigned long *)(*ret); in pmd_alloc_one_fast() 301 *(unsigned long *)pmd = (unsigned long) pte_quicklist; in pmd_free_fast() 302 pte_quicklist = (unsigned long *) pmd; in pmd_free_fast() 323 if ((ret = (unsigned long *)pte_quicklist) != NULL) { in pte_alloc_one_fast() 324 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 333 *(unsigned long *)pte = (unsigned long) pte_quicklist; in pte_free_fast() 334 pte_quicklist = (unsigned long *) pte; in pte_free_fast()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pgalloc.h | 60 #define pte_quicklist (current_cpu_data.pte_quick) macro 109 if ((ret = (unsigned long *)pte_quicklist) != NULL) { in pte_alloc_one_fast() 110 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 123 if((ret = (unsigned long *)pte_quicklist) != NULL) { in get_pte_fast() 124 pte_quicklist = (unsigned long *)(*ret); in get_pte_fast() 133 *(unsigned long *)pte = (unsigned long) pte_quicklist; in free_pte_fast() 134 pte_quicklist = (unsigned long *) pte; in free_pte_fast()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgalloc.h | 139 #define pte_quicklist (pgt_quicklists.pte_cache) macro 247 if (pte_quicklist[color] == NULL) in pmd_alloc_one_fast() 249 if((ret = (unsigned long *)pte_quicklist[color]) != NULL) { in pmd_alloc_one_fast() 250 pte_quicklist[color] = (unsigned long *)(*ret); in pmd_alloc_one_fast() 260 *(unsigned long *)pmd = (unsigned long) pte_quicklist[color]; in free_pmd_fast() 261 pte_quicklist[color] = (unsigned long *) pmd; in free_pmd_fast() 279 if((ret = (unsigned long *)pte_quicklist[color]) != NULL) { in pte_alloc_one_fast() 280 pte_quicklist[color] = (unsigned long *)(*ret); in pte_alloc_one_fast() 290 *(unsigned long *)pte = (unsigned long) pte_quicklist[color]; in free_pte_fast() 291 pte_quicklist[color] = (unsigned long *) pte; in free_pte_fast()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pgalloc.h | 19 #define pte_quicklist (quicklists->pte_cache) macro 96 unsigned long *ret = (unsigned long *)pte_quicklist; in pte_alloc_one_fast() 99 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 120 *(unsigned long *)pte = (unsigned long) pte_quicklist; in pte_free() 121 pte_quicklist = (unsigned long *) pte; in pte_free()
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgalloc.h | 15 #define pte_quicklist (quicklists.pte_cache) macro 75 if((ret = (unsigned long *)pte_quicklist) != NULL) { in pte_alloc_one_fast() 76 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 85 *(unsigned long *)pte = (unsigned long) pte_quicklist; in pte_free_fast() 86 pte_quicklist = (unsigned long *) pte; in pte_free_fast()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pgalloc.h | 42 #define pte_quicklist (quicklists.pte_cache) macro 127 if ((ret = pte_quicklist) != NULL) { in pte_alloc_one_fast() 128 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 137 *(unsigned long **)pte = pte_quicklist; in pte_free_fast() 138 pte_quicklist = (unsigned long *) pte; in pte_free_fast()
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgalloc.h | 11 #define pte_quicklist (current_cpu_data.pte_quick) macro 122 if ((ret = (unsigned long *)pte_quicklist) != NULL) { in pte_alloc_one_fast() 123 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 132 *(unsigned long *)pte = (unsigned long) pte_quicklist; in pte_free_fast() 133 pte_quicklist = (unsigned long *) pte; in pte_free_fast()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | motorola_pgalloc.h | 13 #define pte_quicklist (quicklists.pte_cache) macro 44 ret = pte_quicklist; in get_pte_fast() 46 pte_quicklist = (unsigned long *)*ret; in get_pte_fast() 78 *(unsigned long *)pte = (unsigned long)pte_quicklist; in free_pte_fast() 79 pte_quicklist = (unsigned long *)pte; in free_pte_fast()
|
D | sun3_pgalloc.h | 14 #define pte_quicklist ((unsigned long *) 0) macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pgalloc.h | 34 #define pte_quicklist (local_cpu_data->pte_quick) macro 120 unsigned long *ret = (unsigned long *)pte_quicklist; in pte_alloc_one_fast() 123 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 144 *(unsigned long *)pte = (unsigned long) pte_quicklist; in pte_free() 145 pte_quicklist = (unsigned long *) pte; in pte_free()
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgalloc.h | 22 #define pte_quicklist (S390_lowcore.cpu_data.pte_quick) macro 120 unsigned long *ret = (unsigned long *) pte_quicklist; in pte_alloc_one_fast() 123 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 132 *(unsigned long *)pte = (unsigned long) pte_quicklist; in pte_free_fast() 133 pte_quicklist = (unsigned long *) pte; in pte_free_fast()
|
/linux-2.4.37.9/include/asm-s390x/ |
D | pgalloc.h | 23 #define pte_quicklist (S390_lowcore.cpu_data.pte_quick) macro 158 unsigned long *ret = (unsigned long *) pte_quicklist; in pte_alloc_one_fast() 161 pte_quicklist = (unsigned long *)(*ret); in pte_alloc_one_fast() 170 *(unsigned long *) pte = (unsigned long) pte_quicklist; in pte_free_fast() 171 pte_quicklist = (unsigned long *) pte; in pte_free_fast()
|
/linux-2.4.37.9/include/asm-sh/ |
D | pgalloc.h | 10 #define pte_quicklist ((unsigned long *)0) macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | pgalloc.h | 10 #define pte_quicklist ((unsigned long *)0) macro
|
/linux-2.4.37.9/arch/m68k/mm/ |
D | init.c | 47 if(pte_quicklist) in do_check_pgt_cache()
|
/linux-2.4.37.9/arch/s390/mm/ |
D | init.c | 61 if(pte_quicklist) { in do_check_pgt_cache()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgalloc.h | 100 #define pte_quicklist (pgt_quicklists.pte_cache) macro
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | init.c | 84 if (pte_quicklist[0]) in do_check_pgt_cache() 86 if (pte_quicklist[1]) in do_check_pgt_cache() 1107 *to_free = (unsigned long) pte_quicklist[color ^ 0x1]; in pte_alloc_one() 1108 pte_quicklist[color ^ 0x1] = to_free; in pte_alloc_one()
|
/linux-2.4.37.9/arch/s390x/mm/ |
D | init.c | 164 if(pte_quicklist) { in do_check_pgt_cache()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | init.c | 106 if (pte_quicklist) in do_check_pgt_cache()
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | sun4c.c | 1870 if ((ret = (unsigned long *)pte_quicklist) != NULL) { in sun4c_pte_alloc_one_fast() 1871 pte_quicklist = (unsigned long *)(*ret); in sun4c_pte_alloc_one_fast() 1880 *(unsigned long *)pte = (unsigned long) pte_quicklist; in sun4c_free_pte_fast() 1881 pte_quicklist = (unsigned long *) pte; in sun4c_free_pte_fast() 1904 if (pte_quicklist) in sun4c_check_pgt_cache()
|
/linux-2.4.37.9/arch/alpha/mm/ |
D | init.c | 85 if(pte_quicklist) { in do_check_pgt_cache()
|
/linux-2.4.37.9/arch/cris/mm/ |
D | init.c | 166 if(pte_quicklist) { in do_check_pgt_cache()
|