Home
last modified time | relevance | path

Searched refs:target_map (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/cxl/core/
Dhdm.c23 int *target_map) in add_hdm_decoder() argument
27 rc = cxl_decoder_add_locked(cxld, target_map); in add_hdm_decoder()
678 int *target_map, void __iomem *hdm, int which, in init_hdm_decoder() argument
756 target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
814 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; in devm_cxl_enumerate_decoders() local
840 rc = init_hdm_decoder(port, cxld, target_map, hdm, i, &dpa_base); in devm_cxl_enumerate_decoders()
845 rc = add_hdm_decoder(port, cxld, target_map); in devm_cxl_enumerate_decoders()
Dport.c1404 struct cxl_port *port, int *target_map) in decoder_populate_targets() argument
1408 if (!target_map) in decoder_populate_targets()
1418 struct cxl_dport *dport = find_dport(port, target_map[i]); in decoder_populate_targets()
1642 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add_locked() argument
1663 rc = decoder_populate_targets(cxlsd, port, target_map); in cxl_decoder_add_locked()
1692 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map) in cxl_decoder_add() argument
1706 rc = cxl_decoder_add_locked(cxld, target_map); in cxl_decoder_add()
/Linux-v6.1/tools/testing/cxl/test/
Dcxl.c490 int *target_map; member
500 ctx->target_map[ctx->index++] = pdev->id; in map_targets()
568 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; in mock_cxl_enumerate_decoders() local
570 .target_map = target_map, in mock_cxl_enumerate_decoders()
619 rc = cxl_decoder_add_locked(cxld, target_map); in mock_cxl_enumerate_decoders()
/Linux-v6.1/drivers/cxl/
Dacpi.c83 int target_map[CXL_DECODER_MAX_INTERLEAVE]; in cxl_parse_cfmws() local
112 target_map[i] = cfmws->interleave_targets[i]; in cxl_parse_cfmws()
151 rc = cxl_decoder_add(cxld, target_map); in cxl_parse_cfmws()
Dcxl.h587 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map);
589 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map);
/Linux-v6.1/drivers/scsi/
Dmvumi.h518 unsigned char *target_map; member
Dmvumi.c774 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()
/Linux-v6.1/fs/f2fs/
Dsegment.c2599 unsigned long *target_map = SIT_I(sbi)->tmp_map; in __next_free_blkoff() local
2605 target_map[i] = ckpt_map[i] | cur_map[i]; in __next_free_blkoff()
2607 return __find_rev_next_zero_bit(target_map, sbi->blocks_per_seg, start); in __next_free_blkoff()