/trusted-firmware-a-latest/tools/sptool/ |
D | spactions.py | 29 …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 …]
|
D | sptool.py | 126 parser.add_argument("-v", required=False, action="store_true",
|
/trusted-firmware-a-latest/drivers/arm/tzc/ |
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()
|
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()
|
D | tzc_common_private.h | 18 unsigned int action) \ 21 action); \
|
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-latest/include/drivers/arm/ |
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()
|
D | tzc380.h | 146 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()
|
D | tzc_dmc500.h | 145 void tzc_dmc500_set_action(unsigned int action);
|
/trusted-firmware-a-latest/lib/xlat_tables_v2/ |
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() 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/ |
D | fiptool.h | 37 int action; member
|
D | fiptool.c | 152 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/ |
D | sci_timer_api.h | 183 sc_rm_pt_t pt, sc_timer_wdog_action_t action);
|
/trusted-firmware-a-latest/docs/components/ |
D | ffa-manifest-binding.rst | 117 - 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
|
D | rmm-el3-comms-spec.rst | 170 expected that EL3 will take necessary action to disable Realm world for further
|
D | secure-partition-manager.rst | 1219 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
|
D | exception-handling.rst | 386 no further action. In this case, the dispatcher's handler deactivates the
|
/trusted-firmware-a-latest/plat/imx/common/sci/svc/timer/ |
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-latest/lib/romlib/ |
D | romlib_generator.py | 196 self.args.add_argument("--list", help="Only list assembly files", action="store_true")
|
/trusted-firmware-a-latest/docs/process/ |
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,
|
D | code-review-guidelines.rst | 55 mind - be gracious while waiting for action from others, and timely in your
|
/trusted-firmware-a-latest/docs/design_documents/ |
D | rss.rst | 283 In case of error no further action is taken (slot is not locked). If there is
|
/trusted-firmware-a-latest/docs/design/ |
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.
|
D | firmware-design.rst | 309 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/ |
D | porting-guide.rst | 1743 The platform may override this function to take platform specific action, for
|