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

  /external/qemu/target-i386/
hax-i386.h 34 struct hax_tunnel *tunnel;
hax-darwin.c 202 * Simply assume that the size should be bigger than the hax_tunnel,
203 * since the hax_tunnel can be extended later with backward
255 vcpu->tunnel = (struct hax_tunnel *)(info.va);
hax-interface.h 239 struct hax_tunnel struct
hax-windows.c 376 vcpu->tunnel = (struct hax_tunnel *)(info.va);
hax-all.c 111 return size >= sizeof(struct hax_tunnel);
250 * 1. The hax_tunnel is also destroyed at vcpu_destroy
472 struct hax_tunnel *ht = vcpu->tunnel;
527 struct hax_tunnel *ht = vcpu->tunnel;

Completed in 143 milliseconds