Home
last modified time | relevance | path

Searched refs:SG_ENT_PHYS_ADDRESS (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/alpha/kernel/
Dpci_iommu.c461 #define SG_ENT_PHYS_ADDRESS(SG) \ macro
474 next_paddr = SG_ENT_PHYS_ADDRESS(leader) + leader_length; in sg_classify()
478 addr = SG_ENT_PHYS_ADDRESS(sg); in sg_classify()
511 unsigned long paddr = SG_ENT_PHYS_ADDRESS(leader); in sg_fill()
577 paddr = SG_ENT_PHYS_ADDRESS(sg); in sg_fill()
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_iommu.c451 #define SG_ENT_PHYS_ADDRESS(SG) \ macro
482 tmp = SG_ENT_PHYS_ADDRESS(sg); in fill_sg()
516 (pteval == SG_ENT_PHYS_ADDRESS(sg)) && in fill_sg()
518 (SG_ENT_PHYS_ADDRESS(sg) + sg->length - 1UL)) >> IO_PAGE_SHIFT) == 0UL) { in fill_sg()
Dsbus.c412 #define SG_ENT_PHYS_ADDRESS(SG) \ macro
442 tmp = (unsigned long) SG_ENT_PHYS_ADDRESS(sg); in fill_sg()
476 (pteval == SG_ENT_PHYS_ADDRESS(sg)) && in fill_sg()
478 (SG_ENT_PHYS_ADDRESS(sg) + sg->length - 1UL)) >> IO_PAGE_SHIFT) == 0UL) { in fill_sg()
/linux-2.4.37.9/arch/ia64/lib/
Dswiotlb.c35 #define SG_ENT_PHYS_ADDRESS(SG) virt_to_phys(SG_ENT_VIRT_ADDRESS(SG)) macro