Home
last modified time | relevance | path

Searched refs:nsec (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/i386/kvm/
H A Dclock.c76 uint64_t nsec; in kvmclock_current_nsec() local
97 nsec = (nsec_lo >> 32) | (nsec_hi << 32); in kvmclock_current_nsec()
98 return nsec + time.system_time; in kvmclock_current_nsec()
/qemu/hw/acpi/
H A Dich9_tco.c36 int64_t nsec = (int64_t)ticks * TCO_TICK_NSEC; in tco_timer_reload() local
38 trace_tco_timer_reload(ticks, nsec / 1000000); in tco_timer_reload()
39 tr->expire_time = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + nsec; in tco_timer_reload()
/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h77 int64_t nsec; member
/qemu/
H A Dhmp-commands.hx1588 ``+``\ *nsec*
1589 Password stays valid for *nsec* seconds starting now.
1590 *nsec*
1591 Password is invalidated at the given time. *nsec* are the seconds
/qemu/qapi/
H A Dblock-core.json24 # @date-nsec: fractional part in nano seconds to be used with date-sec
28 # @vm-clock-nsec: fractional part in nano seconds to be used with
41 'date-sec': 'int', 'date-nsec': 'int',
42 'vm-clock-sec': 'int', 'vm-clock-nsec': 'int',