Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c226 struct ioport_config ioports; /* (o) ioport handling */ member
543 vm_inout_init(vm, &vm->ioports); in vm_init()
681 vm_inout_cleanup(vm, &vm->ioports); in vm_cleanup()
3845 return (vm_inout_access(&vm->ioports, in, port, bytes, val)); in vm_ioport_access()
3857 err = vm_inout_attach(&vm->ioports, port, IOPF_DEFAULT, func, arg); in vm_ioport_attach()
3870 err = vm_inout_detach(&vm->ioports, port, false, old_func, old_arg); in vm_ioport_detach()
3891 err = vm_inout_attach(&vm->ioports, port, IOPF_DRV_HOOK, func, arg); in vm_ioport_hook()
3905 err = vm_inout_detach(&vm->ioports, port, true, &old_func, &old_arg); in vm_ioport_unhook()