Lines Matching refs:mapped
155 void *mapped; /* mapped page */ member
321 host->head_pg.mapped = host->pg.mapped; in usdhi6_blk_bounce()
323 host->pg.mapped = kmap(host->pg.page); in usdhi6_blk_bounce()
331 memcpy(host->bounce_buf, host->head_pg.mapped + PAGE_SIZE - blk_head, in usdhi6_blk_bounce()
333 memcpy(host->bounce_buf + blk_head, host->pg.mapped, in usdhi6_blk_bounce()
365 host->pg.mapped = kmap(host->pg.page); in usdhi6_sg_map()
381 host->blk_page = host->pg.mapped; in usdhi6_sg_map()
384 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_map()
403 memcpy(host->head_pg.mapped + PAGE_SIZE - blk_head, in usdhi6_sg_unmap()
405 memcpy(host->pg.mapped, host->bounce_buf + blk_head, in usdhi6_sg_unmap()
441 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
503 host->pg.mapped = kmap(host->pg.page); in usdhi6_sg_advance()
504 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
507 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_advance()