Home
last modified time | relevance | path

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

123

/openbmc/linux/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()
/openbmc/linux/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c20 ops->target.addr = strtoull(c, &endptr, 16); in loongarch_call__parse()
71 ops->target.addr = strtoull(c, NULL, 16); in loongarch_jump__parse()
73 ops->target.addr = strtoull(ops->raw, NULL, 16); in loongarch_jump__parse()
/openbmc/linux/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()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Dheader.c105 u64 map_id = strtoull(mapcpuid, NULL, 16); in strcmp_cpuid_str()
108 u64 id = strtoull(idstr, NULL, 16); in strcmp_cpuid_str()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c51 base = strtoull(size, &scale, 0); in parse_size()
180 unsigned long long total = strtoull(buf + strlen(hugepages_total), NULL, 10); in get_def_hugetlb_pagesz()
188 return strtoull(buf + strlen(hugepagesize), NULL, 10) << 10; in get_def_hugetlb_pagesz()
/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c17 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse()
74 ops->target.addr = strtoull(target, &endptr, 16); in s390_mov__parse()
/openbmc/linux/tools/perf/util/
H A Dtrace-event-parse.c142 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk()
209 return strtoull(flag, NULL, 0); in eval_flag()
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc.h36 val = strtoull(p, end, 10); in xstrtoull()
/openbmc/linux/tools/power/cpupower/lib/
H A Dacpi_cppc.c53 value = strtoull(linebuf, &endp, 0); in acpi_cppc_get_data()
/openbmc/linux/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()
/openbmc/phosphor-gpio-monitor/presence/
H A Dgpio_presence.hpp85 delay = std::strtoull(envDelay, NULL, 10); in Presence()
/openbmc/linux/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()
/openbmc/linux/tools/perf/arch/arm64/annotate/
H A Dinstructions.c33 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
/openbmc/u-boot/tools/
H A Dmkimage.c149 params.addr = strtoull(optarg, &ptr, 16); in process_args()
189 params.ep = strtoull(optarg, &ptr, 16); in process_args()
238 params.external_offset = strtoull(optarg, &ptr, 16); in process_args()
H A Drelocate-rela.c58 *num = strtoull(str, &endptr, 16); in read_num()
/openbmc/linux/tools/perf/ui/browsers/
H A Dmap.c59 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
/openbmc/linux/tools/power/cpupower/utils/
H A Dcpuidle-set.c66 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
/openbmc/qemu/hw/i386/xen/
H A Dxen-hvm.c532 physmap->phys_offset = strtoull(entries[i], NULL, 16); in xen_read_physmap()
541 physmap->start_addr = strtoull(value, NULL, 16); in xen_read_physmap()
552 physmap->size = strtoull(value, NULL, 16); in xen_read_physmap()
/openbmc/u-boot/scripts/dtc/
H A Ddtc-lexer.l167 yylval.integer = strtoull(yytext, &e, 0);
/openbmc/linux/scripts/dtc/
H A Ddtc-lexer.l159 yylval.integer = strtoull(yytext, &e, 0);

123