Searched refs:target_map (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/cxl/core/ |
H A D | hdm.c | 22 int *target_map) in add_hdm_decoder() argument 26 rc = cxl_decoder_add_locked(cxld, target_map); in add_hdm_decoder() 845 int *target_map, void __iomem *hdm, int which, in init_hdm_decoder() argument 960 target_map[i] = target_list.target_id[i]; in init_hdm_decoder() 1036 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; in devm_cxl_enumerate_decoders() local 1064 rc = init_hdm_decoder(port, cxld, target_map, hdm, i, in devm_cxl_enumerate_decoders() 1073 rc = add_hdm_decoder(port, cxld, target_map); in devm_cxl_enumerate_decoders()
|
H A D | port.c | 1576 struct cxl_port *port, int *target_map) in decoder_populate_targets() argument 1580 if (!target_map) in decoder_populate_targets() 1590 struct cxl_dport *dport = find_dport(port, target_map[i]); in decoder_populate_targets() 1814 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add_locked() argument 1835 rc = decoder_populate_targets(cxlsd, port, target_map); in cxl_decoder_add_locked() 1864 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add() argument 1878 rc = cxl_decoder_add_locked(cxld, target_map); in cxl_decoder_add()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 041 | 1311 target_map = qemu_img_map(target_img) 1313 assert target_map[0]['start'] == 0 1314 assert target_map[0]['length'] == 512 * 1024 1315 assert target_map[0]['depth'] == 1 1317 assert target_map[1]['start'] == 512 * 1024 1318 assert target_map[1]['length'] == 512 * 1024 1319 assert target_map[1]['depth'] == 0
|
/openbmc/linux/tools/testing/cxl/test/ |
H A D | cxl.c | 647 int *target_map; member 657 ctx->target_map[ctx->index++] = pdev->id; in map_targets() 859 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; in mock_cxl_enumerate_decoders() local 861 .target_map = target_map, in mock_cxl_enumerate_decoders() 901 rc = cxl_decoder_add_locked(cxld, target_map); in mock_cxl_enumerate_decoders()
|
/openbmc/linux/drivers/cxl/ |
H A D | acpi.c | 200 int target_map[CXL_DECODER_MAX_INTERLEAVE]; in __cxl_parse_cfmws() local 227 target_map[i] = cfmws->interleave_targets[i]; in __cxl_parse_cfmws() 288 rc = cxl_decoder_add(cxld, target_map); in __cxl_parse_cfmws()
|
H A D | cxl.h | 724 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map); 726 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map);
|
/openbmc/linux/drivers/scsi/ |
H A D | mvumi.h | 518 unsigned char *target_map; member
|
H A D | mvumi.c | 774 if (!(mhba->target_map[device_id / bitcount] & in mvumi_flush_cache() 1027 mhba->target_map = virmem; in mvumi_init_data() 2012 mhba->target_map[sdev->id / bitcount] |= (1 << (sdev->id % bitcount)); in mvumi_slave_configure()
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 2817 unsigned long *target_map = SIT_I(sbi)->tmp_map; in __next_free_blkoff() local 2823 target_map[i] = ckpt_map[i] | cur_map[i]; in __next_free_blkoff() 2825 return __find_rev_next_zero_bit(target_map, BLKS_PER_SEG(sbi), start); in __next_free_blkoff()
|