Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.h36 #define VHPET_SIZE 1024 macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c595 } else if (kernemu->gpa >= VHPET_BASE && kernemu->gpa < VHPET_BASE + VHPET_SIZE) { in vmmdev_ioctl()
H A Dvmm.c1523 } else if (gpa >= VHPET_BASE && gpa < VHPET_BASE + VHPET_SIZE) { in vm_handle_inst_emul()