Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.h40 struct vhpet *vhpet_init(struct vm *vm);
H A Dvhpet.c707 vhpet_init(struct vm *vm) in vhpet_init() function
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c447 vm->vhpet = vhpet_init(vm); in vm_init()