Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm_stats.c20 stat->record[SPM_STAT_MCUSYS].count += 1; in mt_spm_update_lp_stat()
21 stat->record[SPM_STAT_MCUSYS].duration += in mt_spm_update_lp_stat()
23 stat->record[SPM_STAT_D1_2].count += in mt_spm_update_lp_stat()
25 stat->record[SPM_STAT_D2].count += in mt_spm_update_lp_stat()
27 stat->record[SPM_STAT_D3].count += in mt_spm_update_lp_stat()
29 stat->record[SPM_STAT_D4].count += in mt_spm_update_lp_stat()
31 stat->record[SPM_STAT_D6X].count += in mt_spm_update_lp_stat()
33 stat->record[SPM_STAT_F26M].count += in mt_spm_update_lp_stat()
35 stat->record[SPM_STAT_F26M].duration += in mt_spm_update_lp_stat()
37 stat->record[SPM_STAT_VCORE].count += in mt_spm_update_lp_stat()
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_stats.c19 stat->record[SPM_STAT_MCUSYS].count += 1; in mt_spm_update_lp_stat()
20 stat->record[SPM_STAT_MCUSYS].duration += in mt_spm_update_lp_stat()
22 stat->record[SPM_STAT_F26M].count += in mt_spm_update_lp_stat()
24 stat->record[SPM_STAT_F26M].duration += mmio_read_32(SPM_BK_VTCXO_DUR); in mt_spm_update_lp_stat()
25 stat->record[SPM_STAT_VCORE].count += in mt_spm_update_lp_stat()
27 stat->record[SPM_STAT_VCORE].duration += mmio_read_32(SPM_SW_RSV_4); in mt_spm_update_lp_stat()
40 ret = stat->record[index].count; in mt_spm_get_lp_stat()
43 ret = stat->record[index].duration; in mt_spm_get_lp_stat()
/rk3399_ARM-atf/plat/mediatek/mt8173/drivers/crypt/
H A 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()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/
H A Dmt_spm_stats.h35 struct spm_lp_stat_record record[NUM_SPM_STAT]; member
/rk3399_ARM-atf/docs/components/
H A Dras.rst110 - **RAS_TRAP_NS_ERR_REC_ACCESS**: Trap Non-secure access of RAS error record registers.
202 - For memory-mapped error record, its base address and size in KB; for a system
203 register-accessed record, the start index of the record and number of
211 The RAS framework provides the macros to populate error record information. The
238 example, it could return the index of the record.
278 - Set ``probe_data`` to the index of the error record upon detecting an error.
292 - The associated error record information (pointer to the corresponding
347 sorted array of interrupts to look up the error record information associated
348 with the interrupt number. That error handler for that record is then invoked to
/rk3399_ARM-atf/
H A Ddco.txt34 are public and that a record of the contribution (including all
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_rse_interface.rst36 | | channel to record boot measurements and get image |
H A Dthreat_model_arm_cca.rst104 | DF7 | | Boot images interact with Arm CCA HES to record boot |
/rk3399_ARM-atf/docs/design_documents/
H A 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
156 - If it is Event Log backend, then record the measurement in TCG Event Log
H A Dmeasured_boot_poc.rst181 booting process so it can retrieve all the entries on the log and record them
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_ras.c175 struct record { in tegra194_ras_corrected_err_clear() struct
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst1315 - ``ENABLE_BRBE_FOR_NS``: Numeric value to enable access to the branch record
/rk3399_ARM-atf/docs/
H A Dchange-log.md1015 …- measure and record the DLME EP offset instead of absolute address ([f3fec61](https://review.trus…
7281 …- trap "RAS error record" accesses only for NS ([00e8f79](https://review.trustedfirmware.org/plugi…
11735 record and expose error information for error handling agents.