Home
last modified time | relevance | path

Searched defs:Interrupt (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dinterrupt.rs75 pub struct Interrupt { struct
76 inner: Arc<InterruptInner>, argument
79 impl fmt::Debug for Interrupt { implementation
90 impl Interrupt { implementation
177 impl Interrupt { implementation
183 ) -> Interrupt { in new()
212 ) -> Interrupt { in new_from_snapshot()
232 pub fn new_mmio(irq_evt_edge: IrqEdgeEvent, async_intr_status: bool) -> Interrupt { in new_mmio()
251 ) -> Interrupt { in new_vhost_user()
H A Dpvclock.rs360 interrupt: Interrupt, in start_main_worker()
438 interrupt: Interrupt, in switch_to_main_worker()
748 interrupt: Interrupt, in run_main_worker()
958 interrupt: Interrupt, in activate()
998 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
H A Dpmem.rs300 interrupt: Interrupt, in run_worker()
470 interrupt: Interrupt, in activate()
531 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
H A Drng.rs144 interrupt: Interrupt, in activate()
181 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
H A Dconsole.rs90 _interrupt: Interrupt, in activate()
129 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
H A Dballoon.rs688 interrupt: Interrupt, in handle_command_tube()
875 interrupt: Interrupt, in run_worker()
1342 interrupt: Interrupt, in start_worker()
1457 interrupt: Interrupt, in activate()
1484 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
H A Dvirtio_device.rs142 interrupt: Interrupt, in activate()
257 _queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
H A Dqueue.rs267 interrupt: Interrupt, in activate()
457 interrupt: Interrupt, in restore()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dinterrupt.rs9 pub trait Interrupt { interface
H A Dlib.rs393 int: &impl Interrupt, in evaluate_with_interrupt_internal()
426 int: &impl Interrupt, in evaluate_with_interrupt()
441 int: &impl Interrupt, in evaluate_preview_with_interrupt()
/aosp_15_r20/external/crosvm/devices/src/virtio/queue/
H A Dpacked_queue.rs133 interrupt: Interrupt, in new()
217 pub fn interrupt(&self) -> &Interrupt { in interrupt()
436 _interrupt: Interrupt, in restore()
H A Dsplit_queue.rs92 interrupt: Interrupt, in new()
191 pub fn interrupt(&self) -> &Interrupt { in interrupt()
517 interrupt: Interrupt, in restore()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/
H A Dmod.rs351 fn start_worker(&mut self, interrupt: Interrupt, non_msix_evt: Event) { in start_worker()
469 interrupt: Interrupt, in activate()
609 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs675 pub struct Interrupt { struct
683 impl Interrupt { implementation
702 impl Aml for Interrupt { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dmod.rs122 interrupt: Interrupt, in activate()
229 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/
H A Dvsock.rs202 interrupt: Interrupt, in start_worker()
271 interrupt: Interrupt, in activate()
310 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
437 interrupt: Interrupt, in new()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/
H A Dvsock.rs175 interrupt: Interrupt, in activate()
316 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dmod.rs446 interrupt: Interrupt, in activate()
502 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
571 interrupt: Interrupt, in run_worker()
/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Dworker.rs123 interrupt: Interrupt, in new()
305 pub fn new(interrupt: Interrupt, ports: Vec<WorkerPort>) -> anyhow::Result<Self> { in new()
/aosp_15_r20/external/crosvm/devices/src/irqchip/
H A Dapic.rs394 fn decode_icr(&mut self) -> Interrupt { in decode_icr()
726 pub struct Interrupt { struct
728 pub dest: InterruptDestination, argument
730 pub data: InterruptData, argument
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dsubprocess.cc42 void SubProcess::Interrupt() { gpr_subprocess_interrupt(subprocess_); } in Interrupt() function in grpc::SubProcess
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/parser/
H A DInterruptParser.java34 private static final Pattern Interrupt = Pattern.compile( field in InterruptParser
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dinternal_test.go36 var Interrupt = interrupt var
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dexec_posix.go22 Interrupt Signal = syscall.SIGINT var
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_daemon.cpp157 void Daemon::Interrupt() { in Interrupt() function in android::snapshot::Daemon

1234