Home
last modified time | relevance | path

Searched refs:host_map (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm/mach-davinci/
Dcp_intc.c120 u32 *host_map = davinci_soc_info.intc_host_map; in cp_intc_of_init() local
185 if (host_map) in cp_intc_of_init()
186 for (i = 0; host_map[i] != -1; i++) in cp_intc_of_init()
187 cp_intc_write(host_map[i], CP_INTC_HOST_MAP(i)); in cp_intc_of_init()
/Linux-v4.19/tools/virtio/
Dvringh_test.c141 void *host_map, *guest_map; in parallel_test() local
161 host_map = mmap(NULL, mapsize, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in parallel_test()
180 __user_addr_min = host_map; in parallel_test()
182 user_addr_offset = host_map - guest_map; in parallel_test()
188 vring_init(&vrh.vring, RINGSIZE, host_map, ALIGN); in parallel_test()
304 munmap(host_map, mapsize); in parallel_test()
/Linux-v4.19/drivers/scsi/cxlflash/
Dmain.c287 return context_reset(hwq, &hwq->host_map->ioarrin); in context_reset_ioarrin()
298 return context_reset(hwq, &hwq->host_map->sq_ctx_reset); in context_reset_sq()
324 room = readq_be(&hwq->host_map->cmd_room); in send_cmd_ioarrin()
337 writeq_be((u64)&cmd->rcb, &hwq->host_map->ioarrin); in send_cmd_ioarrin()
379 writeq_be((u64)hwq->hsq_curr, &hwq->host_map->sq_tail); in send_cmd_sq()
386 readq_be(&hwq->host_map->sq_head), in send_cmd_sq()
387 readq_be(&hwq->host_map->sq_tail)); in send_cmd_sq()
1319 reg = readq_be(&hwq->host_map->ctx_ctrl); in afu_err_intr_init()
1322 writeq_be(reg, &hwq->host_map->ctx_ctrl); in afu_err_intr_init()
1323 writeq_be(SISL_ISTATUS_MASK, &hwq->host_map->intr_mask); in afu_err_intr_init()
[all …]
Dcommon.h210 struct sisl_host_map __iomem *host_map; /* MC host map */ member
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.c210 host = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_find_host_by_d_id()
6356 btree_for_each_safe32(&ha->tgt.host_map, key, node) in qlt_remove_target_resources()
6357 btree_remove32(&ha->tgt.host_map, key); in qlt_remove_target_resources()
6359 btree_destroy32(&ha->tgt.host_map); in qlt_remove_target_resources()
7019 rc = btree_init32(&ha->tgt.host_map); in qlt_probe_one_stage1()
7151 slot = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
7155 rc = btree_insert32(&vha->hw->tgt.host_map, in qlt_update_vp_map()
7165 btree_update32(&vha->hw->tgt.host_map, key, vha); in qlt_update_vp_map()
7173 slot = btree_lookup32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
7175 btree_remove32(&vha->hw->tgt.host_map, key); in qlt_update_vp_map()
Dqla_def.h3542 struct btree_head32 host_map; member