Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.h46 int vhpet_getcap(struct vm_hpet_cap *cap);
H A Dvhpet.c761 vhpet_getcap(struct vm_hpet_cap *cap) in vhpet_getcap()
/f-stack/freebsd/amd64/include/
H A Dvmm_dev.h193 struct vm_hpet_cap { struct
430 _IOR('v', IOCNUM_GET_HPET_CAPABILITIES, struct vm_hpet_cap)
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c759 error = vhpet_getcap((struct vm_hpet_cap *)data); in vmmdev_ioctl()