Home | History | Annotate | Download | only in target-i386

Lines Matching defs:ht

472     struct hax_tunnel *ht = vcpu->tunnel;
478 if (ht->ready_for_interrupt_injection &&
497 ht->request_interrupt_window = 1;
499 ht->request_interrupt_window = 0;
527 struct hax_tunnel *ht = vcpu->tunnel;
558 switch (ht->_exit_status)
562 ret = hax_handle_io(env, ht->pio._df, ht->pio._port,
563 ht->pio._direction,
564 ht->pio._size, ht->pio._count, vcpu->iobuf);
586 dprint("Unknown VMX exit %x from guest\n", ht->_exit_reason);
607 dprint("Unknow exit %x from hax\n", ht->_exit_status);