Searched refs:host_map (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/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() 183 __user_addr_min = host_map; in parallel_test() 185 user_addr_offset = host_map - guest_map; in parallel_test() 191 vring_init(&vrh.vring, RINGSIZE, host_map, ALIGN); in parallel_test() 307 munmap(host_map, mapsize); in parallel_test()
|
/linux-6.12.1/drivers/scsi/cxlflash/ |
D | main.c | 283 return context_reset(hwq, &hwq->host_map->ioarrin); in context_reset_ioarrin() 294 return context_reset(hwq, &hwq->host_map->sq_ctx_reset); in context_reset_sq() 320 room = readq_be(&hwq->host_map->cmd_room); in send_cmd_ioarrin() 333 writeq_be((u64)&cmd->rcb, &hwq->host_map->ioarrin); in send_cmd_ioarrin() 375 writeq_be((u64)hwq->hsq_curr, &hwq->host_map->sq_tail); in send_cmd_sq() 382 readq_be(&hwq->host_map->sq_head), in send_cmd_sq() 383 readq_be(&hwq->host_map->sq_tail)); in send_cmd_sq() 1322 reg = readq_be(&hwq->host_map->ctx_ctrl); in afu_err_intr_init() 1325 writeq_be(reg, &hwq->host_map->ctx_ctrl); in afu_err_intr_init() 1326 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-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 1041 slot = btree_lookup32(&vha->hw->host_map, key); in qla_update_vp_map() 1045 rc = btree_insert32(&vha->hw->host_map, in qla_update_vp_map() 1055 btree_update32(&vha->hw->host_map, key, vha); in qla_update_vp_map() 1063 slot = btree_lookup32(&vha->hw->host_map, key); in qla_update_vp_map() 1065 btree_remove32(&vha->hw->host_map, key); in qla_update_vp_map()
|
D | qla_target.c | 193 host = btree_lookup32(&vha->hw->host_map, key); in qla_find_host_by_d_id() 6491 btree_for_each_safe32(&ha->host_map, key, node) in qla_remove_hostmap() 6492 btree_remove32(&ha->host_map, key); in qla_remove_hostmap() 6494 btree_destroy32(&ha->host_map); in qla_remove_hostmap()
|
D | qla_os.c | 4170 rc = btree_init32(&ha->host_map); in qla2x00_mem_alloc() 4594 btree_destroy32(&ha->host_map); in qla2x00_mem_alloc()
|
D | qla_def.h | 4836 struct btree_head32 host_map; member
|