Searched refs:tce_mem (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda-tce.c | 49 void *tce_mem, u64 tce_size, in pnv_pci_setup_iommu_table() 53 tbl->it_base = (unsigned long)tce_mem; in pnv_pci_setup_iommu_table() 64 struct page *tce_mem = NULL; in pnv_alloc_tce_level() local 67 tce_mem = alloc_pages_node(nid, GFP_ATOMIC | __GFP_NOWARN, in pnv_alloc_tce_level() 69 if (!tce_mem) { in pnv_alloc_tce_level() 74 addr = page_address(tce_mem); in pnv_alloc_tce_level() 48 pnv_pci_setup_iommu_table(struct iommu_table *tbl, void *tce_mem, u64 tce_size, u64 dma_offset, unsigned int page_shift) pnv_pci_setup_iommu_table() argument
|
H A D | pci.h | 349 void *tce_mem, u64 tce_size,
|
H A D | pci-ioda.c | 1661 struct page *tce_mem = NULL; in pnv_pci_ioda1_setup_dma_pe() local 1730 tce_mem = alloc_pages_node(phb->hose->node, GFP_KERNEL, in pnv_pci_ioda1_setup_dma_pe() 1732 if (!tce_mem) { in pnv_pci_ioda1_setup_dma_pe() 1736 addr = page_address(tce_mem); in pnv_pci_ioda1_setup_dma_pe() 1771 if (tce_mem) in pnv_pci_ioda1_setup_dma_pe() 1772 __free_pages(tce_mem, get_order(tce32_segsz * segs)); in pnv_pci_ioda1_setup_dma_pe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda-tce.c | 49 void *tce_mem, u64 tce_size, in pnv_pci_setup_iommu_table() 53 tbl->it_base = (unsigned long)tce_mem; in pnv_pci_setup_iommu_table() 64 struct page *tce_mem = NULL; in pnv_alloc_tce_level() local 67 tce_mem = alloc_pages_node(nid, GFP_ATOMIC | __GFP_NOWARN, in pnv_alloc_tce_level() 69 if (!tce_mem) { in pnv_alloc_tce_level() 74 addr = page_address(tce_mem); in pnv_alloc_tce_level() 48 pnv_pci_setup_iommu_table(struct iommu_table *tbl, void *tce_mem, u64 tce_size, u64 dma_offset, unsigned int page_shift) pnv_pci_setup_iommu_table() argument
|
H A D | pci.h | 325 void *tce_mem, u64 tce_size,
|
Completed in 8 milliseconds