Home
last modified time | relevance | path

Searched refs:tsc (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/u-boot/drivers/timer/
H A Dtsc_timer.c235 u64 tsc = 0, prev_tsc = 0; in pit_expect_msb() local
240 prev_tsc = tsc; in pit_expect_msb()
241 tsc = rdtsc(); in pit_expect_msb()
244 *tscp = tsc; in pit_expect_msb()
265 u64 tsc, delta; in quick_pit_calibrate() local
294 if (pit_expect_msb(0xff, &tsc, &d1)) { in quick_pit_calibrate()
302 delta -= tsc; in quick_pit_calibrate()
/openbmc/u-boot/arch/x86/dts/
H A Dtsc_timer.dtsi2 tsc-timer {
3 compatible = "x86,tsc-timer";
H A Defi-x86_app.dts19 tsc-timer {
H A Defi-x86_payload.dts33 tsc-timer {
H A Dcoreboot.dts34 tsc-timer {
H A Dqemu-x86_i440fx.dts43 tsc-timer {
H A Dqemu-x86_q35.dts54 tsc-timer {
H A Dgalileo.dts44 tsc-timer {
/openbmc/openbmc/poky/meta/conf/machine/include/x86/
H A Dqemuboot-x86.inc12 QB_KERNEL_CMDLINE_APPEND = "oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1"
H A Dtune-i686.inc3 # It has as required feature flags: fpu tsc cx8 cmov.
/openbmc/qemu/target/i386/emulate/
H A Dx86.h278 uint64_t tsc; in rdtscp() local
282 : "=a"(tsc) /* output to tsc variable */ in rdtscp()
286 return tsc; in rdtscp()
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h78 uint64_t tsc; member
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-brxre1.dts295 &timer3 { /* used sysdelay and hal tsc counter*/
338 tsc {
H A Dimx6ul.dtsi325 tsc: tsc@02040000 { label
326 compatible = "fsl,imx6ul-tsc";
332 clock-names = "tsc", "adc";
H A Dam335x-brppt1-spi.dts303 tsc {
H A Dam335x-brppt1-mmc.dts282 tsc {
H A Dimx6ull.dtsi416 tsc: tsc@02040000 { label
417 compatible = "fsl,imx6ul-tsc";
423 clock-names = "tsc", "adc";
H A Dam335x-brppt1-nand.dts272 tsc {
H A Dimx6ul-opos6uldev.dts221 &tsc {
H A Dr8a77965.dtsi297 tsc: thermal@e6198000 { label
1858 thermal-sensors = <&tsc 0>;
1872 thermal-sensors = <&tsc 1>;
1886 thermal-sensors = <&tsc 2>;
H A Dam33xx.dtsi952 tsc {
953 compatible = "ti,am3359-tsc";
H A Dam4372.dtsi717 tsc {
718 compatible = "ti,am3359-tsc";
H A Dam335x-pdu001.dts560 tsc {
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuall.txt30 tsc: HPET/PMTIMER calibration failed
/openbmc/qemu/hw/i386/kvm/
H A Dclock.c70 uint64_t migration_tsc = env->tsc; in kvmclock_current_nsec()

12