Searched refs:vpmtmr (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/amd64/vmm/io/
H A Dvpmtmr.c40 #include "vpmtmr.h"
51 struct vpmtmr { struct
57 static MALLOC_DEFINE(M_VPMTMR, "vpmtmr", "bhyve virtual acpi timer");
59 struct vpmtmr *
62 struct vpmtmr *vpmtmr; local
65 vpmtmr = malloc(sizeof(struct vpmtmr), M_VPMTMR, M_WAITOK | M_ZERO);
66 vpmtmr->baseuptime = sbinuptime();
67 vpmtmr
76 vpmtmr_cleanup(struct vpmtmr *vpmtmr) argument
86 struct vpmtmr *vpmtmr; local
[all...]
H A Dvpmtmr.h36 struct vpmtmr;
38 struct vpmtmr *vpmtmr_init(struct vm *vm);
39 void vpmtmr_cleanup(struct vpmtmr *pmtmr);
/freebsd-12-stable/sys/modules/vmm/
H A DMakefile36 vpmtmr.c \
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm.c78 #include "vpmtmr.h"
152 struct vpmtmr *vpmtmr; /* (i) virtual ACPI PM timer */ member in struct:vm
421 vm->vpmtmr = vpmtmr_init(vm);
524 vpmtmr_cleanup(vm->vpmtmr);
2580 struct vpmtmr *
2584 return (vm->vpmtmr);
/freebsd-12-stable/sys/amd64/include/
H A Dvmm.h347 struct vpmtmr *vm_pmtmr(struct vm *vm);

Completed in 113 milliseconds