Home
last modified time | relevance | path

Searched refs:set_interrupt_window_requested (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Duserspace.rs251 vcpu.set_interrupt_window_requested(true); in send_irq_to_apic()
631 vcpu.set_interrupt_window_requested(needs_window); in inject_interrupts()
1008 vcpu.set_interrupt_window_requested(true); in run()
H A Dwhpx.rs395 vcpu.set_interrupt_window_requested(true); in inject_interrupts()
/aosp_15_r20/external/crosvm/devices/tests/irqchip/
H A Duserspace.rs692 fn set_interrupt_window_requested(&self, requested: bool) { in set_interrupt_window_requested() method
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs74 fn set_interrupt_window_requested(&self, requested: bool); in set_interrupt_window_requested() method
/aosp_15_r20/external/crosvm/devices/src/irqchip/kvm/
H A Dx86_64.rs614 vcpu.set_interrupt_window_requested(true); in inject_interrupts()
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs323 fn set_interrupt_window_requested(&self, requested: bool) { in set_interrupt_window_requested() method
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs720 fn set_interrupt_window_requested(&self, requested: bool) { in set_interrupt_window_requested() method
/aosp_15_r20/external/crosvm/hypervisor/tests/
H A Dhypervisor_virtualization.rs2916 vcpu.set_interrupt_window_requested(false); in test_request_interrupt_window()
2932 vcpu.set_interrupt_window_requested(true); in test_request_interrupt_window()
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/
H A Dx86_64.rs539 fn set_interrupt_window_requested(&self, requested: bool) { in set_interrupt_window_requested() method