Home
last modified time | relevance | path

Searched refs:KVM_PIT_FLAGS_HPET_LEGACY (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/i386/kvm/
H A Di8254.c105 pit->channels[0].irq_disabled = kpit.flags & KVM_PIT_FLAGS_HPET_LEGACY; in kvm_pit_get()
142 kpit.flags = pit->channels[0].irq_disabled ? KVM_PIT_FLAGS_HPET_LEGACY : 0; in kvm_pit_put()
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h307 #define KVM_PIT_FLAGS_HPET_LEGACY 0x00000001 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h307 #define KVM_PIT_FLAGS_HPET_LEGACY 0x00000001 macro
/openbmc/linux/arch/x86/kvm/
H A Di8254.c329 ps->flags & KVM_PIT_FLAGS_HPET_LEGACY) in create_pit_timer()
H A Dx86.c6228 prev_legacy = pit->pit_state.flags & KVM_PIT_FLAGS_HPET_LEGACY; in kvm_vm_ioctl_set_pit2()
6229 cur_legacy = ps->flags & KVM_PIT_FLAGS_HPET_LEGACY; in kvm_vm_ioctl_set_pit2()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h306 #define KVM_PIT_FLAGS_HPET_LEGACY 0x00000001 macro
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst2992 #define KVM_PIT_FLAGS_HPET_LEGACY 0x00000001