Lines Matching refs:PAGE_MASK
126 unsigned long vaddr = (unsigned long) virtual & PAGE_MASK; in iounmap()
203 unsigned long offset = ((unsigned long) pa) & (~PAGE_MASK); in _sparc_ioremap()
208 (offset + sz + PAGE_SIZE-1) & PAGE_MASK, in _sparc_ioremap()
217 pa &= PAGE_MASK; in _sparc_ioremap()
259 unsigned long len_total = (len + PAGE_SIZE-1) & PAGE_MASK; in sbus_alloc_consistent()
320 n = (n + PAGE_SIZE-1) & PAGE_MASK; in sbus_free_consistent()
345 unsigned long len_total = (len + PAGE_SIZE-1) & PAGE_MASK; in sbus_map_single()
400 n = (n + PAGE_SIZE-1) & PAGE_MASK; in sbus_unmap_single()
469 unsigned long len_total = (len + PAGE_SIZE-1) & PAGE_MASK; in pci_alloc_consistent()
549 n = (n + PAGE_SIZE-1) & PAGE_MASK; in pci_free_consistent()
600 (size + PAGE_SIZE-1) & PAGE_MASK); in pci_unmap_single()
649 (sg->length + PAGE_SIZE-1) & PAGE_MASK); in pci_unmap_sg()
670 (size + PAGE_SIZE-1) & PAGE_MASK); in pci_dma_sync_single()
689 (sg->length + PAGE_SIZE-1) & PAGE_MASK); in pci_dma_sync_sg()