host_map          206 drivers/scsi/cxlflash/common.h 	struct sisl_host_map __iomem *host_map;		/* MC host map */
host_map          283 drivers/scsi/cxlflash/main.c 	return context_reset(hwq, &hwq->host_map->ioarrin);
host_map          294 drivers/scsi/cxlflash/main.c 	return context_reset(hwq, &hwq->host_map->sq_ctx_reset);
host_map          320 drivers/scsi/cxlflash/main.c 		room = readq_be(&hwq->host_map->cmd_room);
host_map          333 drivers/scsi/cxlflash/main.c 	writeq_be((u64)&cmd->rcb, &hwq->host_map->ioarrin);
host_map          375 drivers/scsi/cxlflash/main.c 	writeq_be((u64)hwq->hsq_curr, &hwq->host_map->sq_tail);
host_map          382 drivers/scsi/cxlflash/main.c 	       readq_be(&hwq->host_map->sq_head),
host_map          383 drivers/scsi/cxlflash/main.c 	       readq_be(&hwq->host_map->sq_tail));
host_map         1322 drivers/scsi/cxlflash/main.c 		reg = readq_be(&hwq->host_map->ctx_ctrl);
host_map         1325 drivers/scsi/cxlflash/main.c 		writeq_be(reg, &hwq->host_map->ctx_ctrl);
host_map         1326 drivers/scsi/cxlflash/main.c 		writeq_be(SISL_ISTATUS_MASK, &hwq->host_map->intr_mask);
host_map         1345 drivers/scsi/cxlflash/main.c 	reg = readq_be(&hwq->host_map->intr_status);
host_map         1357 drivers/scsi/cxlflash/main.c 	writeq_be(reg_unmasked, &hwq->host_map->intr_clear);
host_map         1758 drivers/scsi/cxlflash/main.c 		hwq->host_map = &afu->afu_map->hosts[hwq->ctx_hndl].host;
host_map         1762 drivers/scsi/cxlflash/main.c 		writeq_be(SISL_ENDIAN_CTRL, &hwq->host_map->endian_ctrl);
host_map         1793 drivers/scsi/cxlflash/main.c 		hmap = hwq->host_map;
host_map         1882 drivers/scsi/cxlflash/main.c 	reg = readq_be(&hwq->host_map->ctx_ctrl);
host_map         2186 drivers/scsi/cxlflash/main.c 		hwq->room = readq_be(&hwq->host_map->cmd_room);
host_map         3593 drivers/scsi/qla2xxx/qla_def.h 	struct btree_head32 host_map;
host_map          203 drivers/scsi/qla2xxx/qla_target.c 	host = btree_lookup32(&vha->hw->tgt.host_map, key);
host_map         6449 drivers/scsi/qla2xxx/qla_target.c 	btree_for_each_safe32(&ha->tgt.host_map, key, node)
host_map         6450 drivers/scsi/qla2xxx/qla_target.c 		btree_remove32(&ha->tgt.host_map, key);
host_map         6452 drivers/scsi/qla2xxx/qla_target.c 	btree_destroy32(&ha->tgt.host_map);
host_map         7098 drivers/scsi/qla2xxx/qla_target.c 	rc = btree_init32(&ha->tgt.host_map);
host_map         7233 drivers/scsi/qla2xxx/qla_target.c 		slot = btree_lookup32(&vha->hw->tgt.host_map, key);
host_map         7237 drivers/scsi/qla2xxx/qla_target.c 			rc = btree_insert32(&vha->hw->tgt.host_map,
host_map         7247 drivers/scsi/qla2xxx/qla_target.c 		btree_update32(&vha->hw->tgt.host_map, key, vha);
host_map         7255 drivers/scsi/qla2xxx/qla_target.c 		slot = btree_lookup32(&vha->hw->tgt.host_map, key);
host_map         7257 drivers/scsi/qla2xxx/qla_target.c 			btree_remove32(&vha->hw->tgt.host_map, key);
host_map          141 tools/virtio/vringh_test.c 	void *host_map, *guest_map;
host_map          161 tools/virtio/vringh_test.c 	host_map = mmap(NULL, mapsize, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);
host_map          180 tools/virtio/vringh_test.c 		__user_addr_min = host_map;
host_map          182 tools/virtio/vringh_test.c 		user_addr_offset = host_map - guest_map;
host_map          188 tools/virtio/vringh_test.c 		vring_init(&vrh.vring, RINGSIZE, host_map, ALIGN);
host_map          304 tools/virtio/vringh_test.c 		munmap(host_map, mapsize);