Searched defs:tsb (Results 1 – 4 of 4) sorted by relevance
79 struct tsb { struct86 extern void tsb_init(struct tsb *tsb, unsigned long size); argument89 struct tsb *tsb; member
47 u64 tsb; member160 struct tsb { struct161 u32 length:8;162 u32 flags:8;163 u32 dcw_offset:16;164 u32 count;166 union {170 } __attribute__ ((packed)) tsa;
49 static void __flush_tsb_one(struct mmu_gather *mp, unsigned long hash_shift, unsigned long tsb, uns… in __flush_tsb_one()
294 struct tsb *tsb; in update_mmu_cache() local