Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dfcx.h48 u64 tsb; member
161 struct tsb { struct
162 u32 length:8;
163 u32 flags:8;
164 u32 dcw_offset:16;
165 u32 count;
167 union {
171 } __attribute__ ((packed)) tsa;
/arch/sparc/include/asm/
Dmmu_64.h66 struct tsb { struct
73 void tsb_init(struct tsb *tsb, unsigned long size); argument
76 struct tsb *tsb; member
/arch/sparc/mm/
Dtsb.c69 static void __flush_tsb_one_entry(unsigned long tsb, unsigned long v, in __flush_tsb_one_entry()
84 unsigned long tsb, unsigned long nentries) in __flush_tsb_one()
93 static void __flush_huge_tsb_one_entry(unsigned long tsb, unsigned long v, in __flush_huge_tsb_one_entry()
108 unsigned long tsb, unsigned long nentries, in __flush_huge_tsb_one()
Dinit_64.c315 struct tsb *tsb = mm->context.tsb_block[tsb_index].tsb; in __update_mmu_tsb_insert() local