Searched refs:mv_pci_tbi (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | pci_iommu.c | 144 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in iommu_arena_find_pages() 272 if (! alpha_mv.mv_pci_tbi) { in pci_map_single_1() 402 alpha_mv.mv_pci_tbi(hose, dma_addr, dma_addr + size - 1); in alpha_pci_unmap_page() 440 if (alpha_mv.mv_pci_tbi || (gfp & GFP_DMA)) in alpha_pci_alloc_coherent() 663 sg_classify(dev, sg, end, alpha_mv.mv_pci_tbi != 0); in alpha_pci_map_sg() 666 if (alpha_mv.mv_pci_tbi) { in alpha_pci_map_sg() 729 if (! alpha_mv.mv_pci_tbi) in alpha_pci_unmap_sg() 784 alpha_mv.mv_pci_tbi(hose, fbeg, fend); in alpha_pci_unmap_sg()
|
A D | machvec_impl.h | 103 .mv_pci_tbi = CAT(low,_pci_tbi) 119 .mv_pci_tbi = cia_pci_tbi
|
A D | core_cia.c | 528 alpha_mv.mv_pci_tbi = cia_pci_tbi_try2; in verify_tb_operation() 539 alpha_mv.mv_pci_tbi(arena->hose, 0, -1); in verify_tb_operation() 558 alpha_mv.mv_pci_tbi = NULL; in verify_tb_operation()
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | machvec.h | 46 void (*mv_pci_tbi)(struct pci_controller *hose, member
|
A D | dma.h | 126 #define MAX_DMA_ADDRESS (alpha_mv.mv_pci_tbi ? \
|
/linux-6.3-rc2/drivers/char/agp/ |
A D | alpha-agp.c | 68 alpha_mv.mv_pci_tbi(agp->hose, 0, -1); in alpha_core_agp_tlbflush()
|
Completed in 10 milliseconds