Home
last modified time | relevance | path

Searched refs:back (Results 1 – 20 of 20) sorted by relevance

/trusted-firmware-a-3.4.0/lib/zlib/
Dinflate.h123 int back; /* bits back of last unprocessed length/lit */ member
Dinflate.c139 state->back = -1;
1050 state->back = -1;
1053 state->back = 0;
1068 state->back += last.bits;
1071 state->back += here.bits;
1082 state->back = -1;
1098 state->back += state->extra;
1118 state->back += last.bits;
1121 state->back += here.bits;
1135 state->back += state->extra;
[all …]
/trusted-firmware-a-3.4.0/docs/resources/diagrams/plantuml/
Dtfa_dfd.puml59 logs -> bl31 [dir="back" lhead=cluster_tfa label="DF2"]
/trusted-firmware-a-3.4.0/docs/components/
Drmm-el3-comms-spec.rst82 back to EL3. After the RMM has finished the boot process, it can only be
117 utilizing this buffer during the boot phase, prior to return back to EL3 via
150 After boot up and initialization, RMM returns control back to EL3 through a
168 For any error detected in RMM during cold or warm boot, RMM will return back to
Dgranule-protection-tables-design.rst130 transitioned back to non-secure. This library only allows memory mapped as
Dfirmware-update.rst279 the -EAUTH error and sets the image state back to RESET.
Dxlat-tables-lib-v2-design.rst41 focus on version 2 and might not be back-ported to version 1 and MPU versions.
Dsecure-partition-manager.rst144 protocol from NWd to SWd back and forth. It is not possible to
819 the response relayed back to the NWd.
Dsecure-partition-manager-mm.rst122 preempted to give control back to the Normal world).
/trusted-firmware-a-3.4.0/docs/plat/arm/arm_fpga/
Dindex.rst33 churn. With this option, the code will fall back to some basic CPU support
/trusted-firmware-a-3.4.0/docs/design/
Dinterrupt-framework-design.rst138 reason to route the interrupt to EL3 software and then hand it back to
750 return control back to the SPD service through a SMC32 or SMC64. The SPD service
807 #. It restores the saved ``ELR_EL3`` and ``SPSR_EL3`` system registers back to
918 the interrupt, the SP could return control back to the exception level and
926 service to pass control back to the non-secure state in the last known exception
944 ``tsp_handle_preemption()`` to handover control back to EL3 by issuing
953 The TSP passes control back to the TSPD by issuing an SMC64 with
979 must return back to the secure payload to resume the preempted SMC call.
997 and returns back here. */
Dfirmware-design.rst469 #. BL2 passes control back to BL1 by raising an SMC, providing BL1 with the
/trusted-firmware-a-3.4.0/docs/getting_started/
Dprerequisites.rst135 If you are planning on contributing back to TF-A, there are some things you'll
Dpsci-lib-integration-guide.rst67 The invocation may or may not return back to the caller depending on
263 PSCI API corresponding to ``smc_fid``. This function may not return back to the
465 enabled/re-targeted back to the current CPU.
Dporting-guide.rst2558 not return back to the caller.
2629 return PSCI_E_INVALID_PARAMS as error, which is propagated back to the
2639 propagated back to the normal world PSCI client.
/trusted-firmware-a-3.4.0/docs/plat/nxp/
Dnxp-ls-fuse-prov.rst140 -- After the next step, there is no turning back.
/trusted-firmware-a-3.4.0/docs/process/
Dcode-review-guidelines.rst138 answer back if needed and review new revisions of their patch.
Dcoding-guidelines.rst231 integrated and may attempt to be more defensive by passing the error back up the
/trusted-firmware-a-3.4.0/docs/design_documents/
Dmeasured_boot_poc.rst495 is not defined, the fTPM falls back to a default value of 1024 bytes, which is enough
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md1451 …- add process to back up X6 and X7 register's value ([7d58aed](https://review.trustedfirmware.org/…
5189 Module to protect against roll-back.