Searched refs:tsc (Results 1 – 25 of 33) sorted by relevance
12
| /openbmc/u-boot/drivers/timer/ |
| H A D | tsc_timer.c | 235 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 D | tsc_timer.dtsi | 2 tsc-timer { 3 compatible = "x86,tsc-timer";
|
| H A D | efi-x86_app.dts | 19 tsc-timer {
|
| H A D | efi-x86_payload.dts | 33 tsc-timer {
|
| H A D | coreboot.dts | 34 tsc-timer {
|
| H A D | qemu-x86_i440fx.dts | 43 tsc-timer {
|
| H A D | qemu-x86_q35.dts | 54 tsc-timer {
|
| H A D | galileo.dts | 44 tsc-timer {
|
| /openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
| H A D | qemuboot-x86.inc | 12 QB_KERNEL_CMDLINE_APPEND = "oprofile.timer=1 tsc=reliable no_timer_check rcupdate.rcu_expedited=1"
|
| H A D | tune-i686.inc | 3 # It has as required feature flags: fpu tsc cx8 cmov.
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86.h | 278 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 D | kvm_para.h | 78 uint64_t tsc; member
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am335x-brxre1.dts | 295 &timer3 { /* used sysdelay and hal tsc counter*/ 338 tsc {
|
| H A D | imx6ul.dtsi | 325 tsc: tsc@02040000 { label 326 compatible = "fsl,imx6ul-tsc"; 332 clock-names = "tsc", "adc";
|
| H A D | am335x-brppt1-spi.dts | 303 tsc {
|
| H A D | am335x-brppt1-mmc.dts | 282 tsc {
|
| H A D | imx6ull.dtsi | 416 tsc: tsc@02040000 { label 417 compatible = "fsl,imx6ul-tsc"; 423 clock-names = "tsc", "adc";
|
| H A D | am335x-brppt1-nand.dts | 272 tsc {
|
| H A D | imx6ul-opos6uldev.dts | 221 &tsc {
|
| H A D | r8a77965.dtsi | 297 tsc: thermal@e6198000 { label 1858 thermal-sensors = <&tsc 0>; 1872 thermal-sensors = <&tsc 1>; 1886 thermal-sensors = <&tsc 2>;
|
| H A D | am33xx.dtsi | 952 tsc { 953 compatible = "ti,am3359-tsc";
|
| H A D | am4372.dtsi | 717 tsc { 718 compatible = "ti,am3359-tsc";
|
| H A D | am335x-pdu001.dts | 560 tsc {
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs-ignores-qemuall.txt | 30 tsc: HPET/PMTIMER calibration failed
|
| /openbmc/qemu/hw/i386/kvm/ |
| H A D | clock.c | 70 uint64_t migration_tsc = env->tsc; in kvmclock_current_nsec()
|
12