Searched defs:msrs (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/x86/oprofile/ |
D | op_model_ppro.c | 33 static void ppro_shutdown(struct op_msrs const * const msrs) in ppro_shutdown() 45 static int ppro_fill_in_addresses(struct op_msrs * const msrs) in ppro_fill_in_addresses() 73 struct op_msrs const * const msrs) in ppro_setup_ctrs() 128 struct op_msrs const * const msrs) in ppro_check_ctrs() 158 static void ppro_start(struct op_msrs const * const msrs) in ppro_start() 173 static void ppro_stop(struct op_msrs const * const msrs) in ppro_stop()
|
D | nmi_int.c | 75 static void nmi_cpu_save_registers(struct op_msrs *msrs) in nmi_cpu_save_registers() 94 struct op_msrs const *msrs = this_cpu_ptr(&cpu_msrs); in nmi_cpu_start() local 114 struct op_msrs const *msrs = this_cpu_ptr(&cpu_msrs); in nmi_cpu_stop() local 181 static void nmi_cpu_setup_mux(int cpu, struct op_msrs const * const msrs) in nmi_cpu_setup_mux() 200 static void nmi_cpu_save_mpx_registers(struct op_msrs *msrs) in nmi_cpu_save_mpx_registers() 213 static void nmi_cpu_restore_mpx_registers(struct op_msrs *msrs) in nmi_cpu_restore_mpx_registers() 230 struct op_msrs *msrs = &per_cpu(cpu_msrs, cpu); in nmi_cpu_switch() local 297 nmi_cpu_setup_mux(int cpu, struct op_msrs const * const msrs) { } in nmi_cpu_setup_mux() 345 struct op_msrs *msrs = &per_cpu(cpu_msrs, cpu); in nmi_cpu_setup() local 355 static void nmi_cpu_restore_registers(struct op_msrs *msrs) in nmi_cpu_restore_registers() [all …]
|
D | op_model_amd.c | 134 struct op_msrs const * const msrs) in op_amd_handle_ibs() 270 struct op_msrs const * const msrs) in op_mux_switch_ctrl() 291 static void op_amd_shutdown(struct op_msrs const * const msrs) in op_amd_shutdown() 303 static int op_amd_fill_in_addresses(struct op_msrs * const msrs) in op_amd_fill_in_addresses() 335 struct op_msrs const * const msrs) in op_amd_setup_ctrs() 383 struct op_msrs const * const msrs) in op_amd_check_ctrs() 406 static void op_amd_start(struct op_msrs const * const msrs) in op_amd_start() 422 static void op_amd_stop(struct op_msrs const * const msrs) in op_amd_stop()
|
D | op_model_p4.c | 388 static void p4_shutdown(struct op_msrs const * const msrs) in p4_shutdown() 407 static int p4_fill_in_addresses(struct op_msrs * const msrs) in p4_fill_in_addresses() 570 struct op_msrs const * const msrs) in p4_setup_ctrs() 616 struct op_msrs const * const msrs) in p4_check_ctrs() 668 static void p4_start(struct op_msrs const * const msrs) in p4_start() 685 static void p4_stop(struct op_msrs const * const msrs) in p4_stop()
|
/linux-4.4.14/arch/x86/lib/ |
D | msr.c | 7 struct msr *msrs = NULL; in msrs_alloc() local 19 void msrs_free(struct msr *msrs) in msrs_free()
|
D | msr-smp.c | 98 struct msr *msrs, in __rwmsr_on_cpus() 125 void rdmsr_on_cpus(const struct cpumask *mask, u32 msr_no, struct msr *msrs) in rdmsr_on_cpus() 139 void wrmsr_on_cpus(const struct cpumask *mask, u32 msr_no, struct msr *msrs) in wrmsr_on_cpus()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | msr.h | 26 struct msr *msrs; member 283 struct msr *msrs) in rdmsr_on_cpus() 288 struct msr *msrs) in wrmsr_on_cpus()
|
/linux-4.4.14/drivers/cpufreq/ |
D | acpi-cpufreq.c | 86 static struct msr __percpu *msrs; variable
|
/linux-4.4.14/drivers/powercap/ |
D | intel_rapl.c | 155 int msrs[RAPL_DOMAIN_MSR_MAX]; member
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 1524 u32 msrs[] = { in __mcheck_cpu_apply_quirks() local
|
/linux-4.4.14/drivers/edac/ |
D | amd64_edac.c | 16 static struct msr __percpu *msrs; variable
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 132 u32 msrs[KVM_NR_SHARED_MSRS]; member 2451 static int __msr_io(struct kvm_vcpu *vcpu, struct kvm_msrs *msrs, in __msr_io() 2477 struct kvm_msrs msrs; in msr_io() local
|
D | vmx.c | 8512 struct perf_guest_switch_msr *msrs; in atomic_switch_perf_msrs() local
|