Searched refs:kernemu (Results 1 – 1 of 1) sorted by relevance
195 struct vm_readwrite_kernemu_device *kernemu; in vmmdev_machdep_ioctl() local367 kernemu = (void *)data; in vmmdev_machdep_ioctl()369 if (kernemu->access_width > 0) in vmmdev_machdep_ioctl()370 size = (1u << kernemu->access_width); in vmmdev_machdep_ioctl()374 if (kernemu->gpa >= DEFAULT_APIC_BASE && in vmmdev_machdep_ioctl()375 kernemu->gpa < DEFAULT_APIC_BASE + PAGE_SIZE) { in vmmdev_machdep_ioctl()378 } else if (kernemu->gpa >= VIOAPIC_BASE && in vmmdev_machdep_ioctl()379 kernemu->gpa < VIOAPIC_BASE + VIOAPIC_SIZE) { in vmmdev_machdep_ioctl()382 } else if (kernemu->gpa >= VHPET_BASE && in vmmdev_machdep_ioctl()383 kernemu->gpa < VHPET_BASE + VHPET_SIZE) { in vmmdev_machdep_ioctl()[all …]