Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 8 of 8) sorted by relevance

/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/
A Dhisi_ipc.c77 void hisi_ipc_spin_lock(unsigned int signal) in hisi_ipc_spin_lock() argument
81 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() argument
91 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()
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/include/
A Dhisi_ipc.h35 void hisi_ipc_spin_lock(unsigned int signal);
36 void hisi_ipc_spin_unlock(unsigned int signal);
/tf-a-ffa_el3_spmc/docs/design/
A Dinterrupt-framework-design.rst169 Mapping of interrupt type to signal
174 FIQ or IRQ signal to the CPU depending upon the current security state. The
182 FIQ signal while Non-secure interrupts are signaled through the IRQ signal.
185 Effect of mapping of several interrupt types to one signal argument
189 interrupt signal, and if any one of the interrupt type sets **TEL3=1** for a
190 particular security state, then interrupt signal will be routed to EL3 when in
197 signal. So if either one of the interrupt type sets the routing model so
199 route the FIQ signal to EL3 when executing in Secure-EL1/Secure-EL0, thereby
524 the FIQ signal is used to generate Secure-EL1 interrupts and the IRQ signal
799 signal completion of interrupt handling.
[all …]
/tf-a-ffa_el3_spmc/docs/components/
A Dsecure-partition-manager-mm.rst285 instruction to signal completion of the request. Some example use cases are
387 ``MM_SP_EVENT_COMPLETE_AARCH64`` call (described later) to signal readiness for
507 was made to signal either completion of Secure Partition initialisation or
587 A Secure Partition must only call ``MM_SP_EVENT_COMPLETE_AARCH64`` to signal
796 signal that it is initialised and ready to receive run-time requests.
A Dras.rst145 RAS nodes can signal errors to the PE by raising Fault Handling and/or Error
A Dsdei.rst76 macro takes only one parameter: an SGI number to signal other PEs.
A Dexception-handling.rst36 components of the system may use one of the asynchronous exceptions to signal
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst2587 the platform IC uses to signal each type of interrupt supported by the framework

Completed in 17 milliseconds