| /optee_os/scripts/ |
| H 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',
|
| H 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',
|
| H A D | derive_rpmb_key.py | 38 parser.add_argument('--quiet', action='store_true', default=False, 41 parser.add_argument('--testkey', action='store_true', default=False, 48 parser.add_argument('--compat', action='store_true', default=False,
|
| H 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',
|
| H A D | bin_to_c.py | 30 parser.add_argument('--text', required=False, action='store_true',
|
| H A D | sign_rproc_fw.py | 306 '(can be used multiple times)', action='append') 323 metavar=("ID", "value"), action='append',
|
| H A D | arm32_sysreg.py | 213 parser.add_argument('--s_file', action='store_true',
|
| H A D | ts_bin_to_c.py | 43 action="store_true",
|
| H A D | symbolize.py | 118 parser.add_argument('-d', '--dir', action='append', nargs='+',
|
| H A D | sign_encrypt.py | 138 '--subkey', action=OnlyOne, help='Name of subkey input file')
|
| /optee_os/core/drivers/ |
| H 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()
|
| H 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()
|
| H A D | openedges_omc.c | 181 void omc_set_action(enum omc_action action) in omc_set_action() argument 189 omc_write32(filter, ACTION_OFF, (uint32_t)action); in omc_set_action()
|
| /optee_os/core/include/drivers/ |
| H A D | openedges_omc.h | 31 void omc_set_action(enum omc_action action);
|
| H A D | tzc400.h | 237 void tzc_set_action(enum tzc_action action);
|
| H A D | tzc380.h | 215 void tzc_set_action(enum tzc_action action);
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 803 uint32_t action = SVC_REGS_A3(regs); in stmm_handle_storage_service() local 812 switch (action) { in stmm_handle_storage_service() 826 EMSG("Undefined service id %#"PRIx32, action); in stmm_handle_storage_service()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 204 compact storage (or take other appropriate action) when an allocation
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2056 previous action. Fixes #4361.
|