Home
last modified time | relevance | path

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

123

/linux/arch/powerpc/boot/
A 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()
A Dplanetcore.c58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal()
68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
A Dstdlib.h5 unsigned long long int strtoull(const char *ptr, char **end, int base);
A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
A Dtreeboot-akebono.c113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
/linux/tools/perf/arch/loongarch/annotate/
A Dinstructions.c21 ops->target.addr = strtoull(c, &endptr, 16); in loongarch_call__parse()
73 ops->target.addr = strtoull(c, NULL, 16); in loongarch_jump__parse()
75 ops->target.addr = strtoull(ops->raw, NULL, 16); in loongarch_jump__parse()
/linux/tools/perf/arch/arm64/util/
A Dheader.c100 u64 map_id = strtoull(mapcpuid, NULL, 16); in strcmp_cpuid_str()
103 u64 id = strtoull(idstr, NULL, 16); in strcmp_cpuid_str()
/linux/tools/testing/selftests/powerpc/benchmarks/
A 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/tools/testing/selftests/kvm/lib/
A Dtest_util.c49 base = strtoull(size, &scale, 0); in parse_size()
178 unsigned long long total = strtoull(buf + strlen(hugepages_total), NULL, 10); in get_def_hugetlb_pagesz()
186 return strtoull(buf + strlen(hugepagesize), NULL, 10) << 10; in get_def_hugetlb_pagesz()
/linux/tools/perf/arch/s390/annotate/
A Dinstructions.c17 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse()
75 ops->target.addr = strtoull(target, &endptr, 16); in s390_mov__parse()
/linux/tools/testing/selftests/proc/
A Dproc.h36 val = strtoull(p, end, 10); in xstrtoull()
/linux/tools/power/cpupower/lib/
A Dacpi_cppc.c53 value = strtoull(linebuf, &endp, 0); in acpi_cppc_get_data()
A Dcpupower.c109 value = strtoull(linebuf, &endp, 0); in cpupower_is_cpu_online()
/linux/tools/perf/util/
A Dtrace-event-parse.c255 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk()
322 return strtoull(flag, NULL, 0); in eval_flag()
A Dtime-utils.c23 time_sec = strtoull(str, &end, 10); in parse_nsec_time()
41 time_nsec = strtoull(nsec_buf, &end, 10); in parse_nsec_time()
/linux/tools/power/cpupower/utils/helpers/
A 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/tools/perf/dlfilters/
A Ddlfilter-test-api-v0.c170 d->ip = strtoull(dlargv[2], NULL, 0); in start()
171 d->addr = strtoull(dlargv[3], NULL, 0); in start()
A Ddlfilter-test-api-v2.c185 d->ip = strtoull(dlargv[2], NULL, 0); in start()
186 d->addr = strtoull(dlargv[3], NULL, 0); in start()
/linux/tools/perf/arch/arm64/annotate/
A Dinstructions.c34 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
/linux/tools/sched_ext/
A Dscx_central.c65 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
A Dscx_qmap.c70 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
A Dscx_flatcg.c83 v = strtoull(tok, &endp, 0); in read_cpu_util()
/linux/tools/perf/ui/browsers/
A Dmap.c59 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
/linux/tools/power/cpupower/utils/
A Dcpuidle-set.c66 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
/linux/scripts/dtc/
A Ddtc-lexer.l159 yylval.integer = strtoull(yytext, &e, 0);

Completed in 35 milliseconds

123