Home
last modified time | relevance | path

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

123

/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()
/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()
/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c56 base = strtoull(size, &scale, 0); in parse_size()
205 unsigned long long total = strtoull(buf + strlen(hugepages_total), NULL, 10); in get_def_hugetlb_pagesz()
213 return strtoull(buf + strlen(hugepagesize), NULL, 10) << 10; in get_def_hugetlb_pagesz()
/linux/tools/testing/selftests/proc/
H A Dproc.h36 val = strtoull(p, end, 10); in xstrtoull()
/linux/tools/power/cpupower/lib/
H A Dacpi_cppc.c53 value = strtoull(linebuf, &endp, 0); in acpi_cppc_get_data()
H A Dcpuidle.c153 value = strtoull(linebuf, &endp, 0); in cpuidle_state_get_one_value()
/linux/tools/testing/selftests/mm/
H A Dpfnmap.c76 start = strtoull(line, &end_ptr, 16); in find_ram_target()
80 end = strtoull(end_ptr, NULL, 16) + 1; in find_ram_target()
/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()
/linux/tools/power/cpupower/utils/
H A Dcpuidle-set.c66 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
/linux/tools/perf/arch/arm64/annotate/
H A Dinstructions.c35 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
/linux/tools/testing/selftests/coredump/
H A Dstackdump_test.c159 stack = strtoull(line, NULL, 10);
/linux/tools/sched_ext/
H A Dscx_qmap.c73 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
H A Dscx_central.c70 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
H A Dscx_flatcg.c84 v = strtoull(tok, &endp, 0); in read_cpu_util()
/linux/tools/perf/ui/browsers/
H A Dmap.c59 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
/linux/tools/perf/util/
H A Ddisasm.c276 ops->target.addr = strtoull(ops->raw, &endptr, 16); in call__parse()
315 ops->target.addr = strtoull(endptr, NULL, 16); in call__parse()
396 ops->target.addr = strtoull(c, NULL, 16); in jump__parse()
402 ops->target.addr = strtoull(c, NULL, 16); in jump__parse()
406 ops->target.addr = strtoull(ops->raw, NULL, 16); in jump__parse()
506 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
1138 line_ip = strtoull(parsed_line, &tmp, 16); in symbol__parse_objdump_line()
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/drivers/md/bcache/
H A Dutil.c83 STRTO_H(strtoull, unsigned long long) in STRTO_H()
/linux/tools/testing/selftests/sparc64/drivers/
H A 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/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c210 samples = strtoull(argv[1], NULL, 0); in main()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c289 *value = strtoull(buf, NULL, 0); in htab_mem_read_mem_cgrp_file()

123