Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vmd/
H A Di8259.h72 uint8_t vcpu_exit_elcr(struct vm_run_params *);
H A Dx86_vm.c372 ioports_map[ELCR0] = vcpu_exit_elcr; in init_emulated_hw()
373 ioports_map[ELCR1] = vcpu_exit_elcr; in init_emulated_hw()
H A Di8259.c724 vcpu_exit_elcr(struct vm_run_params *vrp) in vcpu_exit_elcr() function