Searched refs:cximsd (Results 1 – 1 of 1) sorted by relevance
52 for (int i = 0; i < cximsd->nr_maps; i++) { in cxl_xor_hpa_to_spa()53 if (!cximsd->xormaps[i]) in cxl_xor_hpa_to_spa()55 pos = __ffs(cximsd->xormaps[i]); in cxl_xor_hpa_to_spa()56 val = (hweight64(hpa & cximsd->xormaps[i]) & 1); in cxl_xor_hpa_to_spa()76 struct cxl_cxims_data *cximsd; in cxl_parse_cxims() local102 cximsd = devm_kzalloc(dev, struct_size(cximsd, xormaps, nr_maps), in cxl_parse_cxims()104 if (!cximsd) in cxl_parse_cxims()106 cximsd->nr_maps = nr_maps; in cxl_parse_cxims()107 memcpy(cximsd->xormaps, cxims->xormap_list, in cxl_parse_cxims()108 nr_maps * sizeof(*cximsd->xormaps)); in cxl_parse_cxims()[all …]