Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/amd64/vmm/io/
HDvhpet.h39 struct vhpet *vhpet_init(struct vm *vm);
HDvhpet.c703 vhpet_init(struct vm *vm) in vhpet_init() function
/freebsd-14-stable/sys/amd64/vmm/
HDvmm.c500 vm->vhpet = vhpet_init(vm); in vm_init()