Searched refs:iommu_arena_new (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/alpha/kernel/ |
D | pci_impl.h | 190 extern struct pci_iommu_arena *iommu_arena_new(struct pci_controller *,
|
D | core_tsunami.c | 320 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in tsunami_init_one_pchip() 324 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in tsunami_init_one_pchip()
|
D | core_mcpcia.c | 366 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in mcpcia_startup_hose() 367 hose->sg_pci = iommu_arena_new(hose, 0x40000000, in mcpcia_startup_hose()
|
D | core_apecs.c | 347 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in apecs_init_arch()
|
D | core_wildfire.c | 113 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in wildfire_init_hose() 114 hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x08000000, 0); in wildfire_init_hose()
|
D | core_titan.c | 318 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in titan_init_one_pachip_port() 321 hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x40000000, 0); in titan_init_one_pachip_port()
|
D | core_lca.c | 277 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 0); in lca_init_arch()
|
D | core_t2.c | 352 hose->sg_isa = iommu_arena_new(hose, base, length, 0); in t2_sg_map_window2()
|
D | core_cia.c | 725 hose->sg_isa = iommu_arena_new(hose, 0x00800000, 0x00800000, 32768); in do_init_arch()
|
D | pci_iommu.c | 112 iommu_arena_new(struct pci_controller *hose, dma_addr_t base, in iommu_arena_new() function
|