Searched refs:stt (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_vio.c | 42 return stt; in kvmppc_find_table() 151 stt->offset << stt->page_shift) && in kvm_spapr_tce_attach_iommu_group() 153 stt->size << stt->page_shift)) { in kvm_spapr_tce_attach_iommu_group() 215 kfree(stt); in release_spapr_tce_table() 319 if (!stt) in kvm_vm_ioctl_create_spapr_tce() 356 kfree(stt); in kvm_vm_ioctl_create_spapr_tce() 593 if (!stt) in kvmppc_h_put_tce() 651 if (!stt) in kvmppc_h_put_tce_indirect() 741 if (!stt) in kvmppc_h_stuff_tce() 787 if (!stt) in kvmppc_h_get_tce() [all …]
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_init.c | 623 struct scsi_transport_template *stt = sas_attach_transport(&sft); in sas_domain_attach_transport() local 626 if (!stt) in sas_domain_attach_transport() 627 return stt; in sas_domain_attach_transport() 629 i = to_sas_internal(stt); in sas_domain_attach_transport() 631 stt->create_work_queue = 1; in sas_domain_attach_transport() 632 stt->eh_strategy_handler = sas_scsi_recover_host; in sas_domain_attach_transport() 634 return stt; in sas_domain_attach_transport()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 186 #define kvmppc_ioba_validate(stt, ioba, npages) \ argument 187 (iommu_tce_check_ioba((stt)->page_shift, (stt)->offset, \ 188 (stt)->size, (ioba), (npages)) ? \
|
/openbmc/linux/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 341 struct scsi_transport_template *stt) in cxgbi_hbas_add() argument 358 shost->transportt = stt; in cxgbi_hbas_add() 2992 struct scsi_transport_template **stt) in cxgbi_iscsi_init() argument 2994 *stt = iscsi_register_transport(itp); in cxgbi_iscsi_init() 2995 if (*stt == NULL) { in cxgbi_iscsi_init() 3002 itp->name, stt); in cxgbi_iscsi_init() 3008 struct scsi_transport_template **stt) in cxgbi_iscsi_cleanup() argument 3010 if (*stt) { in cxgbi_iscsi_cleanup() 3013 itp, itp->name, *stt); in cxgbi_iscsi_cleanup() 3014 *stt = NULL; in cxgbi_iscsi_cleanup()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | entry.S | 691 #define V(n) stt $f##n, FR(n) 701 stt $f0, FR(31) # save fpcr in slot of $f31
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 3913 uint64_t stt:2; member 3915 uint64_t stt:2; 4328 uint64_t stt:2; member 4330 uint64_t stt:2;
|