Home
last modified time | relevance | path

Searched defs:action (Results 1 – 10 of 10) 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
32 def logged_action(action): argument
71 def append_action(action): argument
90 def append_called(action, sp, args :dict): argument
/trusted-firmware-a-latest/drivers/arm/tzc/
Dtzc380.c27 static void tzc380_write_action(uintptr_t base, unsigned int action) in tzc380_write_action()
94 void tzc380_set_action(unsigned int action) in tzc380_set_action()
Dtzc_dmc500.c214 void tzc_dmc500_set_action(unsigned int action) in tzc_dmc500_set_action()
Dtzc400.c179 void tzc400_set_action(unsigned int action) in tzc400_set_action()
/trusted-firmware-a-latest/tools/fiptool/
Dfiptool.h37 int action; member
Dfiptool.c156 static void set_image_desc_action(image_desc_t *desc, int action, in set_image_desc_action()
/trusted-firmware-a-latest/lib/xlat_tables_v2/
Dxlat_tables_core.c300 action_t action; in xlat_tables_unmap_region_action() local
385 action_t action = xlat_tables_unmap_region_action(mm, in xlat_tables_unmap_region() local
602 action_t action = xlat_tables_map_region_action(mm, in xlat_tables_map_region() local
/trusted-firmware-a-latest/include/drivers/arm/
Dtzc400.h142 static inline void tzc_set_action(unsigned int action) in tzc_set_action()
Dtzc380.h159 static inline void tzc_set_action(unsigned int action) in tzc_set_action()
/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()