Searched refs:host_map (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/virtio/ |
D | vringh_test.c | 141 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-5.19.10/drivers/scsi/cxlflash/ |
D | main.c | 278 return context_reset(hwq, &hwq->host_map->ioarrin); in context_reset_ioarrin() 289 return context_reset(hwq, &hwq->host_map->sq_ctx_reset); in context_reset_sq() 315 room = readq_be(&hwq->host_map->cmd_room); in send_cmd_ioarrin() 328 writeq_be((u64)&cmd->rcb, &hwq->host_map->ioarrin); in send_cmd_ioarrin() 370 writeq_be((u64)hwq->hsq_curr, &hwq->host_map->sq_tail); in send_cmd_sq() 377 readq_be(&hwq->host_map->sq_head), in send_cmd_sq() 378 readq_be(&hwq->host_map->sq_tail)); in send_cmd_sq() 1317 reg = readq_be(&hwq->host_map->ctx_ctrl); in afu_err_intr_init() 1320 writeq_be(reg, &hwq->host_map->ctx_ctrl); in afu_err_intr_init() 1321 writeq_be(SISL_ISTATUS_MASK, &hwq->host_map->intr_mask); in afu_err_intr_init() [all …]
|
D | common.h | 206 struct sisl_host_map __iomem *host_map; /* MC host map */ member
|
/linux-5.19.10/drivers/scsi/qla2xxx/ |
D | qla_target.c | 193 host = btree_lookup32(&vha->hw->host_map, key); in qla_find_host_by_d_id() 6565 btree_for_each_safe32(&ha->host_map, key, node) in qla_remove_hostmap() 6566 btree_remove32(&ha->host_map, key); in qla_remove_hostmap() 6568 btree_destroy32(&ha->host_map); in qla_remove_hostmap() 7339 slot = btree_lookup32(&vha->hw->host_map, key); in qlt_update_vp_map() 7343 rc = btree_insert32(&vha->hw->host_map, in qlt_update_vp_map() 7353 btree_update32(&vha->hw->host_map, key, vha); in qlt_update_vp_map() 7363 slot = btree_lookup32(&vha->hw->host_map, key); in qlt_update_vp_map() 7365 btree_remove32(&vha->hw->host_map, key); in qlt_update_vp_map()
|
D | qla_os.c | 4097 rc = btree_init32(&ha->host_map); in qla2x00_mem_alloc() 4508 btree_destroy32(&ha->host_map); in qla2x00_mem_alloc()
|
D | qla_def.h | 4741 struct btree_head32 host_map; member
|