Home
last modified time | relevance | path

Searched refs:latched_count (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/i386/kvm/
H A Di8254.c110 sc->latched_count = kchan->latched_count; in kvm_pit_get()
147 kchan->latched_count = sc->latched_count; in kvm_pit_put()
/openbmc/qemu/hw/timer/
H A Di8254.c121 s->latched_count = pit_get_count(s); in pit_latch_count()
216 ret = s->latched_count & 0xff; in pit_ioport_read()
220 ret = s->latched_count >> 8; in pit_ioport_read()
224 ret = s->latched_count & 0xff; in pit_ioport_read()
H A Di8254_common.c185 VMSTATE_UINT16(latched_count, PITChannelState),
/openbmc/linux/arch/x86/kvm/
H A Di8254.c179 c->latched_count = pit_get_count(pit, channel); in pit_latch_count()
539 ret = s->latched_count & 0xff; in pit_ioport_read()
543 ret = s->latched_count >> 8; in pit_ioport_read()
547 ret = s->latched_count & 0xff; in pit_ioport_read()
H A Di8254.h11 u16 latched_count; member
/openbmc/qemu/include/hw/timer/
H A Di8254_internal.h34 uint16_t latched_count; member
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h270 __u16 latched_count; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h270 __u16 latched_count; member
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h269 __u16 latched_count; member