Searched defs:tsb (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/s390/include/asm/ |
H A D | fcx.h | 48 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 D | mmu_64.h | 66 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 D | tsb.c | 69 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 D | init_64.c | 321 struct tsb *tsb = mm->context.tsb_block[tsb_index].tsb; in __update_mmu_tsb_insert() local
|
/openbmc/linux/drivers/s390/cio/ |
H A D | fcx.c | 242 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 D | tpm_emulator.c | 691 TPMSizedBuffer *tsb, in tpm_emulator_get_state_blob() 790 TPMSizedBuffer *tsb, in tpm_emulator_set_state_blob()
|
H A D | tpm_util.c | 329 void tpm_sized_buffer_reset(TPMSizedBuffer *tsb) in tpm_sized_buffer_reset()
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_3990_erp.c | 2378 struct tsb *tsb; in dasd_3990_erp_add_erp() local
|
H A D | dasd.c | 4037 struct tsb *tsb = NULL; in dasd_get_sense() local
|
H A D | dasd_eckd.c | 5691 struct tsb *tsb; in dasd_eckd_dump_sense_tcw() local
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 1251 struct bcm_tsb *tsb; in bcm_sysport_insert_tsb() local
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.h | 391 uint64_t tsb; member
|