Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 14 of 14) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/mcsi/
H A Dmcsi.c81 unsigned int pending = 0; in cci_enable_cluster_coherency() local
87 pending = (mmio_read_32( in cci_enable_cluster_coherency()
89 while (pending) { in cci_enable_cluster_coherency()
90 pending = (mmio_read_32( in cci_enable_cluster_coherency()
/rk3399_ARM-atf/plat/mediatek/drivers/cirq/
H A Dmt_cirq.c510 reg->pending = mmio_read_32(CIRQ_STA_BASE + in cirq_fast_sw_flush()
512 reg->pending &= reg->mask; in cirq_fast_sw_flush()
517 val = (1U << cirq_bit) & reg->pending; in cirq_fast_sw_flush()
H A Dmt_cirq.h107 uint32_t pending; member
/rk3399_ARM-atf/docs/components/
H A Dplatform-interrupt-controller-API.rst252 inserts barrier to make memory updates visible before setting interrupt pending,
253 and writes to the GIC *Set Pending Register* to set the interrupt pending
268 writes to the GIC *Clear Pending Register* to clear the interrupt pending
306 applies 2384374 GIC errata workaround to process pending interrupt packets.
H A Dras.rst71 During entry to EL3 from lower EL, if there is any pending async EAs they are either
82 * The handler reflects pending async EAs back to the lower EL if the EA routing model is KFH
156 which remain pending until we enter EL3 through SMC call. At EL3 entry on encountering a pending
H A Dexception-handling.rst147 - On GICv3 systems, when executing in S-EL1, pending Non-secure interrupts of
469 Any Non-secure interrupts that become pending meanwhile cannot preempt Secure
473 A pending Non-secure interrupt can preempt Secure execution handling a
588 even if interrupts of same or lower priority are pending. This has the side
H A Dffa-manifest-binding.rst159 return to a waiting state with pending secure interrupts. The value is a
168 having pending secure interrupts, trigger the SRI to the NWd and rely
H A Drmm-el3-comms-spec.rst137 is still pending. The only argument that is required by RMM at this stage is
461 indicates the remaining bytes that are pending retrieval (via ``remainingSize``
501 remainingSize,x2,[63:0],Size,Remaining bytes of the token that are pending retrieval
933 The response from this call could correspond to any of the last pending requests and the
/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h784 unsigned *pending,
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2327 indicate how many bytes were copied and how many are pending. Multiple calls
3503 This API returns the type of the highest priority pending interrupt at the
3506 pending. The valid interrupt types that can be returned are ``INTR_TYPE_EL3``,
3511 the pending interrupt. The type of interrupt depends upon the id value as
3520 is read to determine the id of the pending interrupt. The type of interrupt
3536 This API returns the id of the highest priority pending interrupt at the
3538 pending.
3542 pending interrupt. The id that is returned by API depends upon the value of
3553 group 0 Register*, is read to determine the id of the pending interrupt. The id
3579 the highest pending interrupt has begun. It should return the raw, unmodified
[all …]
H A Dchange-log.md131 …- implement platform API for LFA activation pending check ([357079c](https://review.trustedfirmwar…
4606 …- new SiP call to set an interrupt pending ([2032401](https://review.trustedfirmware.org/plugins/g…
5232 …- don't clear pending interrupts ([fb73ea6](https://review.trustedfirmware.org/plugins/gitiles/TF-…
10143 - Added fix for exception handler in BL31 by synchronizing pending EA using
11120 - gicv3: Prevent pending G1S interrupt from becoming G0 interrupt
12818 returns `SUCCESS` to the caller if a pending interrupt is detected early in
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst319 This function flushes all the characters pending in the transmit FIFO of the
H A Dinterrupt-framework-design.rst319 the interrupt id of the highest pending interrupt only if there is a foolproof
648 type of the pending interrupt.
996 /* The pending non-secure interrupt is handled by the interrupt handler
1003 function invokes a SMC call with the required arguments. The pending non-secure
H A Dfirmware-design.rst1216 To solve this problem, synchronize the errors at EL3 entry and check for any pending
1217 errors (async EA). If there is no pending error then continue with original exception.
1218 If there is a pending error then, handle them based on routing model of EA's. Refer to