Searched refs:rdtsc (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/drivers/timer/ |
| H A D | tsc_timer.c | 241 tsc = rdtsc(); in pit_expect_msb() 243 *deltap = rdtsc() - prev_tsc; in pit_expect_msb() 388 u64 now_tick = rdtsc(); in tsc_timer_get_count() 399 gd->arch.tsc_base = rdtsc(); in tsc_timer_ensure_setup() 464 return rdtsc() - gd->arch.tsc_base; in timer_early_get_count()
|
| /openbmc/u-boot/arch/x86/cpu/quark/ |
| H A D | mrc.c | 175 my_tsc = rdtsc(); in mrc_mem_init() 177 DPF(D_TIME, "Execution time %llx", rdtsc() - my_tsc); in mrc_mem_init()
|
| H A D | mrc_util.c | 59 uint64_t final_tsc = rdtsc(); in delay_n() 63 while (rdtsc() < final_tsc) in delay_n()
|
| H A D | smc.c | 2328 lfsr = rdtsc() & 0x0fffffff; in enable_scrambling()
|
| /openbmc/u-boot/drivers/watchdog/ |
| H A D | tangier_wdt.c | 36 now = rdtsc() / 1000; in hw_watchdog_reset()
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | u-boot-x86.h | 76 static inline __attribute__((no_instrument_function)) uint64_t rdtsc(void) in rdtsc() function
|
| /openbmc/u-boot/arch/x86/cpu/coreboot/ |
| H A D | timestamp.c | 46 timestamp_add(id, rdtsc()); in timestamp_add_now()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
| H A D | 0005-Implement-timer-implementation-for-mips-platform.patch | 22 + // mips apparently only allows rdtsc for superusers, so we fall
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
| H A D | smilatency.py2 | 92 tsc_start = bits.rdtsc() 94 return bits.rdtsc() - tsc_start
|
| /openbmc/qemu/target/i386/ |
| H A D | helper.h | 73 DEF_HELPER_1(rdtsc, void, env)
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | x86.csv | 1745 "RDTSC","RDTSC","rdtsc","0F 31","V","V","Pentium","","","",""
|