Searched refs:msr (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/eal/x86/ |
| H A D | rte_cycles.c | 29 rdmsr(int msr, uint64_t *val) in rdmsr() argument 39 ret = pread(fd, val, sizeof(uint64_t), msr); in rdmsr() 45 RTE_SET_USED(msr); in rdmsr()
|
| /dpdk/lib/power/ |
| H A D | power_pstate_cpufreq.c | 80 power_rdmsr(int msr, uint64_t *val, unsigned int lcore_id) in power_rdmsr() argument 95 ret = pread(fd, val, sizeof(uint64_t), msr); in power_rdmsr() 104 fullpath, msr, lcore_id); in power_rdmsr()
|