Home
last modified time | relevance | path

Searched refs:VIOAPIC_SIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvioapic.h38 #define VIOAPIC_SIZE 4096 macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c592 } else if (kernemu->gpa >= VIOAPIC_BASE && kernemu->gpa < VIOAPIC_BASE + VIOAPIC_SIZE) { in vmmdev_ioctl()
H A Dvmm.c1520 } else if (gpa >= VIOAPIC_BASE && gpa < VIOAPIC_BASE + VIOAPIC_SIZE) { in vm_handle_inst_emul()