Searched refs:interrupt_requested (Results 1 – 6 of 6) sorted by relevance
70 int interrupt_requested; in _lws_plat_service_tsi() local160 interrupt_requested = pt->interrupt_requested; in _lws_plat_service_tsi()161 pt->interrupt_requested = 0; in _lws_plat_service_tsi()163 if (interrupt_requested) { in _lws_plat_service_tsi()
42 pt->interrupt_requested = 1; in lws_plat_pipe_signal()
250 fn interrupt_requested(&self, vcpu_id: usize) -> bool { in interrupt_requested() method255 self.pic.lock().interrupt_requested() in interrupt_requested()474 if !self.interrupt_requested(vcpu_id) || !vcpu.ready_for_interrupt() { in inject_interrupts()484 if self.interrupt_requested(vcpu_id) { in inject_interrupts()942 assert!(chip.interrupt_requested(0)); in finalize_devices()983 assert!(!chip.interrupt_requested(0)); in get_external_interrupt()986 assert!(chip.interrupt_requested(0)); in get_external_interrupt()996 assert!(!chip.interrupt_requested(0)); in get_external_interrupt()
481 unsigned char interrupt_requested:1; member
3872 bool interrupt_requested = false; in RunPrivateStateThread() local3923 interrupt_requested = true; in RunPrivateStateThread()3948 if (interrupt_requested) { in RunPrivateStateThread()3953 interrupt_requested = false; in RunPrivateStateThread()
187 pub fn interrupt_requested(&self) -> bool { in interrupt_requested() method