Searched refs:probe (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/lib/extensions/ras/ |
| H A D | ras_common.c | 82 assert(info->probe != NULL); in ras_ea_handler() 87 if (info->probe(info, &probe_data) == 0) in ras_ea_handler() 162 if (selected->err_record->probe != NULL) { in ras_interrupt_handler() 163 ret = selected->err_record->probe(selected->err_record, &probe_data); in ras_interrupt_handler()
|
| /rk3399_ARM-atf/include/lib/extensions/ |
| H A D | ras.h | 36 .probe = _probe, \ 121 err_record_probe_t probe; member
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | ras.rst | 200 - A handler to probe error records for errors; 208 notification mechanisms, the RAS framework can iterate through and probe error 214 which are later passed to probe and error handlers. 220 ERR_RECORD_MEMMAP_V1(base_addr, size_num_k, probe, handler, aux) 226 ERR_RECORD_SYSREG_V1(idx_start, num_idx, probe, handler, aux) 228 The probe handler must have the following prototype: 235 The probe handler must return a non-zero value if an error was detected, or 0 237 information resulting from probe to the error handler (see `below`__). For 262 The |TF-A| RAS framework provides probe handlers for Standard Error Records, for 337 to through platform-supplied error records, probe them, and when an error is
|
| /rk3399_ARM-atf/docs/plat/nxp/ |
| H A D | nxp-layerscape.rst | 342 Notes: ls1028ardb has no flexspi-Nor Alt Bank, so use "sf probe 0:0" for current bank. 348 i2c mw 66 50 20;sf probe 0:1; sf erase 0 +$filesize; sf write 0x82000000 0x0 $filesize; 351 …i2c mw 66 50 20;sf probe 0:1; sf erase 0x100000 +$filesize; sf write 0x82000000 0x100000 $filesize; 358 …i2c mw 66 50 20;sf probe 0:1; sf erase 0x800000 +$filesize; sf write 0x82000000 0x800000 $filesize;
|
| H A D | nxp-ls-fuse-prov.rst | 243 …i2c mw 66 50 20;sf probe 0:0; sf erase 0x880000 +$filesize; sf write 0x82000000 0x880000 $filesize;
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_arm_cca.rst | 38 probe or tamper with off-chip memory.
|
| H A D | threat_model_el3_spm.rst | 460 | | methods to probe the external memory bus and |
|
| H A D | threat_model.rst | 27 TF-A is not vulnerable to an attacker that can probe or tamper with off-chip
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp131.dtsi | 462 * Break node order to solve dependency probe issue between
|
| H A D | stm32mp151.dtsi | 531 * Break node order to solve dependency probe issue between
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 553 …- probe components ([4db6bf9](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firm… 9843 - Use mpidr to probe GICR for current CPU
|