Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvioapic.h37 #define VIOAPIC_BASE 0xFEC00000 macro
H A Dvioapic.c386 offset = gpa - VIOAPIC_BASE; in vioapic_mmio_rw()
/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()