Searched refs:vm_inout_attach (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_ioport.h | 67 int vm_inout_attach(struct ioport_config *ports, uint16_t port, uint16_t flags,
|
H A D | vmm_ioport.c | 171 vm_inout_attach(struct ioport_config *cfg, uint16_t port, uint16_t flags, in vm_inout_attach() function
|
H A D | vmm.c | 3857 err = vm_inout_attach(&vm->ioports, port, IOPF_DEFAULT, func, arg); in vm_ioport_attach() 3891 err = vm_inout_attach(&vm->ioports, port, IOPF_DRV_HOOK, func, arg); in vm_ioport_hook()
|