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

Lines Matching refs:hax

28 static inline void hax_mod_close(struct hax_state *hax)
30 close(hax->fd);
38 /* HAX model level ioctl */
39 /* Get API version the HAX driver supports */
53 * 3. HAX driver populate physical memory for the virtual address range, and
55 * 4. HAX driver map the populated physical memory into kernel address space
72 /* Sync QEMU's guest MSR value to HAX driver */
74 /* Sync HAX driver's guest MSR value to QEMU */
79 /* Setup HAX tunnel, see structure hax_tunnel comments in hax-interface.h */