Home
last modified time | relevance | path

Searched refs:vhpet (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c69 struct vhpet *vhpet; member
276 struct vhpet *vhpet = vca->vhpet; in vhpet_handler() local
463 struct vhpet *vhpet; in vhpet_mmio_write() local
607 struct vhpet *vhpet; in vhpet_mmio_read() local
684 struct vhpet *vhpet; in vhpet_init() local
712 arg->vhpet = vhpet; in vhpet_init()
720 vhpet_cleanup(struct vhpet *vhpet) in vhpet_cleanup() argument
747 vhpet_pause(struct vhpet *vhpet) in vhpet_pause() argument
759 vhpet_resume(struct vhpet *vhpet) in vhpet_resume() argument
781 struct vhpet *vhpet = datap; in vhpet_data_read() local
[all …]
H A Dvhpet.h41 struct vhpet *vhpet_init(struct vm *vm);
42 void vhpet_cleanup(struct vhpet *vhpet);
49 void vhpet_localize_resources(struct vhpet *vhpet);
50 void vhpet_pause(struct vhpet *);
51 void vhpet_resume(struct vhpet *);
/illumos-gate/usr/src/uts/intel/io/vmm/
H A DMakefile.vmm61 vhpet.o \
H A Dvmm.c197 struct vhpet *vhpet; /* (i) virtual HPET */ member
536 vm->vhpet = vhpet_init(vm); in vm_init()
689 vhpet_cleanup(vm->vhpet); in vm_cleanup()
774 vhpet_pause(vm->vhpet); in vm_pause_instance()
791 vhpet_resume(vm->vhpet); in vm_resume_instance()
2293 vhpet_localize_resources(vm->vhpet); in vm_localize_resources()
3220 struct vhpet *
3224 return (vm->vhpet); in vm_hpet()
4023 return (vm->vhpet); in vmm_data_from_class()
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h61 struct vhpet;
208 struct vhpet *vm_hpet(struct vm *vm);