Home
last modified time | relevance | path

Searched refs:tsb_flush (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/kernel/
H A Dtsb.S336 .globl tsb_flush
337 .type tsb_flush,#function
338 tsb_flush: label
355 .size tsb_flush, .-tsb_flush
/linux/arch/sparc/include/asm/
H A Dmmu_64.h72 void tsb_flush(unsigned long ent, unsigned long tag);
/linux/arch/sparc/mm/
H A Dtsb.c80 tsb_flush(ent, tag); in __flush_tsb_one_entry()