Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmsr.h122 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() function
190 u64 _l = native_read_pmc((counter)); \
195 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter))
/linux-4.1.27/arch/x86/kernel/
Dparavirt.c361 .read_pmc = native_read_pmc,
/linux-4.1.27/arch/x86/xen/
Denlighten.c1223 .read_pmc = native_read_pmc,