Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/sptool/
Dspactions.py29 …def __init__(self, action, exec_order=DEFAULT_ACTION_ORDER, global_action=True, log_calls = False): argument
31 self.__name__ = action.__name__
32 def logged_action(action): argument
35 return action(sp_layout, sp, args)
37 self.action = logged_action(action) if log_calls is True else action
50 return self.action(sp_layout, sp, args)
71 def append_action(action): argument
72 action = _ConfiguredAction(action, exec_order, global_action, log_calls)
73 bisect.insort(SpSetupActions.actions, action)
74 return action
[all …]
Dsptool.py126 parser.add_argument("-v", required=False, action="store_true",
/trusted-firmware-a-latest/drivers/arm/tzc/
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()
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()
Dtzc_common_private.h18 unsigned int action) \
21 action); \
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-latest/include/drivers/arm/
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()
Dtzc380.h146 void tzc380_set_action(unsigned int action);
159 static inline void tzc_set_action(unsigned int action) in tzc_set_action() argument
161 tzc380_set_action(action); in tzc_set_action()
Dtzc_dmc500.h145 void tzc_dmc500_set_action(unsigned int action);
/trusted-firmware-a-latest/lib/xlat_tables_v2/
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()
385 action_t action = xlat_tables_unmap_region_action(mm, in xlat_tables_unmap_region() local
389 if (action == ACTION_WRITE_BLOCK_ENTRY) { in xlat_tables_unmap_region()
394 } else if (action == ACTION_RECURSE_INTO_TABLE) { in xlat_tables_unmap_region()
[all …]
/trusted-firmware-a-latest/tools/fiptool/
Dfiptool.h37 int action; member
Dfiptool.c152 desc->action = DO_UNSPEC; in new_image_desc()
156 static void set_image_desc_action(image_desc_t *desc, int action, in set_image_desc_action() argument
163 desc->action = action; in set_image_desc_action()
380 desc->action = DO_UNPACK; in parse_fip()
630 if (desc->action != DO_PACK) in update_fip()
1004 if (!unpack_all && desc->action != DO_UNPACK) in unpack_cmd()
1146 if (desc->action != DO_REMOVE) in remove_cmd()
/trusted-firmware-a-latest/plat/imx/common/include/sci/svc/timer/
Dsci_timer_api.h183 sc_rm_pt_t pt, sc_timer_wdog_action_t action);
/trusted-firmware-a-latest/docs/components/
Dffa-manifest-binding.rst117 - This field is deprecated in favor of ns-interrupts-action field in the FF-A
120 - ns-interrupts-action [mandatory]
122 - Specifies the action that the SPMC must take in response to a Non-secure
131 - other-s-interrupts-action
133 - Specifies the action that the SPMC must take in response to a Other-Secure
Drmm-el3-comms-spec.rst170 expected that EL3 will take necessary action to disable Realm world for further
Dsecure-partition-manager.rst1219 An SP execution context in a call chain could specify a less permissive action
1221 permissive action takes precedence over the more permissive actions specified
1247 The action of SPMC for a secure interrupt depends on: the state of the target
Dexception-handling.rst386 no further action. In this case, the dispatcher's handler deactivates the
/trusted-firmware-a-latest/plat/imx/common/sci/svc/timer/
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-latest/lib/romlib/
Dromlib_generator.py196 self.args.add_argument("--list", help="Only list assembly files", action="store_true")
/trusted-firmware-a-latest/docs/process/
Dcoding-guidelines.rst258 always take action, even in release builds.
302 ``plat_error_handler`` may take additional action for some errors (for example,
Dcode-review-guidelines.rst55 mind - be gracious while waiting for action from others, and timely in your
/trusted-firmware-a-latest/docs/design_documents/
Drss.rst283 In case of error no further action is taken (slot is not locked). If there is
/trusted-firmware-a-latest/docs/design/
Dinterrupt-framework-design.rst345 and take appropriate action within its implementation e.g. use assertion
575 IHF does not need to take any action.
Dfirmware-design.rst309 for platforms to take further action after image load. This function must
671 to simplify this action.
1319 In other words, the reset handler should be able to detect whether an action has
1321 e.g. skip the action the second time, or undo/redo it.
/trusted-firmware-a-latest/docs/
Dporting-guide.rst1743 The platform may override this function to take platform specific action, for