Searched defs:msrs (Results 1 – 10 of 10) sorted by relevance
/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 | 133 struct op_msrs const * const msrs) in op_amd_handle_ibs() 269 struct op_msrs const * const msrs) in op_mux_switch_ctrl() 290 static void op_amd_shutdown(struct op_msrs const * const msrs) in op_amd_shutdown() 302 static int op_amd_fill_in_addresses(struct op_msrs * const msrs) in op_amd_fill_in_addresses() 334 struct op_msrs const * const msrs) in op_amd_setup_ctrs() 382 struct op_msrs const * const msrs) in op_amd_check_ctrs() 405 static void op_amd_start(struct op_msrs const * const msrs) in op_amd_start() 421 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()
|
/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()
|
/arch/x86/include/asm/ |
D | msr.h | 26 struct msr *msrs; member 292 struct msr *msrs) in rdmsr_on_cpus() 297 struct msr *msrs) in wrmsr_on_cpus()
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 1546 u32 msrs[] = { in __mcheck_cpu_apply_quirks() local
|
/arch/x86/kvm/ |
D | x86.c | 133 u32 msrs[KVM_NR_SHARED_MSRS]; member 2551 static int __msr_io(struct kvm_vcpu *vcpu, struct kvm_msrs *msrs, in __msr_io() 2577 struct kvm_msrs msrs; in msr_io() local
|
D | vmx.c | 8640 struct perf_guest_switch_msr *msrs; in atomic_switch_perf_msrs() local
|