Home
last modified time | relevance | path

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

/trusted-firmware-a/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()
/trusted-firmware-a/plat/mediatek/common/
A Dmtk_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 Dmtk_cirq.h107 uint32_t pending; member
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dplatform-interrupt-controller-API.rst.txt252 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.rst.txt621 they are considered to be in a pending sate. The receiver can retrieve its
622 pending notifications invoking FFA_NOTIFICATION_GET, which, from that moment,
628 which FF-A endpoints have pending notifications. The receiver scheduler is
645 triggers it when there are pending notifications, and the respective receivers
648 receiver of the notification. Set when there are pending notifications. For
817 If the notifications set are per-vCPU, the NPI interrupt is set as pending
820 The FFA_NOTIFICATION_GET will retrieve all pending global notifications and all
821 pending per-vCPU notifications targeted to the current vCPU.
823 Hafnium keeps the global counting of the pending notifications, which is
831 Hafnium keeps the global counting of pending notifications whose info has been
[all …]
A Dexception-handling.rst.txt147 - 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
/trusted-firmware-a/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.rst621 they are considered to be in a pending sate. The receiver can retrieve its
622 pending notifications invoking FFA_NOTIFICATION_GET, which, from that moment,
628 which FF-A endpoints have pending notifications. The receiver scheduler is
645 triggers it when there are pending notifications, and the respective receivers
648 receiver of the notification. Set when there are pending notifications. For
817 If the notifications set are per-vCPU, the NPI interrupt is set as pending
820 The FFA_NOTIFICATION_GET will retrieve all pending global notifications and all
821 pending per-vCPU notifications targeted to the current vCPU.
823 Hafnium keeps the global counting of the pending notifications, which is
831 Hafnium keeps the global counting of pending notifications whose info has been
[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
/trusted-firmware-a/lib/zlib/
A Dzlib.h776 unsigned *pending,
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst2700 This API returns the type of the highest priority pending interrupt at the
2703 pending. The valid interrupt types that can be returned are ``INTR_TYPE_EL3``,
2708 the pending interrupt. The type of interrupt depends upon the id value as
2717 is read to determine the id of the pending interrupt. The type of interrupt
2733 This API returns the id of the highest priority pending interrupt at the
2735 pending.
2739 pending interrupt. The id that is returned by API depends upon the value of
2776 the highest pending interrupt has begun. It should return the raw, unmodified
2783 priority pending interrupt from pending to active in the interrupt controller.
2790 group 1*. The read changes the state of the highest pending interrupt from
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt2700 This API returns the type of the highest priority pending interrupt at the
2703 pending. The valid interrupt types that can be returned are ``INTR_TYPE_EL3``,
2708 the pending interrupt. The type of interrupt depends upon the id value as
2717 is read to determine the id of the pending interrupt. The type of interrupt
2733 This API returns the id of the highest priority pending interrupt at the
2735 pending.
2739 pending interrupt. The id that is returned by API depends upon the value of
2776 the highest pending interrupt has begun. It should return the raw, unmodified
2783 priority pending interrupt from pending to active in the interrupt controller.
2790 group 1*. The read changes the state of the highest pending interrupt from
[all …]
/trusted-firmware-a/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
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dinterrupt-framework-design.rst.txt319 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
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.aux597 \newlabel{getting_started/porting-guide:function-plat-ic-get-pending-interrupt-type-mandatory}{{2.7…
599 \newlabel{getting_started/porting-guide:function-plat-ic-get-pending-interrupt-id-mandatory}{{2.7.1…
A Dtrustedfirmware-a.tex8732 the pending interrupt. The type of interrupt depends upon the id value as
8784 This API returns the id of the highest priority pending interrupt at the
8786 pending.
8861 priority pending interrupt from pending to active in the interrupt controller.
8870 pending to active in the interrupt controller. The value read is returned
19943 Hafnium keeps the global counting of the pending notifications, which is
20132 context that it has a pending virtual interrupt and to further run the SP
20171 SPMC signals to SP the ID of pending
20189 is pending. It pends vIRQ signal and
31617 type of the pending interrupt.
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt1516 - Added fix for exception handler in BL31 by synchronizing pending EA using
2493 - gicv3: Prevent pending G1S interrupt from becoming G0 interrupt
4191 returns `SUCCESS` to the caller if a pending interrupt is detected early in
/trusted-firmware-a/docs/
A Dchange-log.md1516 - Added fix for exception handler in BL31 by synchronizing pending EA using
2493 - gicv3: Prevent pending G1S interrupt from becoming G0 interrupt
4191 returns `SUCCESS` to the caller if a pending interrupt is detected early in

Completed in 156 milliseconds