| /linux/arch/powerpc/boot/ |
| H A D | treeboot-bamboo.c | 25 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 D | planetcore.c | 58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal() 68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
|
| H A D | stdlib.h | 5 unsigned long long int strtoull(const char *ptr, char **end, int base);
|
| H A D | stdlib.c | 13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
|
| H A D | treeboot-akebono.c | 113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-loongarch.c | 29 ops->target.addr = strtoull(c, &endptr, 16); in loongarch_call__parse() 88 ops->target.addr = strtoull(c, NULL, 16); in loongarch_jump__parse() 90 ops->target.addr = strtoull(ops->raw, NULL, 16); in loongarch_jump__parse()
|
| H A D | annotate-s390.c | 25 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse() 89 ops->target.addr = strtoull(target, &endptr, 16); in s390_mov__parse()
|
| H A D | annotate-arm64.c | 39 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | header.c | 92 u64 map_id = strtoull(mapcpuid, NULL, 16); in strcmp_cpuid_str() 95 u64 id = strtoull(idstr, NULL, 16); in strcmp_cpuid_str()
|
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | null_syscall.c | 87 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 D | test_util.c | 56 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/mm/ |
| H A D | pfnmap.c | 77 start = strtoull(line, &end_ptr, 16); in find_ram_target() 81 end = strtoull(end_ptr, NULL, 16) + 1; in find_ram_target()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc.h | 36 val = strtoull(p, end, 10); in xstrtoull()
|
| /linux/tools/power/cpupower/lib/ |
| H A D | acpi_cppc.c | 53 value = strtoull(linebuf, &endp, 0); in acpi_cppc_get_data()
|
| H A D | cpuidle.c | 154 value = strtoull(linebuf, &endp, 0); in cpuidle_state_get_one_value()
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | sysfs.c | 82 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/util/ |
| H A D | disasm.c | 245 ops->target.addr = strtoull(ops->raw, &endptr, 16); in call__parse() 288 ops->target.addr = strtoull(endptr, NULL, 16); in call__parse() 370 ops->target.addr = strtoull(c, NULL, 16); in jump__parse() 376 ops->target.addr = strtoull(c, NULL, 16); in jump__parse() 380 ops->target.addr = strtoull(ops->raw, NULL, 16); in jump__parse() 481 *addrp = strtoull(comment, &endptr, 16); in comment__symbol() 1033 line_ip = strtoull(parsed_line, &tmp, 16); in symbol__parse_objdump_line()
|
| H A D | time-utils.c | 23 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/ |
| H A D | cpuidle-set.c | 66 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | stackdump_test.c | 159 stack = strtoull(line, NULL, 10);
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.c | 73 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
|
| H A D | scx_central.c | 72 skel->rodata->slice_ns = strtoull(optarg, NULL, 0) * 1000; in main()
|
| H A D | scx_flatcg.c | 84 v = strtoull(tok, &endp, 0); in read_cpu_util()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | map.c | 59 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
|
| /linux/drivers/md/bcache/ |
| H A D | util.c | 83 STRTO_H(strtoull, unsigned long long) in STRTO_H()
|