Home
last modified time | relevance | path

Searched refs:pte_quicklist (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.4.37.9/include/asm-mips/
Dpgalloc.h62 #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/
Dpgalloc.h49 #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/
Dpgalloc.h246 #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/
Dpgalloc.h60 #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/
Dpgalloc.h139 #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/
Dpgalloc.h19 #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/
Dpgalloc.h15 #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/
Dpgalloc.h42 #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/
Dpgalloc.h11 #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/
Dmotorola_pgalloc.h13 #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()
Dsun3_pgalloc.h14 #define pte_quicklist ((unsigned long *) 0) macro
/linux-2.4.37.9/include/asm-ia64/
Dpgalloc.h34 #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/
Dpgalloc.h22 #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/
Dpgalloc.h23 #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/
Dpgalloc.h10 #define pte_quicklist ((unsigned long *)0) macro
/linux-2.4.37.9/include/asm-sh64/
Dpgalloc.h10 #define pte_quicklist ((unsigned long *)0) macro
/linux-2.4.37.9/arch/m68k/mm/
Dinit.c47 if(pte_quicklist) in do_check_pgt_cache()
/linux-2.4.37.9/arch/s390/mm/
Dinit.c61 if(pte_quicklist) { in do_check_pgt_cache()
/linux-2.4.37.9/include/asm-sparc/
Dpgalloc.h100 #define pte_quicklist (pgt_quicklists.pte_cache) macro
/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c84 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/
Dinit.c164 if(pte_quicklist) { in do_check_pgt_cache()
/linux-2.4.37.9/arch/mips64/mm/
Dinit.c106 if (pte_quicklist) in do_check_pgt_cache()
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c1870 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/
Dinit.c85 if(pte_quicklist) { in do_check_pgt_cache()
/linux-2.4.37.9/arch/cris/mm/
Dinit.c166 if(pte_quicklist) { in do_check_pgt_cache()

12