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 *)(uintptr_t)(info.va);
hax-interface.h 239 struct hax_tunnel struct
hax-windows.c 379 vcpu->tunnel = (struct hax_tunnel *)(uintptr_t)(info.va);
hax-all.c 113 return size >= sizeof(struct hax_tunnel);
252 * 1. The hax_tunnel is also destroyed at vcpu_destroy
474 struct hax_tunnel *ht = vcpu->tunnel;
531 struct hax_tunnel *ht = vcpu->tunnel;

Completed in 151 milliseconds