Home
last modified time | relevance | path

Searched refs:rdpmc_safe (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dprocessor.h509 static inline int rdpmc_safe(u32 index, uint64_t *val) in rdpmc_safe() function
517 int vector = rdpmc_safe(index, &val); in rdpmc()
/kvm-unit-tests/x86/
H A Dpmu.c945 report(rdpmc_safe(64, &val) == GP_VECTOR, in check_invalid_rdpmc_gp()