Searched refs:signal (Results 1 – 8 of 8) sorted by relevance
77 void hisi_ipc_spin_lock(unsigned int signal) in hisi_ipc_spin_lock() argument81 if (signal >= HISI_IPC_INT_SRC_NUM) in hisi_ipc_spin_lock()85 hs_ctrl = mmio_read_32(HISI_IPC_ACPU_CTRL(signal)); in hisi_ipc_spin_lock()89 void hisi_ipc_spin_unlock(unsigned int signal) in hisi_ipc_spin_unlock() argument91 if (signal >= HISI_IPC_INT_SRC_NUM) in hisi_ipc_spin_unlock()94 mmio_write_32(HISI_IPC_ACPU_CTRL(signal), 0); in hisi_ipc_spin_unlock()
35 void hisi_ipc_spin_lock(unsigned int signal);36 void hisi_ipc_spin_unlock(unsigned int signal);
169 Mapping of interrupt type to signal174 FIQ or IRQ signal to the CPU depending upon the current security state. The182 FIQ signal while Non-secure interrupts are signaled through the IRQ signal.185 Effect of mapping of several interrupt types to one signal argument189 interrupt signal, and if any one of the interrupt type sets **TEL3=1** for a190 particular security state, then interrupt signal will be routed to EL3 when in197 signal. So if either one of the interrupt type sets the routing model so199 route the FIQ signal to EL3 when executing in Secure-EL1/Secure-EL0, thereby524 the FIQ signal is used to generate Secure-EL1 interrupts and the IRQ signal799 signal completion of interrupt handling.[all …]
285 instruction to signal completion of the request. Some example use cases are387 ``MM_SP_EVENT_COMPLETE_AARCH64`` call (described later) to signal readiness for507 was made to signal either completion of Secure Partition initialisation or587 A Secure Partition must only call ``MM_SP_EVENT_COMPLETE_AARCH64`` to signal796 signal that it is initialised and ready to receive run-time requests.
145 RAS nodes can signal errors to the PE by raising Fault Handling and/or Error
76 macro takes only one parameter: an SGI number to signal other PEs.
36 components of the system may use one of the asynchronous exceptions to signal
2587 the platform IC uses to signal each type of interrupt supported by the framework
Completed in 17 milliseconds