Home
last modified time | relevance | path

Searched refs:record (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-a-latest/plat/mediatek/mt8173/drivers/crypt/
Dcrypt.c54 static uint32_t record[4]; variable
91 crypt_write32(REG_P70, record[j]); in crypt_set_hdcp_key_ex()
96 record[0] = GET_L32(x2); in crypt_set_hdcp_key_ex()
97 record[1] = GET_H32(x2); in crypt_set_hdcp_key_ex()
98 record[2] = GET_L32(x3); in crypt_set_hdcp_key_ex()
99 record[3] = GET_H32(x3); in crypt_set_hdcp_key_ex()
/trusted-firmware-a-latest/docs/components/
Dras.rst81 - **RAS_TRAP_NS_ERR_REC_ACCESS**: Trap Non-secure access of RAS error record registers.
173 - For memory-mapped error record, its base address and size in KB; for a system
174 register-accessed record, the start index of the record and number of
182 The RAS framework provides the macros to populate error record information. The
209 example, it could return the index of the record.
249 - Set ``probe_data`` to the index of the error record upon detecting an error.
263 - The associated error record information (pointer to the corresponding
318 sorted array of interrupts to look up the error record information associated
319 with the interrupt number. That error handler for that record is then invoked to
/trusted-firmware-a-latest/
Ddco.txt34 are public and that a record of the contribution (including all
/trusted-firmware-a-latest/docs/threat_model/
Dthreat_model_rss_interface.rst36 | | channel to record boot measurements and get image |
Dthreat_model_arm_cca.rst104 | DF7 | | Boot images interact with Arm CCA HES to record boot |
/trusted-firmware-a-latest/docs/design_documents/
Dmeasured_boot.rst60 The measurement slot is used to provide a method to cryptographically record
76 The TCG Event Log holds a record of measurements made into the Measurement
148 - If it is Event Log backend, then record the measurement in TCG Event Log
Dmeasured_boot_poc.rst181 booting process so it can retrieve all the entries on the log and record them
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t194/
Dplat_ras.c175 struct record { in tegra194_ras_corrected_err_clear() struct
/trusted-firmware-a-latest/docs/getting_started/
Dbuild-options.rst1069 - ``ENABLE_BRBE_FOR_NS``: Numeric value to enable access to the branch record
/trusted-firmware-a-latest/docs/
Dchange-log.md2931 …- trap "RAS error record" accesses only for NS ([00e8f79](https://review.trustedfirmware.org/plugi…
7384 record and expose error information for error handling agents.