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

Lines Matching refs:_IOWR

40 #define HAX_IOCTL_VERSION _IOWR(0, 0x20, struct hax_module_version)
42 #define HAX_IOCTL_CREATE_VM _IOWR(0, 0x21, int)
57 #define HAX_VM_IOCTL_ALLOC_RAM _IOWR(0, 0x81, struct hax_alloc_ram_info)
61 #define HAX_VM_IOCTL_SET_RAM _IOWR(0, 0x82, struct hax_set_ram_info)
73 #define HAX_VCPU_IOCTL_SET_MSRS _IOWR(0, 0xc1, struct hax_msr_data)
75 #define HAX_VCPU_IOCTL_GET_MSRS _IOWR(0, 0xc2, struct hax_msr_data)
80 #define HAX_VCPU_IOCTL_SETUP_TUNNEL _IOWR(0, 0xc5, struct hax_tunnel_info)
82 #define HAX_VCPU_IOCTL_INTERRUPT _IOWR(0, 0xc6, uint32_t)
83 #define HAX_VCPU_SET_REGS _IOWR(0, 0xc7, struct vcpu_state_t)
84 #define HAX_VCPU_GET_REGS _IOWR(0, 0xc8, struct vcpu_state_t)