Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dmmu_64.h79 struct tsb { struct
86 extern void tsb_init(struct tsb *tsb, unsigned long size); argument
89 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.c49 static void __flush_tsb_one(struct mmu_gather *mp, unsigned long hash_shift, unsigned long tsb, uns… in __flush_tsb_one()
Dinit_64.c294 struct tsb *tsb; in update_mmu_cache() local