HomeSort by relevance Sort by last modified time
    Searched defs:rdpmc (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
msr.h 50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter)) macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
rdpmc.c 14 static u64 rdpmc(unsigned int counter) function
18 asm volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (counter));
55 count += rdpmc(idx - 1);
81 * If the RDPMC instruction faults then signal this back to the test parent task:

Completed in 83 milliseconds