| /trusted-firmware-a/drivers/arm/tzc/ |
| A D | tzc380.c | 27 static void tzc380_write_action(uintptr_t base, unsigned int action) in tzc380_write_action() argument 29 mmio_write_32(base + ACTION_OFF, action); in tzc380_write_action() 94 void tzc380_set_action(unsigned int action) in tzc380_set_action() argument 103 tzc380_write_action(tzc380.base, action); in tzc380_set_action()
|
| A D | tzc400.c | 179 void tzc400_set_action(unsigned int action) in tzc400_set_action() argument 182 assert(action <= TZC_ACTION_ERR_INT); in tzc400_set_action() 184 _tzc400_write_action(tzc400.base, action); in tzc400_set_action()
|
| A D | tzc_common_private.h | 18 unsigned int action) \ 21 action); \
|
| A D | tzc_dmc500.c | 214 void tzc_dmc500_set_action(unsigned int action) in tzc_dmc500_set_action() argument 227 _tzc_dmc500_write_action(DMC_INST_BASE_ADDR(dmc_inst), action); in tzc_dmc500_set_action()
|
| /trusted-firmware-a/include/drivers/arm/ |
| A D | tzc400.h | 113 void tzc400_set_action(unsigned int action); 142 static inline void tzc_set_action(unsigned int action) in tzc_set_action() argument 144 tzc400_set_action(action); in tzc_set_action()
|
| A D | tzc380.h | 141 void tzc380_set_action(unsigned int action); 154 static inline void tzc_set_action(unsigned int action) in tzc_set_action() argument 156 tzc380_set_action(action); in tzc_set_action()
|
| A D | tzc_dmc500.h | 145 void tzc_dmc500_set_action(unsigned int action);
|
| /trusted-firmware-a/lib/xlat_tables_v2/ |
| A D | xlat_tables_core.c | 300 action_t action; in xlat_tables_unmap_region_action() local 314 action = ACTION_WRITE_BLOCK_ENTRY; in xlat_tables_unmap_region_action() 325 action = ACTION_RECURSE_INTO_TABLE; in xlat_tables_unmap_region_action() 328 action = ACTION_WRITE_BLOCK_ENTRY; in xlat_tables_unmap_region_action() 345 action = ACTION_RECURSE_INTO_TABLE; in xlat_tables_unmap_region_action() 348 action = ACTION_NONE; in xlat_tables_unmap_region_action() 351 return action; in xlat_tables_unmap_region_action() 389 if (action == ACTION_WRITE_BLOCK_ENTRY) { in xlat_tables_unmap_region() 416 assert(action == ACTION_NONE); in xlat_tables_unmap_region() 606 if (action == ACTION_WRITE_BLOCK_ENTRY) { in xlat_tables_map_region() [all …]
|
| /trusted-firmware-a/plat/st/stm32mp1/ |
| A D | stm32mp1_security.c | 31 static void init_tzc400_end(unsigned int action) in init_tzc400_end() argument 33 tzc400_set_action(action); in init_tzc400_end()
|
| /trusted-firmware-a/tools/fiptool/ |
| A D | fiptool.h | 37 int action; member
|
| A D | fiptool.c | 149 desc->action = DO_UNSPEC; in new_image_desc() 153 static void set_image_desc_action(image_desc_t *desc, int action, in set_image_desc_action() argument 160 desc->action = action; in set_image_desc_action() 366 desc->action = DO_UNPACK; in parse_fip() 608 if (desc->action != DO_PACK) in update_fip() 982 if (!unpack_all && desc->action != DO_UNPACK) in unpack_cmd() 1124 if (desc->action != DO_REMOVE) in remove_cmd()
|
| /trusted-firmware-a/plat/imx/common/include/sci/svc/timer/ |
| A D | sci_timer_api.h | 183 sc_rm_pt_t pt, sc_timer_wdog_action_t action);
|
| /trusted-firmware-a/plat/imx/common/sci/svc/timer/ |
| A D | timer_rpc_clnt.c | 173 sc_rm_pt_t pt, sc_timer_wdog_action_t action) in sc_timer_set_wdog_action() argument 182 RPC_U8(&msg, 1U) = (uint8_t)action; in sc_timer_set_wdog_action()
|
| /trusted-firmware-a/lib/romlib/ |
| A D | romlib_generator.py | 196 self.args.add_argument("--list", help="Only list assembly files", action="store_true")
|
| /trusted-firmware-a/docs/process/ |
| A D | coding-guidelines.rst | 258 always take action, even in release builds. 302 ``plat_error_handler`` may take additional action for some errors (for example,
|
| A D | code-review-guidelines.rst | 34 mind - be gracious while waiting for action from others, and timely in your
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/ |
| A D | coding-guidelines.rst.txt | 258 always take action, even in release builds. 302 ``plat_error_handler`` may take additional action for some errors (for example,
|
| A D | code-review-guidelines.rst.txt | 34 mind - be gracious while waiting for action from others, and timely in your
|
| /trusted-firmware-a/docs/components/ |
| A D | secure-partition-manager.rst | 1001 An action is broadly a set of steps taken by the SPMC in response to a physical 1007 description of actions. The action specified for a type of interrupt when the 1009 action specified for the same type of interrupt when the SP is in the interrupt
|
| A D | exception-handling.rst | 386 no further action. In this case, the dispatcher's handler deactivates the
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
| A D | secure-partition-manager.rst.txt | 1001 An action is broadly a set of steps taken by the SPMC in response to a physical 1007 description of actions. The action specified for a type of interrupt when the 1009 action specified for the same type of interrupt when the SP is in the interrupt
|
| A D | exception-handling.rst.txt | 386 no further action. In this case, the dispatcher's handler deactivates the
|
| /trusted-firmware-a/docs/design/ |
| A D | interrupt-framework-design.rst | 345 and take appropriate action within its implementation e.g. use assertion 575 IHF does not need to take any action.
|
| A D | firmware-design.rst | 358 for platforms to take further action after image load. This function must 721 to simplify this action. 1308 In other words, the reset handler should be able to detect whether an action has 1310 e.g. skip the action the second time, or undo/redo it.
|
| /trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
| A D | interrupt-framework-design.rst.txt | 345 and take appropriate action within its implementation e.g. use assertion 575 IHF does not need to take any action.
|