Home
last modified time | relevance | path

Searched refs:HAX_VM_IOCTL_ALLOC_RAM (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-i386/
Dhax-darwin.h57 #define HAX_VM_IOCTL_ALLOC_RAM _IOWR(0, 0x81, struct hax_alloc_ram_info) macro
Dhax-windows.h51 #define HAX_VM_IOCTL_ALLOC_RAM CTL_CODE(HAX_DEVICE_TYPE, 0x903, METHOD_BUFFERED, FILE_ANY_ACCES… macro
Dhax-darwin.c48 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_ALLOC_RAM, &info); in hax_populate_ram()
Dhax-windows.c81 HAX_VM_IOCTL_ALLOC_RAM, in hax_populate_ram()