Searched refs:cximsd (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/cxl/test/ |
| H A D | cxl_translate.c | 37 struct cxl_cxims_data *cximsd; variable 75 cximsd->nr_maps = hbiw_to_nr_maps[hb_ways]; in to_hpa() 76 if (cximsd->nr_maps) in to_hpa() 77 return cxl_do_xormap_calc(cximsd, hpa_offset, hb_ways); in to_hpa() 98 cximsd->nr_maps = hbiw_to_nr_maps[hb_ways]; in to_dpa() 99 if (cximsd->nr_maps) in to_dpa() 101 cxl_do_xormap_calc(cximsd, hpa_offset, hb_ways); in to_dpa() 123 offset = cxl_do_xormap_calc(cximsd, hpa_offset, hb_ways); in to_pos() 235 cximsd = kzalloc(struct_size(cximsd, xormap in setup_xor_mapping() [all...] |
| /linux/drivers/cxl/ |
| H A D | cxl.h | 715 u64 cxl_do_xormap_calc(struct cxl_cxims_data *cximsd, u64 addr, int hbiw); 717 static inline u64 cxl_do_xormap_calc(struct cxl_cxims_data *cximsd, u64 addr, int hbiw) in cxl_do_xormap_calc() argument
|