Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A 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;
/openbmc/linux/arch/sparc/include/asm/
H A Dmmu_64.h66 struct tsb { struct
73 void tsb_init(struct tsb *tsb, unsigned long size); argument
76 struct tsb *tsb; member
/openbmc/linux/arch/sparc/mm/
H A 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()
H A Dinit_64.c321 struct tsb *tsb = mm->context.tsb_block[tsb_index].tsb; in __update_mmu_tsb_insert() local
/openbmc/linux/drivers/s390/cio/
H A Dfcx.c242 void tcw_set_tsb(struct tcw *tcw, struct tsb *tsb) in tcw_set_tsb()
272 void tsb_init(struct tsb *tsb) in tsb_init()
/openbmc/qemu/backends/tpm/
H A Dtpm_emulator.c691 TPMSizedBuffer *tsb, in tpm_emulator_get_state_blob()
790 TPMSizedBuffer *tsb, in tpm_emulator_set_state_blob()
H A Dtpm_util.c329 void tpm_sized_buffer_reset(TPMSizedBuffer *tsb) in tpm_sized_buffer_reset()
/openbmc/linux/drivers/s390/block/
H A Ddasd_3990_erp.c2378 struct tsb *tsb; in dasd_3990_erp_add_erp() local
H A Ddasd.c4037 struct tsb *tsb = NULL; in dasd_get_sense() local
H A Ddasd_eckd.c5691 struct tsb *tsb; in dasd_eckd_dump_sense_tcw() local
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c1251 struct bcm_tsb *tsb; in bcm_sysport_insert_tsb() local
/openbmc/qemu/target/sparc/
H A Dcpu.h391 uint64_t tsb; member