Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 25 of 49) sorted by relevance

12

/linux-5.19.10/arch/powerpc/boot/
Dtreeboot-bamboo.c25 mac64 = strtoull((char *)PIBS_MAC0, 0, 16); in read_pibs_mac()
28 mac64 = strtoull((char *)PIBS_MAC1, 0, 16); in read_pibs_mac()
Dplanetcore.c58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal()
68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
Dstdlib.h5 unsigned long long int strtoull(const char *ptr, char **end, int base);
Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
Dtreeboot-akebono.c113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
/linux-5.19.10/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c87 v = strtoull(p + 1, &end, 0); in get_proc_frequency()
111 clock_frequency = strtoull(override, NULL, 10); in get_proc_frequency()
/linux-5.19.10/tools/perf/util/
Dtrace-event-parse.c140 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk()
207 return strtoull(flag, NULL, 0); in eval_flag()
/linux-5.19.10/tools/perf/arch/s390/annotate/
Dinstructions.c17 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse()
77 ops->target.addr = strtoull(target, &endptr, 16); in s390_mov__parse()
/linux-5.19.10/tools/testing/selftests/proc/
Dproc.h36 val = strtoull(p, end, 10); in xstrtoull()
/linux-5.19.10/tools/power/cpupower/lib/
Dacpi_cppc.c53 value = strtoull(linebuf, &endp, 0); in acpi_cppc_get_data()
Dcpupower.c102 value = strtoull(linebuf, &endp, 0); in cpupower_is_cpu_online()
Dcpuidle.c151 value = strtoull(linebuf, &endp, 0); in cpuidle_state_get_one_value()
/linux-5.19.10/tools/testing/selftests/kvm/lib/
Dtest_util.c31 base = strtoull(size, &scale, 0); in parse_size()
160 return strtoull(buf + strlen(tag), NULL, 10) << 10; in get_def_hugetlb_pagesz()
/linux-5.19.10/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c170 d->ip = strtoull(dlargv[2], NULL, 0); in start()
171 d->addr = strtoull(dlargv[3], NULL, 0); in start()
/linux-5.19.10/tools/power/cpupower/utils/helpers/
Dsysfs.c82 value = strtoull(linebuf, &endp, 0); in sysfs_is_cpu_online()
221 value = strtoull(linebuf, &endp, 0); in sysfs_idlestate_get_one_value()
/linux-5.19.10/tools/perf/arch/arm64/annotate/
Dinstructions.c33 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
/linux-5.19.10/tools/perf/ui/browsers/
Dmap.c59 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
/linux-5.19.10/tools/power/cpupower/utils/
Dcpuidle-set.c68 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
/linux-5.19.10/scripts/dtc/
Ddtc-lexer.l159 yylval.integer = strtoull(yytext, &e, 0);
/linux-5.19.10/drivers/md/bcache/
Dutil.c83 STRTO_H(strtoull, unsigned long long) in STRTO_H()
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c157 samples = strtoull(argv[1], NULL, 0); in main()
/linux-5.19.10/tools/testing/selftests/sparc64/drivers/
Dadi-test.c159 start_addr[range_count] = strtoull(line, &end_ptr, 16); in build_memory_map()
160 end_addr[range_count] = strtoull(end_ptr, NULL, 16); in build_memory_map()
/linux-5.19.10/tools/lib/api/fs/
Dfs.c347 *value = strtoull(line, NULL, base); in filename__read_ull_base()
/linux-5.19.10/tools/testing/selftests/kvm/
Ddirty_log_perf_test.c400 p.phys_offset = strtoull(optarg, NULL, 0); in main()
Dkvm_page_table_test.c477 p.phys_offset = strtoull(optarg, NULL, 0); in main()

12