Home
last modified time | relevance | path

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

/optee_os/scripts/
A Dmem_usage.py17 parser.add_argument('-a', '--all', action='store_true',
19 parser.add_argument('-n', '--no-map', action='store_true',
22 parser.add_argument('-i', '--init', action='store_true',
24 parser.add_argument('-p', '--paged', action='store_true',
27 parser.add_argument('-u', '--unpaged', action='store_true',
31 parser.add_argument('-U', '--unpaged-no-heap', action='store_true',
36 parser.add_argument('-r', '--raw', action='store_true',
A Dupdate_changelog.py21 parser.add_argument('--changelog-file', action='store', required=False,
25 parser.add_argument('--release-date', action='store', required=True,
28 parser.add_argument('--release-version', action='store', required=True,
31 parser.add_argument('--previous-release-version', action='store',
A Dget_maintainer.py31 parser.add_argument('-m', '--merge-check', action='store_true',
35 parser.add_argument('-p', '--show-paths', action='store_true',
37 parser.add_argument('-s', '--strict', action='store_true',
42 parser.add_argument('-f', '--file', action='append',
45 parser.add_argument('-g', '--github-pr', action='append', type=int,
49 parser.add_argument('-r', '--release-to', action='store_true',
A Dbin_to_c.py30 parser.add_argument('--text', required=False, action='store_true',
A Dts_bin_to_c.py42 action="store_true",
A Darm32_sysreg.py213 parser.add_argument('--s_file', action='store_true',
A Dsymbolize.py84 parser.add_argument('-d', '--dir', action='append', nargs='+',
/optee_os/core/drivers/
A Dtzc380.c60 static void tzc_write_action(vaddr_t base, enum tzc_action action) in tzc_write_action() argument
62 io_write32(base + ACTION_OFF, action); in tzc_write_action()
202 void tzc_set_action(enum tzc_action action) in tzc_set_action() argument
211 tzc_write_action(tzc.base, action); in tzc_set_action()
A Dtzc400.c97 static void tzc_write_action(vaddr_t base, enum tzc_action action) in tzc_write_action() argument
99 io_write32(base + ACTION_OFF, action); in tzc_write_action()
330 void tzc_set_action(enum tzc_action action) in tzc_set_action() argument
339 tzc_write_action(tzc.base, action); in tzc_set_action()
/optee_os/core/arch/arm/kernel/
A Dstmm_sp.c736 uint32_t action = SVC_REGS_A3(regs); in stmm_handle_mem_mgr_service() local
741 switch (action) { in stmm_handle_mem_mgr_service()
751 EMSG("Undefined service id %#"PRIx32, action); in stmm_handle_mem_mgr_service()
781 uint32_t action = SVC_REGS_A3(regs); in stmm_handle_storage_service() local
790 switch (action) { in stmm_handle_storage_service()
804 EMSG("Undefined service id %#"PRIx32, action); in stmm_handle_storage_service()
/optee_os/core/include/drivers/
A Dtzc400.h237 void tzc_set_action(enum tzc_action action);
A Dtzc380.h215 void tzc_set_action(enum tzc_action action);
/optee_os/out/arm/export-ta_arm32/scripts/
A Dsymbolize.py84 parser.add_argument('-d', '--dir', action='append', nargs='+',
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py84 parser.add_argument('-d', '--dir', action='append', nargs='+',
/optee_os/lib/libutils/isoc/
A Dbget.doc204 compact storage (or take other appropriate action) when an allocation

Completed in 15 milliseconds