Home
last modified time | relevance | path

Searched refs:pmu_msr_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/xen/
H A Dpmu.h17 bool pmu_msr_read(unsigned int msr, uint64_t *val, int *err);
H A Dpmu.c317 bool pmu_msr_read(unsigned int msr, uint64_t *val, int *err) in pmu_msr_read() function
H A Denlighten_pv.c1016 if (pmu_msr_read(msr, &val, err)) in xen_do_read_msr()