Home
last modified time | relevance | path

Searched refs:SpaprTceTable (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_iommu.c49 SpaprTceTable *tcet; in spapr_tce_find_by_liobn()
118 SpaprTceTable *tcet = container_of(iommu, SpaprTceTable, iommu); in spapr_tce_translate_iommu()
150 SpaprTceTable *tcet = container_of(iommu_mr, SpaprTceTable, iommu); in spapr_tce_replay()
189 SpaprTceTable *tcet = container_of(iommu, SpaprTceTable, iommu); in spapr_tce_get_min_page_size()
197 SpaprTceTable *tcet = container_of(iommu, SpaprTceTable, iommu); in spapr_tce_get_attr()
212 struct SpaprTceTable *tbl = container_of(iommu, SpaprTceTable, iommu); in spapr_tce_notify_flag_changed()
263 SpaprTceTable *tcet = opaque; in spapr_tce_table_ex_needed()
292 VMSTATE_BOOL(bypass, SpaprTceTable),
360 SpaprTceTable *tcet; in spapr_tce_new_table()
661 SpaprTceTable *tcet) in spapr_tcet_dma_dt()
[all …]
H A Dspapr_rtas_ddw.c29 SpaprTceTable *tcet; in spapr_phb_get_active_win_num_cb()
31 tcet = (SpaprTceTable *) object_dynamic_cast(child, TYPE_SPAPR_TCE_TABLE); in spapr_phb_get_active_win_num_cb()
49 SpaprTceTable *tcet; in spapr_phb_get_free_liobn_cb()
51 tcet = (SpaprTceTable *) object_dynamic_cast(child, TYPE_SPAPR_TCE_TABLE); in spapr_phb_get_free_liobn_cb()
150 SpaprTceTable *tcet = NULL; in rtas_ibm_create_pe_dma_window()
227 SpaprTceTable *tcet; in rtas_ibm_remove_pe_dma_window()
H A Dspapr_pci.c1757 SpaprTceTable *tcet; in spapr_phb_unrealize()
1840 SpaprTceTable *tcet; in spapr_phb_realize()
2051 SpaprTceTable *tcet; in spapr_phb_dma_reset()
2353 SpaprTceTable *tcet; in spapr_dt_phb()
/qemu/include/hw/ppc/
H A Dspapr.h862 OBJECT_DECLARE_SIMPLE_TYPE(SpaprTceTable, SPAPR_TCE_TABLE)
868 struct SpaprTceTable { struct
885 QLIST_ENTRY(SpaprTceTable) list; argument
888 SpaprTceTable *spapr_tce_find_by_liobn(target_ulong liobn);
904 SpaprTceTable *spapr_tce_new_table(DeviceState *owner, uint32_t liobn);
905 void spapr_tce_table_enable(SpaprTceTable *tcet,
908 void spapr_tce_table_disable(SpaprTceTable *tcet);
909 void spapr_tce_set_need_vfio(SpaprTceTable *tcet, bool need_vfio);
911 MemoryRegion *spapr_tce_get_iommu(SpaprTceTable *tcet);
915 SpaprTceTable *tcet);
H A Dspapr_vio.h68 SpaprTceTable *tcet;