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

/linux-master/drivers/cxl/core/
H A Dhdm.c22 int *target_map)
26 rc = cxl_decoder_add_locked(cxld, target_map);
788 int *target_map, void __iomem *hdm, int which,
903 target_map[i] = target_list.target_id[i];
979 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; local
1007 rc = init_hdm_decoder(port, cxld, target_map, hdm, i,
1016 rc = add_hdm_decoder(port, cxld, target_map);
21 add_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, int *target_map) argument
787 init_hdm_decoder(struct cxl_port *port, struct cxl_decoder *cxld, int *target_map, void __iomem *hdm, int which, u64 *dpa_base, struct cxl_endpoint_dvsec_info *info) argument
H A Dport.c1712 struct cxl_port *port, int *target_map)
1716 if (!target_map)
1726 struct cxl_dport *dport = find_dport(port, target_map[i]);
1935 * @target_map: A list of downstream ports that this decoder can direct memory
1951 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map) argument
1972 rc = decoder_populate_targets(cxlsd, port, target_map);
1991 * @target_map: A list of downstream ports that this decoder can direct memory
2001 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map) argument
2015 rc = cxl_decoder_add_locked(cxld, target_map);
1711 decoder_populate_targets(struct cxl_switch_decoder *cxlsd, struct cxl_port *port, int *target_map) argument
/linux-master/tools/testing/cxl/test/
H A Dcxl.c649 int *target_map; member in struct:target_map_ctx
659 ctx->target_map[ctx->index++] = pdev->id;
865 int target_map[CXL_DECODER_MAX_INTERLEAVE] = { 0 }; local
867 .target_map = target_map,
907 rc = cxl_decoder_add_locked(cxld, target_map);
/linux-master/drivers/cxl/
H A Dcxl.h778 int cxl_decoder_add(struct cxl_decoder *cxld, int *target_map);
780 int cxl_decoder_add_locked(struct cxl_decoder *cxld, int *target_map);
H A Dacpi.c322 int target_map[CXL_DECODER_MAX_INTERLEAVE]; local
349 target_map[i] = cfmws->interleave_targets[i];
413 rc = cxl_decoder_add(cxld, target_map);
/linux-master/drivers/scsi/
H A Dmvumi.h518 unsigned char *target_map; member in struct:mvumi_hba
H A Dmvumi.c774 if (!(mhba->target_map[device_id / bitcount] &
1027 mhba->target_map = virmem;
2012 mhba->target_map[sdev->id / bitcount] |= (1 << (sdev->id % bitcount));
/linux-master/fs/f2fs/
H A Dsegment.c2848 unsigned long *target_map = SIT_I(sbi)->tmp_map; local
2854 target_map[i] = ckpt_map[i] | cur_map[i];
2856 return __find_rev_next_zero_bit(target_map, BLKS_PER_SEG(sbi), start);

Completed in 152 milliseconds