Searched refs:__tsb_insert (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | tsb.S | 318 .globl __tsb_insert 319 __tsb_insert: label 327 .size __tsb_insert, .-__tsb_insert
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | tsb.S | 318 .globl __tsb_insert 319 __tsb_insert: label 327 .size __tsb_insert, .-__tsb_insert
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | mmu_64.h | 71 void __tsb_insert(unsigned long ent, unsigned long tag, unsigned long pte);
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | mmu_64.h | 71 void __tsb_insert(unsigned long ent, unsigned long tag, unsigned long pte);
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | init_64.c | 275 __tsb_insert(tsb_addr, tag, pte); in tsb_insert()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | init_64.c | 281 __tsb_insert(tsb_addr, tag, pte); in tsb_insert()
|
Completed in 10 milliseconds