Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/hisilicon/hikey/
H 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()
/rk3399_ARM-atf/plat/hisilicon/hikey/include/
H A Dhisi_ipc.h35 void hisi_ipc_spin_lock(unsigned int signal);
36 void hisi_ipc_spin_unlock(unsigned int signal);
/rk3399_ARM-atf/docs/design/
H 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
175 mapping between the type and signal is known only to the platform. The framework
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
192 same interrupt signal will be forced to the same routing model. This should be
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
[all …]
/rk3399_ARM-atf/
H A D.clang-format86 …complex|ctype|errno|fenv|float|inttypes|iso646|limits|locale|math|setjmp|signal|stdalign|stdarg|st…
/rk3399_ARM-atf/docs/components/
H A Dsecure-partition-manager-mm.rst278 instruction to signal completion of the request. Some example use cases are
380 ``MM_SP_EVENT_COMPLETE_AARCH64`` call (described later) to signal readiness for
500 was made to signal either completion of Secure Partition initialisation or
580 A Secure Partition must only call ``MM_SP_EVENT_COMPLETE_AARCH64`` to signal
806 signal that it is initialised and ready to receive run-time requests.
H A Dnuma-per-cpu.rst185 return ``UINT64_MAX`` to signal that no per-CPU section exists for that node.
H A Dffa-manifest-binding.rst133 through vIRQ signal.
H A Dsdei.rst76 macro takes only one parameter: an SGI number to signal other PEs.
H A Dras.rst283 RAS nodes can signal errors to the PE by raising Fault Handling and/or Error
H A Dexception-handling.rst36 components of the system may use one of the asynchronous exceptions to signal
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst56 so the receiver can read them. The receiver uses the same channel to signal
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst3471 the platform IC uses to signal each type of interrupt supported by the framework