Home
last modified time | relevance | path

Searched refs:msrs (Results 1 – 2 of 2) sorted by relevance

/drivers/platform/x86/intel/ifs/
A Dload.c122 const struct ifs_test_msrs *msrs; in copy_hashes_authenticate_chunks() local
129 msrs = ifs_get_test_msrs(dev); in copy_hashes_authenticate_chunks()
131 wrmsrq(msrs->copy_hashes, ifs_hash_ptr); in copy_hashes_authenticate_chunks()
132 rdmsrq(msrs->copy_hashes_status, hashes_status.data); in copy_hashes_authenticate_chunks()
153 wrmsrq(msrs->copy_chunks, linear_addr); in copy_hashes_authenticate_chunks()
154 rdmsrq(msrs->copy_chunks_status, chunk_status.data); in copy_hashes_authenticate_chunks()
186 const struct ifs_test_msrs *msrs; in copy_hashes_authenticate_chunks_gen2() local
196 msrs = ifs_get_test_msrs(dev); in copy_hashes_authenticate_chunks_gen2()
199 wrmsrq(msrs->copy_hashes, ifs_hash_ptr); in copy_hashes_authenticate_chunks_gen2()
220 wrmsrq(msrs->test_ctrl, INVALIDATE_STRIDE); in copy_hashes_authenticate_chunks_gen2()
[all …]
/drivers/edac/
A Damd64_edac.c17 static struct msr __percpu *msrs; variable
3218 rdmsr_on_cpus(mask, MSR_IA32_MCG_CTL, msrs); in nb_mce_bank_enabled_on_node()
3221 struct msr *reg = per_cpu_ptr(msrs, cpu); in nb_mce_bank_enabled_on_node()
3249 rdmsr_on_cpus(cmask, MSR_IA32_MCG_CTL, msrs); in toggle_ecc_err_reporting()
3253 struct msr *reg = per_cpu_ptr(msrs, cpu); in toggle_ecc_err_reporting()
4164 msrs = msrs_alloc(); in amd64_edac_init()
4165 if (!msrs) in amd64_edac_init()
4201 msrs_free(msrs); in amd64_edac_init()
4202 msrs = NULL; in amd64_edac_init()
4232 msrs_free(msrs); in amd64_edac_exit()
[all …]

Completed in 15 milliseconds