Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.h67 int vm_inout_attach(struct ioport_config *ports, uint16_t port, uint16_t flags,
H A Dvmm_ioport.c171 vm_inout_attach(struct ioport_config *cfg, uint16_t port, uint16_t flags, in vm_inout_attach() function
H A Dvmm.c3857 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()