| /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 | 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 | bin_to_c.py | 11 import sys 62 sys.exit(1)
|
| 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/scripts/kconfig/kconfiglib/ |
| H A D | setconfig.py | 24 import sys 67 sys.exit("error: no '=' in assignment: '{}'".format(arg)) 73 sys.exit("error: no symbol '{}' in configuration".format(name)) 78 sys.exit("error: '{}' is an invalid value for the {} symbol {}" 83 sys.exit("error: {} was assigned the value '{}', but got the "
|
| H A D | oldconfig.py | 30 import sys 36 if sys.version_info[0] < 3: 187 print("Bad index", file=sys.stderr) 191 print("Bad index", file=sys.stderr)
|
| H A D | listnewconfig.py | 17 import sys 43 print(kconf.load_config(), file=sys.stderr)
|
| H A D | genconfig.py | 37 import sys 148 if sys.version_info[0] < 3:
|
| H A D | menuconfig.py | 189 import sys 198 sys.exit("""\ 989 if sys.version_info[0] >= 3: 3176 print("menuconfig warning: ", end="", file=sys.stderr) 3177 print(*args, file=sys.stderr)
|
| H A D | kconfiglib.py | 550 import sys 950 cmd = sys.argv[0] # Empty string if missing 956 sys.exit(cmd + str(e).strip()) 3981 sys.stderr.write(msg + "\n") 6266 sys.exit("error: KCONFIG_ALLCONFIG is set, but neither {} " 6273 sys.exit("error: KCONFIG_ALLCONFIG is set to '{}', which " 6740 sys.stderr.write( 6831 _IS_PY2 = sys.version_info[0] < 3
|
| H A D | guiconfig.py | 57 import sys 59 _PY2 = sys.version_info[0] < 3
|
| /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>)
|