Home
last modified time | relevance | path

Searched defs:rdtscp (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr.h237 #define rdtscp(low, high, aux) \ macro
/openbmc/qemu/target/i386/emulate/
H A Dx86.h276 static inline uint64_t rdtscp(void) in rdtscp() function