HomeSort by relevance Sort by last modified time
    Searched refs:coalesced_mmio (Results 1 - 3 of 3) sorted by null

  /external/qemu/
kvm-all.c 60 int coalesced_mmio; member in struct:KVMState
356 if (s->coalesced_mmio) {
375 if (s->coalesced_mmio) {
481 s->coalesced_mmio = kvm_check_extension(s, KVM_CAP_COALESCED_MMIO);
483 s->coalesced_mmio = 0;
559 if (s->coalesced_mmio) {
562 ring = (void *)run + (s->coalesced_mmio * TARGET_PAGE_SIZE);
566 ent = &ring->coalesced_mmio[ring->first];
  /external/qemu/android/config/linux-x86/linux/
kvm.h 216 struct kvm_coalesced_mmio coalesced_mmio[0]; member in struct:kvm_coalesced_mmio_ring
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 216 struct kvm_coalesced_mmio coalesced_mmio[0]; member in struct:kvm_coalesced_mmio_ring

Completed in 50 milliseconds