Searched defs:liobn (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_iommu.c | 47 SpaprTceTable *spapr_tce_find_by_liobn(target_ulong liobn) in spapr_tce_find_by_liobn() 80 static uint64_t *spapr_tce_alloc_table(uint32_t liobn, in spapr_tce_alloc_table() 358 SpaprTceTable *spapr_tce_new_table(DeviceState *owner, uint32_t liobn) in spapr_tce_new_table() 481 target_ulong liobn = args[0]; in h_put_tce_indirect() local 526 target_ulong liobn = args[0]; in h_stuff_tce() local 564 target_ulong liobn = args[0]; in h_put_tce() local 605 target_ulong liobn = args[0]; in h_get_tce() local 631 uint32_t liobn, uint64_t window, uint32_t size) in spapr_dma_dt()
|
| H A D | spapr_rtas_ddw.c | 61 uint32_t liobn = 0; in spapr_phb_get_free_liobn() local 151 uint32_t addr, page_shift, window_shift, liobn; in rtas_ibm_create_pe_dma_window() local 228 uint32_t liobn; in rtas_ibm_remove_pe_dma_window() local
|
| H A D | spapr_vio.c | 524 uint32_t liobn = SPAPR_VIO_LIOBN(dev->reg); in spapr_vio_busdev_realize() local
|
| /openbmc/qemu/target/ppc/ |
| H A D | kvm_ppc.h | 277 static inline void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift, in kvmppc_create_spapr_tce()
|
| H A D | kvm.c | 2224 void *kvmppc_create_spapr_tce(uint32_t liobn, uint32_t page_shift, in kvmppc_create_spapr_tce()
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | spapr.h | 840 #define SPAPR_IS_PCI_LIOBN(liobn) (!!((liobn) & 0x80000000)) argument 841 #define SPAPR_PCI_DMA_WINDOW_NUM(liobn) ((liobn) & 0xff) argument 871 uint32_t liobn; member
|
| /openbmc/qemu/linux-headers/asm-powerpc/ |
| H A D | kvm.h | 341 __u64 liobn; member 347 __u64 liobn; member
|