Home
last modified time | relevance | path

Searched refs:liobn (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_iommu.c51 if (liobn & 0xFFFFFFFF00000000ULL) { in spapr_tce_find_by_liobn()
53 liobn); in spapr_tce_find_by_liobn()
58 if (tcet->liobn == (uint32_t)liobn) { in spapr_tce_find_by_liobn()
370 tcet->liobn = liobn; in spapr_tce_new_table()
481 target_ulong liobn = args[0]; in h_put_tce_indirect() local
514 if (SPAPR_IS_PCI_LIOBN(liobn)) { in h_put_tce_indirect()
526 target_ulong liobn = args[0]; in h_stuff_tce() local
552 if (SPAPR_IS_PCI_LIOBN(liobn)) { in h_stuff_tce()
564 target_ulong liobn = args[0]; in h_put_tce() local
577 if (SPAPR_IS_PCI_LIOBN(liobn)) { in h_put_tce()
[all …]
H A Dspapr_rtas_ddw.c53 *(uint32_t *)opaque = tcet->liobn; in spapr_phb_get_free_liobn_cb()
61 uint32_t liobn = 0; in spapr_phb_get_free_liobn() local
65 return liobn; in spapr_phb_get_free_liobn()
151 uint32_t addr, page_shift, window_shift, liobn; in rtas_ibm_create_pe_dma_window() local
168 liobn = spapr_phb_get_free_liobn(sphb); in rtas_ibm_create_pe_dma_window()
180 tcet = spapr_tce_find_by_liobn(liobn); in rtas_ibm_create_pe_dma_window()
206 rtas_st(rets, 1, liobn); in rtas_ibm_create_pe_dma_window()
228 uint32_t liobn; in rtas_ibm_remove_pe_dma_window() local
235 liobn = rtas_ld(args, 0); in rtas_ibm_remove_pe_dma_window()
236 tcet = spapr_tce_find_by_liobn(liobn); in rtas_ibm_remove_pe_dma_window()
[all …]
H A Dtrace-events26 spapr_iommu_put(uint64_t liobn, uint64_t ioba, uint64_t tce, uint64_t ret) "liobn=0x%"PRIx64" ioba=…
27 spapr_iommu_get(uint64_t liobn, uint64_t ioba, uint64_t ret, uint64_t tce) "liobn=0x%"PRIx64" ioba=…
29 spapr_iommu_stuff(uint64_t liobn, uint64_t ioba, uint64_t tce_value, uint64_t npages, uint64_t ret)…
30 spapr_iommu_pci_put(uint64_t liobn, uint64_t ioba, uint64_t tce, uint64_t ret) "liobn=0x%"PRIx64" i…
31 spapr_iommu_pci_get(uint64_t liobn, uint64_t ioba, uint64_t ret, uint64_t tce) "liobn=0x%"PRIx64" i…
33 spapr_iommu_pci_stuff(uint64_t liobn, uint64_t ioba, uint64_t tce_value, uint64_t npages, uint64_t …
34 spapr_iommu_xlate(uint64_t liobn, uint64_t ioba, uint64_t tce, unsigned perm, unsigned pgsize) "lio…
35 spapr_iommu_new_table(uint64_t liobn, void *table, int fd) "liobn=0x%"PRIx64" table=%p fd=%d"
36 spapr_iommu_pre_save(uint64_t liobn, uint32_t nb, uint64_t offs, uint32_t ps) "liobn=%"PRIx64" %"PR…
37 spapr_iommu_post_load(uint64_t liobn, uint32_t pre_nb, uint32_t post_nb, uint64_t offs, uint32_t ps…
[all …]
H A Dspapr_vio.c524 uint32_t liobn = SPAPR_VIO_LIOBN(dev->reg); in spapr_vio_busdev_realize() local
534 dev->tcet = spapr_tce_new_table(qdev, liobn); in spapr_vio_busdev_realize()
H A Dspapr_pci.c2336 tcet->liobn, tcet->bus_offset, in spapr_dt_phb()
/qemu/include/hw/ppc/
H A Dspapr.h836 #define SPAPR_IS_PCI_LIOBN(liobn) (!!((liobn) & 0x80000000)) argument
837 #define SPAPR_PCI_DMA_WINDOW_NUM(liobn) ((liobn) & 0xff) argument
867 uint32_t liobn; member
885 SpaprTceTable *spapr_tce_find_by_liobn(target_ulong liobn);
901 SpaprTceTable *spapr_tce_new_table(DeviceState *owner, uint32_t liobn);
910 uint32_t liobn, uint64_t window, uint32_t size);
/qemu/target/ppc/
H A Dkvm_ppc.h51 void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift,
277 static inline void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift, in kvmppc_create_spapr_tce() argument
H A Dkvm.c2208 void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift, in kvmppc_create_spapr_tce() argument
2227 .liobn = liobn, in kvmppc_create_spapr_tce()
2237 liobn); in kvmppc_create_spapr_tce()
2243 .liobn = liobn, in kvmppc_create_spapr_tce()
2252 liobn); in kvmppc_create_spapr_tce()
2265 liobn); in kvmppc_create_spapr_tce()
/qemu/linux-headers/asm-powerpc/
H A Dkvm.h341 __u64 liobn; member
347 __u64 liobn; member
/qemu/hw/vfio/
H A Dtrace-events97 vfio_spapr_group_attach(int groupfd, int tablefd) "Attached groupfd %d to liobn fd %d"