Searched refs:rdpmc (Results 1 – 3 of 3) sorted by relevance
89 .func = (test_fault_func) rdpmc, .fault_vector = GP_VECTOR, \
609 cnt->count = rdpmc(idx); in do_rdpmc_fast()641 report(rdpmc(i) == x, "cntr-%d", i); in check_rdpmc()657 report(rdpmc(i | (1 << 30)) == x, "fixed cntr-%d", i); in check_rdpmc()
657 static inline uint64_t rdpmc(uint32_t index) in rdpmc() function