| /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/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/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 | 153 value = strtoull(linebuf, &endp, 0); in cpuidle_state_get_one_value()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | pfnmap.c | 76 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 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/power/cpupower/utils/ |
| H A D | cpuidle-set.c | 66 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
|
| /linux/tools/perf/arch/arm64/annotate/ |
| H A D | instructions.c | 35 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
|
| /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 | 70 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/tools/perf/util/ |
| H A D | disasm.c | 276 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 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/drivers/md/bcache/ |
| H A D | util.c | 83 STRTO_H(strtoull, unsigned long long) in STRTO_H()
|
| /linux/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 159 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 D | seccomp_benchmark.c | 210 samples = strtoull(argv[1], NULL, 0); in main()
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_htab_mem.c | 289 *value = strtoull(buf, NULL, 0); in htab_mem_read_mem_cgrp_file()
|