Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_ioport.h72 int vm_inout_access(struct ioport_config *ports, bool in, uint16_t port,
H A Dvmm_ioport.c282 vm_inout_access(struct ioport_config *cfg, bool in, uint16_t port, in vm_inout_access() function
H A Dvmm.c3851 return (vm_inout_access(&vm->ioports, in, port, bytes, val)); in vm_ioport_access()