Searched refs:pgtable_cache (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 17 extern struct kmem_cache *pgtable_cache; 28 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pgd_alloc() 33 kmem_cache_free(pgtable_cache, pgd); in pgd_free() 45 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pud_alloc_one() 50 kmem_cache_free(pgtable_cache, pud); in pud_free() 55 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pmd_alloc_one() 60 kmem_cache_free(pgtable_cache, pmd); in pmd_free()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 17 extern struct kmem_cache *pgtable_cache; 28 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pgd_alloc() 33 kmem_cache_free(pgtable_cache, pgd); in pgd_free() 45 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pud_alloc_one() 50 kmem_cache_free(pgtable_cache, pud); in pud_free() 55 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL); in pmd_alloc_one() 60 kmem_cache_free(pgtable_cache, pmd); in pmd_free()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | init-common.c | 89 struct kmem_cache *pgtable_cache[MAX_PGTABLE_INDEX_SIZE + 1]; variable 90 EXPORT_SYMBOL_GPL(pgtable_cache); /* used by kvm_hv module */ variable 133 pgtable_cache[shift] = new; in pgtable_cache_add()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | init-common.c | 104 struct kmem_cache *pgtable_cache[MAX_PGTABLE_INDEX_SIZE + 1]; variable 105 EXPORT_SYMBOL_GPL(pgtable_cache); /* used by kvm_hv module */ variable 148 pgtable_cache[shift] = new; in pgtable_cache_add()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 64 extern struct kmem_cache *pgtable_cache[]; 65 #define PGT_CACHE(shift) pgtable_cache[shift]
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 68 extern struct kmem_cache *pgtable_cache[]; 69 #define PGT_CACHE(shift) pgtable_cache[shift]
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | tsb.c | 326 struct kmem_cache *pgtable_cache __read_mostly; 345 pgtable_cache = kmem_cache_create("pgtable_cache", in pgtable_cache_init() 349 if (!pgtable_cache) { in pgtable_cache_init()
|
H A D | init_64.c | 2926 kmem_cache_free(pgtable_cache, table); in pgtable_free()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | tsb.c | 326 struct kmem_cache *pgtable_cache __read_mostly; 345 pgtable_cache = kmem_cache_create("pgtable_cache", in pgtable_cache_init() 349 if (!pgtable_cache) { in pgtable_cache_init()
|
H A D | init_64.c | 2944 kmem_cache_free(pgtable_cache, table); in pgtable_free()
|
Completed in 19 milliseconds