Home
last modified time | relevance | path

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

123

/linux-6.15/arch/powerpc/boot/
H 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()
H A Dplanetcore.c58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal()
68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
H A Dstdlib.h5 unsigned long long int strtoull(const char *ptr, char **end, int base);
H A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
H A Dtreeboot-akebono.c113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
/linux-6.15/tools/perf/arch/loongarch/annotate/
H 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-6.15/tools/perf/arch/arm64/util/
H A Dheader.c93 u64 map_id = strtoull(mapcpuid, NULL, 16); in strcmp_cpuid_str()
96 u64 id = strtoull(idstr, NULL, 16); in strcmp_cpuid_str()
/linux-6.15/tools/testing/selftests/powerpc/benchmarks/
H 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-6.15/tools/testing/selftests/kvm/lib/
H 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-6.15/tools/perf/arch/s390/annotate/
H 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-6.15/tools/testing/selftests/proc/
H A Dproc.h36 val = strtoull(p, end, 10); in xstrtoull()
/linux-6.15/tools/power/cpupower/lib/
H A Dacpi_cppc.c53 value = strtoull(linebuf, &endp, 0); in acpi_cppc_get_data()
/linux-6.15/tools/perf/util/
H A Dtrace-event-parse.c249 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk()
316 return strtoull(flag, NULL, 0); in eval_flag()
H 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-6.15/tools/power/cpupower/utils/helpers/
H 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-6.15/tools/perf/dlfilters/
H 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()
H 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-6.15/tools/testing/selftests/coredump/
H A Dstackdump_test.c142 stack = strtoull(line, NULL, 10); in TEST_F()
/linux-6.15/tools/perf/ui/browsers/
H A Dmap.c59 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
/linux-6.15/tools/perf/arch/arm64/annotate/
H A Dinstructions.c34 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
/linux-6.15/tools/power/cpupower/utils/
H A Dcpuidle-set.c66 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
/linux-6.15/tools/sched_ext/
H A Dscx_qmap.c72 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
H A Dscx_central.c69 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
H A Dscx_flatcg.c83 v = strtoull(tok, &endp, 0); in read_cpu_util()
/linux-6.15/scripts/dtc/
H A Ddtc-lexer.l159 yylval.integer = strtoull(yytext, &e, 0);

123