Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 31) sorted by relevance

12

/trusted-firmware-a/drivers/arm/tzc/
A Dtzc380.c27 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 Dtzc400.c179 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 Dtzc_common_private.h18 unsigned int action) \
21 action); \
A Dtzc_dmc500.c214 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 Dtzc400.h113 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 Dtzc380.h141 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 Dtzc_dmc500.h145 void tzc_dmc500_set_action(unsigned int action);
/trusted-firmware-a/lib/xlat_tables_v2/
A Dxlat_tables_core.c300 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 Dstm32mp1_security.c31 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 Dfiptool.h37 int action; member
A Dfiptool.c149 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 Dsci_timer_api.h183 sc_rm_pt_t pt, sc_timer_wdog_action_t action);
/trusted-firmware-a/plat/imx/common/sci/svc/timer/
A Dtimer_rpc_clnt.c173 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 Dromlib_generator.py196 self.args.add_argument("--list", help="Only list assembly files", action="store_true")
/trusted-firmware-a/docs/process/
A Dcoding-guidelines.rst258 always take action, even in release builds.
302 ``plat_error_handler`` may take additional action for some errors (for example,
A Dcode-review-guidelines.rst34 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 Dcoding-guidelines.rst.txt258 always take action, even in release builds.
302 ``plat_error_handler`` may take additional action for some errors (for example,
A Dcode-review-guidelines.rst.txt34 mind - be gracious while waiting for action from others, and timely in your
/trusted-firmware-a/docs/components/
A Dsecure-partition-manager.rst1001 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 Dexception-handling.rst386 no further action. In this case, the dispatcher's handler deactivates the
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dsecure-partition-manager.rst.txt1001 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 Dexception-handling.rst.txt386 no further action. In this case, the dispatcher's handler deactivates the
/trusted-firmware-a/docs/design/
A Dinterrupt-framework-design.rst345 and take appropriate action within its implementation e.g. use assertion
575 IHF does not need to take any action.
A Dfirmware-design.rst358 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 Dinterrupt-framework-design.rst.txt345 and take appropriate action within its implementation e.g. use assertion
575 IHF does not need to take any action.

Completed in 69 milliseconds

12