Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dmem.h55 int emulate_mem(struct vcpu *vcpu, struct vm_mmio *mmio);
H A Dmem.c256 emulate_mem(struct vcpu *vcpu, struct vm_mmio *mmio) in emulate_mem() function
H A Dbhyverun.c919 err = emulate_mem(vcpu, &mmio); in vmexit_mmio()