Searched refs:hash_mm_context (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | mmu_context.c | 96 mm->context.hash_context = kmalloc(sizeof(struct hash_mm_context), in hash__init_new_context() 116 memset(mm->context.hash_context, 0, sizeof(struct hash_mm_context)); in hash__init_new_context() 120 memcpy(mm->context.hash_context, current->mm->context.hash_context, sizeof(struct hash_mm_context)); in hash__init_new_context()
|
H A D | hash_utils.c | 1031 static struct hash_mm_context init_hash_mm_context;
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | mmu_context.c | 99 mm->context.hash_context = kmalloc(sizeof(struct hash_mm_context), in hash__init_new_context() 119 memset(mm->context.hash_context, 0, sizeof(struct hash_mm_context)); in hash__init_new_context() 123 memcpy(mm->context.hash_context, current->mm->context.hash_context, sizeof(struct hash_mm_context)); in hash__init_new_context()
|
H A D | hash_utils.c | 1192 static struct hash_mm_context init_hash_mm_context;
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu.h | 112 struct hash_mm_context *hash_context;
|
H A D | mmu-hash.h | 701 struct hash_mm_context { struct
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu.h | 114 struct hash_mm_context *hash_context;
|
H A D | mmu-hash.h | 713 struct hash_mm_context { struct
|
Completed in 11 milliseconds