Searched refs:vpmtmr (Results 1 – 5 of 5) sorted by relevance
62 struct vpmtmr { struct69 struct vpmtmr * argument72 struct vpmtmr *vpmtmr; in vpmtmr_init() local74 vpmtmr = kmem_zalloc(sizeof (struct vpmtmr), KM_SLEEP); in vpmtmr_init()75 vpmtmr->vm = vm; in vpmtmr_init()76 vpmtmr->base_time = gethrtime(); in vpmtmr_init()78 return (vpmtmr); in vpmtmr_init()82 vpmtmr_detach_ioport(struct vpmtmr *vpmtmr) in vpmtmr_detach_ioport() argument84 if (vpmtmr->io_cookie != NULL) { in vpmtmr_detach_ioport()89 err = vm_ioport_detach(vpmtmr->vm, &vpmtmr->io_cookie, in vpmtmr_detach_ioport()[all …]
46 struct vpmtmr;48 struct vpmtmr *vpmtmr_init(struct vm *vm);49 void vpmtmr_cleanup(struct vpmtmr *pmtmr);
65 vpmtmr.o \
201 struct vpmtmr *vpmtmr; /* (i) virtual ACPI PM timer */ member539 vm->vpmtmr = vpmtmr_init(vm); in vm_init()679 vpmtmr_cleanup(vm->vpmtmr); in vm_cleanup()3692 struct vpmtmr *3696 return (vm->vpmtmr); in vm_pmtmr()4031 return (vm->vpmtmr); in vmm_data_from_class()
301 struct vpmtmr *vm_pmtmr(struct vm *vm);