Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.h35 #define VHPET_BASE 0xfed00000 macro
H A Dvhpet.c485 offset = gpa - VHPET_BASE; in vhpet_mmio_write()
633 offset = gpa - VHPET_BASE; in vhpet_mmio_read()
/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()