Home
last modified time | relevance | path

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

/optee_os/scripts/
H 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',
H 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',
H A Dderive_rpmb_key.py38 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 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',
H A Dbin_to_c.py30 parser.add_argument('--text', required=False, action='store_true',
H A Dsign_rproc_fw.py306 '(can be used multiple times)', action='append')
323 metavar=("ID", "value"), action='append',
H A Darm32_sysreg.py213 parser.add_argument('--s_file', action='store_true',
H A Dts_bin_to_c.py43 action="store_true",
H A Dsymbolize.py118 parser.add_argument('-d', '--dir', action='append', nargs='+',
H A Dsign_encrypt.py138 '--subkey', action=OnlyOne, help='Name of subkey input file')
/optee_os/core/drivers/
H 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()
H 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()
H A Dopenedges_omc.c181 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 Dopenedges_omc.h31 void omc_set_action(enum omc_action action);
H A Dtzc400.h237 void tzc_set_action(enum tzc_action action);
H A Dtzc380.h215 void tzc_set_action(enum tzc_action action);
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c803 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 Dbget.doc204 compact storage (or take other appropriate action) when an allocation
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2056 previous action. Fixes #4361.