Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/mcsi/
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()
/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/cirq/
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()
A Dmt_cirq.h107 uint32_t pending; member
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dthreat_model_spm.rst682 | | if there are pending notifications. |
796 | | notifications are pending for each receiver. |
800 | | the pending notifications if the receiver had its |
801 | | bitmap created, and has pending notifications. |
811 | | get the information about pending notifications, |
944 | | interrupt could be pending for it to be handled in |
970 | | communicate a pending secure interrupt triggered |
1018 | | - Keeping track of each pending virtual interrupt |
1022 | | no pending physical interrupt mapped to the |
1079 | | are kept pending while non-secure interrupts are |
[all …]
/arm-trusted-firmware-2.8.0/docs/components/
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
A Dsecure-partition-manager.rst722 they are considered to be in a pending sate. The receiver can retrieve its
723 pending notifications invoking FFA_NOTIFICATION_GET, which, from that moment,
729 which FF-A endpoints have pending notifications. The receiver scheduler is
749 there are pending notifications, and the respective receivers need CPU cycles
930 FFA_NOTIFICATION_GET retrieves all pending global notifications and
941 Hafnium maintains a global count of pending notifications whose information
1167 context that it has a pending virtual interrupt and to further run the SP
1260 HVC call. SPMC clears the pending virtual interrupt state management
1261 and returns the pending virtual interrupt id.
1317 HVC call. SPMC clears the pending virtual interrupt state management
[all …]
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
A Drmm-el3-comms-spec.rst136 is still pending. The only argument that is required by RMM at this stage is
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dzlib.h776 unsigned *pending,
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dporting-guide.rst3060 This API returns the type of the highest priority pending interrupt at the
3063 pending. The valid interrupt types that can be returned are ``INTR_TYPE_EL3``,
3068 the pending interrupt. The type of interrupt depends upon the id value as
3077 is read to determine the id of the pending interrupt. The type of interrupt
3093 This API returns the id of the highest priority pending interrupt at the
3095 pending.
3099 pending interrupt. The id that is returned by API depends upon the value of
3136 the highest pending interrupt has begun. It should return the raw, unmodified
3143 priority pending interrupt from pending to active in the interrupt controller.
3150 group 1*. The read changes the state of the highest pending interrupt from
[all …]
/arm-trusted-firmware-2.8.0/docs/design/
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
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md3624 - Added fix for exception handler in BL31 by synchronizing pending EA using
4601 - gicv3: Prevent pending G1S interrupt from becoming G0 interrupt
6299 returns `SUCCESS` to the caller if a pending interrupt is detected early in

Completed in 38 milliseconds