Searched refs:tsc_base (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/x86/cpu/slimbootloader/
H A Dslimbootloader.c16 * This sets tsc_base and clock_rate for early_timer and tsc_timer.
22 * Configuring tsc_base and clock_rate here makes x86 tsc_timer driver
33 gd->arch.tsc_base = rdtsc();
34 debug("tsc_base=0x%llx\n", gd->arch.tsc_base);
/u-boot/arch/x86/lib/
H A Dbdinfo.c21 bdinfo_print_num_l("tsc_base", gd->arch.tsc_base);
/u-boot/drivers/timer/
H A Dtsc_timer.c394 return now_tick - gd->arch.tsc_base;
402 gd->arch.tsc_base = rdtsc();
484 return rdtsc() - gd->arch.tsc_base;
/u-boot/arch/x86/include/asm/
H A Dglobal_data.h95 uint64_t tsc_base; /* Initial value returned by rdtsc() */ member in struct:arch_global_data

Completed in 51 milliseconds