Searched refs:vcpu_exit_elcr (Results 1 – 3 of 3) sorted by relevance
72 uint8_t vcpu_exit_elcr(struct vm_run_params *);
372 ioports_map[ELCR0] = vcpu_exit_elcr; in init_emulated_hw()373 ioports_map[ELCR1] = vcpu_exit_elcr; in init_emulated_hw()
724 vcpu_exit_elcr(struct vm_run_params *vrp) in vcpu_exit_elcr() function