Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 11 of 11) sorted by relevance

/arm-trusted-firmware-2.8.0/lib/extensions/ras/
A Dras_common.c82 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()
/arm-trusted-firmware-2.8.0/include/lib/extensions/
A Dras.h36 .probe = _probe, \
121 err_record_probe_t probe; member
/arm-trusted-firmware-2.8.0/docs/components/
A Dras.rst63 - A handler to probe error records for errors;
71 notification mechanisms, the RAS framework can iterate through and probe error
77 which are later passed to probe and error handlers.
83 ERR_RECORD_MEMMAP_V1(base_addr, size_num_k, probe, handler, aux)
89 ERR_RECORD_SYSREG_V1(idx_start, num_idx, probe, handler, aux)
91 The probe handler must have the following prototype:
98 The probe handler must return a non-zero value if an error was detected, or 0
100 information resulting from probe to the error handler (see `below`__). For
125 The |TF-A| RAS framework provides probe handlers for Standard Error Records, for
209 to through platform-supplied error records, probe them, and when an error is
/arm-trusted-firmware-2.8.0/docs/plat/nxp/
A Dnxp-layerscape.rst342 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;
A Dnxp-ls-fuse-prov.rst243 …i2c mw 66 50 20;sf probe 0:0; sf erase 0x880000 +$filesize; sf write 0x82000000 0x880000 $filesize;
/arm-trusted-firmware-2.8.0/fdts/
A Dstm32mp131.dtsi463 * Break node order to solve dependency probe issue between
A Dstm32mp151.dtsi533 * Break node order to solve dependency probe issue between
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dthreat_model_el3_spm.rst458 | | methods to probe the external memory bus and |
A Dthreat_model.rst30 TF-A is not vulnerable to an attacker that can probe or tamper with off-chip
A Dthreat_model_spm.rst498 | | methods to probe the external memory bus and |
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md3324 - Use mpidr to probe GICR for current CPU

Completed in 27 milliseconds