/optee_os/scripts/ |
A D | mem_usage.py | 17 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 D | update_changelog.py | 21 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 D | get_maintainer.py | 31 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 D | bin_to_c.py | 30 parser.add_argument('--text', required=False, action='store_true',
|
A D | ts_bin_to_c.py | 42 action="store_true",
|
A D | arm32_sysreg.py | 213 parser.add_argument('--s_file', action='store_true',
|
A D | symbolize.py | 84 parser.add_argument('-d', '--dir', action='append', nargs='+',
|
/optee_os/core/drivers/ |
A D | tzc380.c | 60 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 D | tzc400.c | 97 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 D | stmm_sp.c | 736 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 D | tzc400.h | 237 void tzc_set_action(enum tzc_action action);
|
A D | tzc380.h | 215 void tzc_set_action(enum tzc_action action);
|
/optee_os/out/arm/export-ta_arm32/scripts/ |
A D | symbolize.py | 84 parser.add_argument('-d', '--dir', action='append', nargs='+',
|
/optee_os/out/arm/export-ta_arm64/scripts/ |
A D | symbolize.py | 84 parser.add_argument('-d', '--dir', action='append', nargs='+',
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 204 compact storage (or take other appropriate action) when an allocation
|