Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvhpet.h34 #define VHPET_SIZE 1024 macro
/freebsd/usr.sbin/bhyve/amd64/
H A Dkernemu_dev.c74 .size = VHPET_SIZE,
/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c383 kernemu->gpa < VHPET_BASE + VHPET_SIZE) { in vmmdev_machdep_ioctl()
H A Dvmm.c1331 } else if (gpa >= VHPET_BASE && gpa < VHPET_BASE + VHPET_SIZE) { in vm_handle_inst_emul()