Lines Matching refs:msrs
121 const struct ifs_test_msrs *msrs; in copy_hashes_authenticate_chunks() local
128 msrs = ifs_get_test_msrs(dev); in copy_hashes_authenticate_chunks()
130 wrmsrl(msrs->copy_hashes, ifs_hash_ptr); in copy_hashes_authenticate_chunks()
131 rdmsrl(msrs->copy_hashes_status, hashes_status.data); in copy_hashes_authenticate_chunks()
152 wrmsrl(msrs->copy_chunks, linear_addr); in copy_hashes_authenticate_chunks()
153 rdmsrl(msrs->copy_chunks_status, chunk_status.data); in copy_hashes_authenticate_chunks()
185 const struct ifs_test_msrs *msrs; in copy_hashes_authenticate_chunks_gen2() local
195 msrs = ifs_get_test_msrs(dev); in copy_hashes_authenticate_chunks_gen2()
198 wrmsrl(msrs->copy_hashes, ifs_hash_ptr); in copy_hashes_authenticate_chunks_gen2()
199 rdmsrl(msrs->copy_hashes_status, hashes_status.data); in copy_hashes_authenticate_chunks_gen2()
219 wrmsrl(msrs->test_ctrl, INVALIDATE_STRIDE); in copy_hashes_authenticate_chunks_gen2()
220 rdmsrl(msrs->copy_chunks_status, chunk_status.data); in copy_hashes_authenticate_chunks_gen2()
241 wrmsrl(msrs->copy_chunks, (u64)chunk_table); in copy_hashes_authenticate_chunks_gen2()
243 rdmsrl(msrs->copy_chunks_status, chunk_status.data); in copy_hashes_authenticate_chunks_gen2()