Home
last modified time | relevance | path

Searched refs:pe_num (Results 1 – 25 of 62) sorted by relevance

123

/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/hw/
H A Dnpu3-nvlink.c122 uint64_t pe_num, in npu3_map_pe_dma_window() argument
134 if (window_id != pe_num || pe_num >= NPU3_MAX_PE_NUM) in npu3_map_pe_dma_window()
184 uint64_t pe_num, in npu3_map_pe_dma_window_real() argument
193 if (window_id != pe_num || pe_num >= NPU3_MAX_PE_NUM) in npu3_map_pe_dma_window_real()
221 uint32_t pe_num; in npu3_next_error() local
230 for (pe_num = 0; pe_num < NPU3_MAX_PE_NUM; pe_num++) { in npu3_next_error()
235 *first_frozen_pe = pe_num; in npu3_next_error()
710 uint64_t pe_num, in npu3_set_pe() argument
728 if (pe_num >= NPU3_MAX_PE_NUM) in npu3_set_pe()
753 uint64_t pe_num, in npu3_tce_kill_pages() argument
[all …]
H A Dnpu2.c947 uint64_t pe_num, in npu2_map_pe_dma_window_real() argument
956 if (pe_num >= NPU2_MAX_PE_NUM || in npu2_map_pe_dma_window_real()
957 window_id != pe_num) in npu2_map_pe_dma_window_real()
978 uint64_t pe_num, in npu2_map_pe_dma_window() argument
990 if (pe_num >= NPU2_MAX_PE_NUM || in npu2_map_pe_dma_window()
991 window_id != pe_num) in npu2_map_pe_dma_window()
1047 uint64_t pe_num, in npu2_set_pe() argument
1061 if (pe_num >= NPU2_MAX_PE_NUM) in npu2_set_pe()
1081 val = SETFIELD(NPU2_CQ_BRICK_BDF2PE_MAP_PE, val, pe_num); in npu2_set_pe()
1093 val = SETFIELD(NPU2_MISC_BRICK_BDF2PE_MAP_PE, val, pe_num); in npu2_set_pe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Dpci.c54 __be16 pe_num; /* Output: Virtual Function PE Number */ member
90 static void pseries_set_pe_num(struct pci_dev *pdev, u16 vf_index, __be16 pe_num) in pseries_set_pe_num() argument
95 pdn->pe_num_map[vf_index] = be16_to_cpu(pe_num); in pseries_set_pe_num()
132 vf_pe_array[vf_index].pe_num = in pseries_associate_pes()
142 vf_pe_array[vf_index].pe_num); in pseries_associate_pes()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Dpci.c54 __be16 pe_num; /* Output: Virtual Function PE Number */ member
90 static void pseries_set_pe_num(struct pci_dev *pdev, u16 vf_index, __be16 pe_num) in pseries_set_pe_num() argument
95 pdn->pe_num_map[vf_index] = be16_to_cpu(pe_num); in pseries_set_pe_num()
132 vf_pe_array[vf_index].pe_num = in pseries_associate_pes()
142 vf_pe_array[vf_index].pe_num); in pseries_associate_pes()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Dpci.c54 __be16 pe_num; /* Output: Virtual Function PE Number */ member
90 static void pseries_set_pe_num(struct pci_dev *pdev, u16 vf_index, __be16 pe_num) in pseries_set_pe_num() argument
95 pdn->pe_num_map[vf_index] = be16_to_cpu(pe_num); in pseries_set_pe_num()
132 vf_pe_array[vf_index].pe_num = in pseries_associate_pes()
142 vf_pe_array[vf_index].pe_num); in pseries_associate_pes()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c345 int pe_num, in pnv_ioda_map_m64_single() argument
370 pe_num, in pnv_ioda_map_m64_single()
624 int pe_num; in pnv_ioda_setup_vf_PE() local
650 pe_num = pe->pe_number; in pnv_ioda_setup_vf_PE()
653 PCI_SLOT(vf_devfn), PCI_FUNC(vf_devfn), pe_num); in pnv_ioda_setup_vf_PE()
671 vf_pdn->pe_number = pe_num; in pnv_ioda_setup_vf_PE()
H A Dpci-ioda.c191 unsigned int pe_num = pe->pe_number; in pnv_ioda_free_pe() local
197 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
1041 unsigned int pe_num; in pnv_ioda_setup_bus_PE() local
1047 pe_num = phb->ioda.pe_rmap[bus->number << 8]; in pnv_ioda_setup_bus_PE()
1048 if (WARN_ON(pe_num != IODA_INVALID_PE)) { in pnv_ioda_setup_bus_PE()
1049 pe = &phb->ioda.pe_array[pe_num]; in pnv_ioda_setup_bus_PE()
2225 int pe_num; in pnv_pci_ioda_pe_dump() local
2227 for (pe_num = 0; pe_num < phb->ioda.total_pe_num; pe_num++) { in pnv_pci_ioda_pe_dump()
2228 struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_num]; in pnv_pci_ioda_pe_dump()
2230 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c345 int pe_num, in pnv_ioda_map_m64_single() argument
370 pe_num, in pnv_ioda_map_m64_single()
624 int pe_num; in pnv_ioda_setup_vf_PE() local
650 pe_num = pe->pe_number; in pnv_ioda_setup_vf_PE()
653 PCI_SLOT(vf_devfn), PCI_FUNC(vf_devfn), pe_num); in pnv_ioda_setup_vf_PE()
671 vf_pdn->pe_number = pe_num; in pnv_ioda_setup_vf_PE()
H A Dpci-ioda.c191 unsigned int pe_num = pe->pe_number; in pnv_ioda_free_pe() local
197 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
1041 unsigned int pe_num; in pnv_ioda_setup_bus_PE() local
1047 pe_num = phb->ioda.pe_rmap[bus->number << 8]; in pnv_ioda_setup_bus_PE()
1048 if (WARN_ON(pe_num != IODA_INVALID_PE)) { in pnv_ioda_setup_bus_PE()
1049 pe = &phb->ioda.pe_array[pe_num]; in pnv_ioda_setup_bus_PE()
2225 int pe_num; in pnv_pci_ioda_pe_dump() local
2227 for (pe_num = 0; pe_num < phb->ioda.total_pe_num; pe_num++) { in pnv_pci_ioda_pe_dump()
2228 struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_num]; in pnv_pci_ioda_pe_dump()
2230 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c345 int pe_num, in pnv_ioda_map_m64_single() argument
370 pe_num, in pnv_ioda_map_m64_single()
624 int pe_num; in pnv_ioda_setup_vf_PE() local
650 pe_num = pe->pe_number; in pnv_ioda_setup_vf_PE()
653 PCI_SLOT(vf_devfn), PCI_FUNC(vf_devfn), pe_num); in pnv_ioda_setup_vf_PE()
671 vf_pdn->pe_number = pe_num; in pnv_ioda_setup_vf_PE()
H A Dpci-ioda.c191 unsigned int pe_num = pe->pe_number; in pnv_ioda_free_pe() local
197 clear_bit(pe_num, phb->ioda.pe_alloc); in pnv_ioda_free_pe()
1041 unsigned int pe_num; in pnv_ioda_setup_bus_PE() local
1047 pe_num = phb->ioda.pe_rmap[bus->number << 8]; in pnv_ioda_setup_bus_PE()
1048 if (WARN_ON(pe_num != IODA_INVALID_PE)) { in pnv_ioda_setup_bus_PE()
1049 pe = &phb->ioda.pe_array[pe_num]; in pnv_ioda_setup_bus_PE()
2225 int pe_num; in pnv_pci_ioda_pe_dump() local
2227 for (pe_num = 0; pe_num < phb->ioda.total_pe_num; pe_num++) { in pnv_pci_ioda_pe_dump()
2228 struct pnv_ioda_pe *pe = &phb->ioda.pe_array[pe_num]; in pnv_pci_ioda_pe_dump()
2230 if (!test_bit(pe_num, phb->ioda.pe_alloc)) in pnv_pci_ioda_pe_dump()
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dlogparser.py123 def __init__(self, loc, dc, start_ts, trans_num, pe_file, pe_num): argument
129 self.pe_num = pe_num
360 trans_num, pe_file, pe_num = t1, p1, n1
362 trans_num, pe_file, pe_num = t2, p2, n2
371 transition = Transition(self.loc, dc, ts, trans_num, pe_file, pe_num)
386 trans_num, pe_file, pe_num, state = m.groups()
/dports/emulators/qemu/qemu-6.2.0/hw/pci-host/
H A Dpnv_phb3.c425 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_rtc_invalidate()
702 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb3_resolve_pe()
731 ds->pe_num = rte; in pnv_phb3_resolve_pe()
868 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb3_translate_iommu()
914 pnv_phb3_msi_send(&ds->phb->msis, addr, data, ds->pe_num); in pnv_phb3_msi_write()
947 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_dma_iommu()
/dports/emulators/qemu60/qemu-6.0.0/hw/pci-host/
H A Dpnv_phb3.c425 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_rtc_invalidate()
702 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb3_resolve_pe()
731 ds->pe_num = rte; in pnv_phb3_resolve_pe()
868 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb3_translate_iommu()
914 pnv_phb3_msi_send(&ds->phb->msis, addr, data, ds->pe_num); in pnv_phb3_msi_write()
947 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_dma_iommu()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/pci-host/
H A Dpnv_phb3.c417 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_rtc_invalidate()
693 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb3_resolve_pe()
722 ds->pe_num = rte; in pnv_phb3_resolve_pe()
855 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb3_translate_iommu()
901 pnv_phb3_msi_send(&ds->phb->msis, addr, data, ds->pe_num); in pnv_phb3_msi_write()
932 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_dma_iommu()
H A Dpnv_phb4.c401 ds->pe_num = PHB_INVALID_PE; in pnv_phb4_rtc_invalidate()
849 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb4_resolve_pe()
878 ds->pe_num = rte; in pnv_phb4_resolve_pe()
1006 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb4_translate_iommu()
1061 if (ds->pe_num >= 0) { in pnv_phb4_msi_write()
1103 ds->pe_num = PHB_INVALID_PE; in pnv_phb4_dma_iommu()
/dports/emulators/qemu5/qemu-5.2.0/hw/pci-host/
H A Dpnv_phb3.c425 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_rtc_invalidate()
702 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb3_resolve_pe()
731 ds->pe_num = rte; in pnv_phb3_resolve_pe()
868 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb3_translate_iommu()
914 pnv_phb3_msi_send(&ds->phb->msis, addr, data, ds->pe_num); in pnv_phb3_msi_write()
947 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_dma_iommu()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/pci-host/
H A Dpnv_phb3.c424 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_rtc_invalidate()
701 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb3_resolve_pe()
730 ds->pe_num = rte; in pnv_phb3_resolve_pe()
867 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb3_translate_iommu()
913 pnv_phb3_msi_send(&ds->phb->msis, addr, data, ds->pe_num); in pnv_phb3_msi_write()
946 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_dma_iommu()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/pci-host/
H A Dpnv_phb3.c425 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_rtc_invalidate()
702 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb3_resolve_pe()
731 ds->pe_num = rte; in pnv_phb3_resolve_pe()
868 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb3_translate_iommu()
914 pnv_phb3_msi_send(&ds->phb->msis, addr, data, ds->pe_num); in pnv_phb3_msi_write()
947 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_dma_iommu()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/pci-host/
H A Dpnv_phb3.c424 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_rtc_invalidate()
701 if (ds->pe_num != PHB_INVALID_PE) { in pnv_phb3_resolve_pe()
730 ds->pe_num = rte; in pnv_phb3_resolve_pe()
867 tve = ds->phb->ioda_TVT[ds->pe_num * 2 + tve_sel]; in pnv_phb3_translate_iommu()
913 pnv_phb3_msi_send(&ds->phb->msis, addr, data, ds->pe_num); in pnv_phb3_msi_write()
946 ds->pe_num = PHB_INVALID_PE; in pnv_phb3_dma_iommu()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Diommu.h206 int pci_domain_number, unsigned long pe_num);
222 unsigned long pe_num) in iommu_register_group() argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Diommu.h206 int pci_domain_number, unsigned long pe_num);
222 unsigned long pe_num) in iommu_register_group() argument
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Diommu.h206 int pci_domain_number, unsigned long pe_num);
222 unsigned long pe_num) in iommu_register_group() argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/
H A Dnpu2.c896 uint64_t pe_num, in npu2_map_pe_dma_window_real() argument
906 if (pe_num >= NPU2_MAX_PE_NUM || in npu2_map_pe_dma_window_real()
907 window_id != pe_num) in npu2_map_pe_dma_window_real()
952 uint64_t pe_num, in npu2_map_pe_dma_window() argument
964 if (pe_num >= NPU2_MAX_PE_NUM || in npu2_map_pe_dma_window()
965 window_id != pe_num) in npu2_map_pe_dma_window()
1021 uint64_t pe_num, in npu2_set_pe() argument
1035 if (pe_num >= NPU2_MAX_PE_NUM) in npu2_set_pe()
1050 val = SETFIELD(NPU2_CQ_BRICK_BDF2PE_MAP_PE, val, pe_num); in npu2_set_pe()
1062 val = SETFIELD(NPU2_MISC_BRICK_BDF2PE_MAP_PE, val, pe_num); in npu2_set_pe()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/
H A Dnpu2.c1093 uint64_t pe_num, in npu2_map_pe_dma_window_real() argument
1102 if (pe_num >= NPU2_MAX_PE_NUM || in npu2_map_pe_dma_window_real()
1103 window_id != pe_num) in npu2_map_pe_dma_window_real()
1124 uint64_t pe_num, in npu2_map_pe_dma_window() argument
1136 if (pe_num >= NPU2_MAX_PE_NUM || in npu2_map_pe_dma_window()
1137 window_id != pe_num) in npu2_map_pe_dma_window()
1193 uint64_t pe_num, in npu2_set_pe() argument
1207 if (pe_num >= NPU2_MAX_PE_NUM) in npu2_set_pe()
1227 val = SETFIELD(NPU2_CQ_BRICK_BDF2PE_MAP_PE, val, pe_num); in npu2_set_pe()
1239 val = SETFIELD(NPU2_MISC_BRICK_BDF2PE_MAP_PE, val, pe_num); in npu2_set_pe()

123