Home
last modified time | relevance | path

Searched defs:tsb (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/include/asm/
Dmmu_64.h65 struct tsb { struct
72 void tsb_init(struct tsb *tsb, unsigned long size); argument
75 struct tsb *tsb; member
/arch/s390/include/asm/
Dfcx.h47 u64 tsb; member
160 struct tsb { struct
161 u32 length:8;
162 u32 flags:8;
163 u32 dcw_offset:16;
164 u32 count;
166 union {
170 } __attribute__ ((packed)) tsa;
/arch/sparc/mm/
Dtsb.c66 static void __flush_tsb_one_entry(unsigned long tsb, unsigned long v, in __flush_tsb_one_entry()
81 unsigned long tsb, unsigned long nentries) in __flush_tsb_one()
Dinit_64.c315 struct tsb *tsb = mm->context.tsb_block[tsb_index].tsb; in __update_mmu_tsb_insert() local