Searched refs:translated_spa (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/cxl/test/ |
| H A D | cxl_translate.c | 144 u64 translated_spa, reverse_dpa; in run_translation_test() local 148 translated_spa = to_hpa(dpa, pos, r_eiw, r_eig, hb_ways, math); in run_translation_test() 149 if (translated_spa != expect_hpa) { in run_translation_test() 151 expect_hpa, translated_spa); in run_translation_test() 156 reverse_dpa = to_dpa(translated_spa, r_eiw, r_eig, hb_ways, math); in run_translation_test() 164 reverse_pos = to_pos(translated_spa, r_eiw, r_eig, hb_ways, math); in run_translation_test()
|