Home
last modified time | relevance | path

Searched refs:VHPET_BASE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/amd64/vmm/io/
H A Dvhpet.h33 #define VHPET_BASE 0xfed00000 macro
H A Dvhpet.c480 offset = gpa - VHPET_BASE; in vhpet_mmio_write()
628 offset = gpa - VHPET_BASE; in vhpet_mmio_read()
/freebsd/usr.sbin/bhyve/amd64/
H A Dkernemu_dev.c73 .base = VHPET_BASE,
/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c382 } else if (kernemu->gpa >= VHPET_BASE && in vmmdev_machdep_ioctl()
383 kernemu->gpa < VHPET_BASE + VHPET_SIZE) { in vmmdev_machdep_ioctl()
H A Dvmm.c1713 } else if (gpa >= VHPET_BASE && gpa < VHPET_BASE + VHPET_SIZE) { in vm_handle_inst_emul()