Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vmd/
H A Dx86_vm.c368 ioports_map[IO_ICU1] = vcpu_exit_i8259; in init_emulated_hw()
369 ioports_map[IO_ICU1 + 1] = vcpu_exit_i8259; in init_emulated_hw()
370 ioports_map[IO_ICU2] = vcpu_exit_i8259; in init_emulated_hw()
371 ioports_map[IO_ICU2 + 1] = vcpu_exit_i8259; in init_emulated_hw()
427 ioports_map[IO_ICU1] = vcpu_exit_i8259; in restore_emulated_hw()
428 ioports_map[IO_ICU1 + 1] = vcpu_exit_i8259; in restore_emulated_hw()
429 ioports_map[IO_ICU2] = vcpu_exit_i8259; in restore_emulated_hw()
430 ioports_map[IO_ICU2 + 1] = vcpu_exit_i8259; in restore_emulated_hw()
H A Di8259.h62 uint8_t vcpu_exit_i8259(struct vm_run_params *);
H A Di8259.c666 vcpu_exit_i8259(struct vm_run_params *vrp) in vcpu_exit_i8259() function