Searched refs:sys (Results 1 – 20 of 20) sorted by relevance
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_system.c | 38 struct clk_system *sys = clk->priv; in clk_system_enable() local 40 io_write32(sys->base + AT91_PMC_SCER, 1 << sys->id); in clk_system_enable() 42 if (!is_pck(sys->id)) in clk_system_enable() 45 while (!clk_system_ready(sys->base, sys->id)) in clk_system_enable() 53 struct clk_system *sys = clk->priv; in clk_system_disable() local 55 io_write32(sys->base + AT91_PMC_SCDR, 1 << sys->id); in clk_system_disable() 67 struct clk_system *sys = NULL; in at91_clk_register_system() local 77 sys = calloc(1, sizeof(*sys)); in at91_clk_register_system() 78 if (!sys) { in at91_clk_register_system() 83 sys->id = id; in at91_clk_register_system() [all …]
|
| /optee_os/scripts/ |
| H A D | gen_ld_sects.py | 7 import sys 13 sys.argv[0])) 14 sys.exit(1) 18 if len(sys.argv) < 2: 24 match_rule = re.compile(sys.argv[1]) 25 skip_sections = sys.argv[2:] 27 for line in sys.stdin:
|
| H A D | derive_rpmb_key.py | 7 import sys 18 file=sys.stderr) 85 sys.exit(1) 94 sys.exit(1) 98 sys.exit(1) 102 file=sys.stderr) 103 sys.exit(1) 107 file=sys.stderr) 108 sys.exit(1)
|
| H A D | ftrace_format.py | 17 import sys 27 sys.exit(0) 64 if len(sys.argv) < 2: 66 with open(sys.argv[1], 'rb') as f: 70 print("Magic not found", file=sys.stderr) 71 sys.exit(1)
|
| H A D | print_tee_hash.py | 12 import sys 59 argc = len(sys.argv) 61 print('Usage:', sys.argv[0], '<tee.elf>') 64 if argc == 3 and sys.argv[1] == '-v': 67 with open(sys.argv[argc - 1], 'rb') as f:
|
| H A D | gen_tee_bin.py | 11 import sys 45 print(*args, file=sys.stderr, **kwargs) 62 sys.exit(1) 98 sys.exit(1) 101 sys.exit(1) 171 sys.exit(1) 196 sys.exit(1)
|
| H A D | gen_ldelf_hex.py | 11 import sys 59 sys.exit(1) 69 sys.exit(1)
|
| H A D | bin_to_c.py | 11 import sys 62 sys.exit(1)
|
| H A D | arm32_sysreg.py | 9 import sys 14 print(*args, file=sys.stderr, **kwargs) 19 sys.exit(1) 235 for line in sys.stdin:
|
| H A D | gen_compile_commands.py | 19 import sys 150 sys.exit('{}: module path must end with .o'.format(obj)) 216 sys.exit('{}: unknown file type'.format(path))
|
| H A D | symbolize.py | 14 import sys 149 file=sys.stderr) 150 sys.exit(1) 550 symbolizer = Symbolizer(sys.stdout, args.dirs, args.strip_path) 552 fd = sys.stdin.fileno() 561 for line in sys.stdin:
|
| H A D | sign_encrypt.py | 7 import sys 299 argv = sys.argv[1:] 310 sys.exit(1) 442 sys.exit(1) 453 sys.exit(1) 748 sys.exit(1) 784 sys.exit(1) 800 sys.exit(1) 919 sys.exit(1) 940 sys.exit(1) [all …]
|
| H A D | mem_usage.py | 10 import sys 43 sys.stdout.write(format % args)
|
| H A D | gen_stmm_hex.py | 8 import sys
|
| H A D | sign_rproc_fw.py | 35 import sys 93 logging.basicConfig(stream=sys.stderr, level=logging.INFO) 395 sys.exit(1)
|
| /optee_os/core/arch/arm/plat-telechips/scripts/ |
| H A D | tcmktool.py | 7 import sys 122 exit(main(len(sys.argv), sys.argv))
|
| /optee_os/ldelf/ |
| H A D | sub.mk | 11 srcs-y += sys.c
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 83 #if defined(__has_include) && __has_include(<sys/limits.h>)
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509_crt.c | 2703 #if __has_include(<sys/socket.h>)
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1750 * Don't use the obsolete header path sys/fcntl.h in unit tests.
|