Home
last modified time | relevance | path

Searched defs:get_msr (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c187 unsigned long long get_msr(int cpu, int offset) in get_msr() function
/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h197 int (*get_msr)(struct x86_emulate_ctxt *ctxt, u32 msr_index, u64 *pdata); member
Dkvm_host.h721 int (*get_msr)(struct kvm_vcpu *vcpu, u32 msr_index, u64 *pdata); member
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c261 int get_msr(int cpu, off_t offset, unsigned long long *msr) in get_msr() function