Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/boot/
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()
A Dplanetcore.c58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal()
68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
A Dstdlib.h5 unsigned long long int strtoull(const char *ptr, char **end, int base);
A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
A Dtreeboot-akebono.c113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
/linux/tools/testing/selftests/powerpc/benchmarks/
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/perf/util/
A Dtrace-event-parse.c140 addr = strtoull(addr_str, NULL, 16); in parse_ftrace_printk()
207 return strtoull(flag, NULL, 0); in eval_flag()
A Dsmt.c38 siblings = strtoull(str, NULL, 16); in smt_on()
A Dannotate.c257 ops->target.addr = strtoull(ops->raw, &endptr, 16); in call__parse()
296 ops->target.addr = strtoull(endptr, NULL, 16); in call__parse()
375 ops->target.addr = strtoull(c, NULL, 16); in jump__parse()
380 ops->target.addr = strtoull(c, NULL, 16); in jump__parse()
383 ops->target.addr = strtoull(ops->raw, NULL, 16); in jump__parse()
474 *addrp = strtoull(comment, &endptr, 16); in comment__symbol()
1518 line_ip = strtoull(parsed_line, &tmp, 16); in symbol__parse_objdump_line()
/linux/tools/perf/arch/s390/annotate/
A Dinstructions.c17 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse()
77 ops->target.addr = strtoull(target, &endptr, 16); in s390_mov__parse()
/linux/tools/testing/selftests/proc/
A Dproc.h36 val = strtoull(p, end, 10); in xstrtoull()
/linux/tools/testing/selftests/kvm/lib/
A Dtest_util.c31 base = strtoull(size, &scale, 0); in parse_size()
160 return strtoull(buf + strlen(tag), NULL, 10) << 10; in get_def_hugetlb_pagesz()
/linux/tools/power/cpupower/utils/helpers/
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/perf/dlfilters/
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()
/linux/tools/perf/arch/arm64/annotate/
A Dinstructions.c33 ops->target.addr = strtoull(target, &endptr, 16); in arm64_mov__parse()
/linux/tools/perf/ui/browsers/
A Dmap.c59 u64 addr = strtoull(target, NULL, 16); in map_browser__search()
/linux/tools/power/cpupower/utils/
A Dcpuidle-set.c68 latency = strtoull(optarg, &endptr, 10); in cmd_idle_set()
/linux/scripts/dtc/
A Ddtc-lexer.l159 yylval.integer = strtoull(yytext, &e, 0);
/linux/tools/power/cpupower/lib/
A Dcpupower.c102 value = strtoull(linebuf, &endp, 0); in cpupower_is_cpu_online()
A Dcpuidle.c151 value = strtoull(linebuf, &endp, 0); in cpuidle_state_get_one_value()
/linux/drivers/md/bcache/
A Dutil.c83 STRTO_H(strtoull, unsigned long long) in STRTO_H()
/linux/tools/testing/selftests/sparc64/drivers/
A Dadi-test.c163 start_addr[range_count] = strtoull(line, &end_ptr, 16); in build_memory_map()
164 end_addr[range_count] = strtoull(end_ptr, NULL, 16); in build_memory_map()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_benchmark.c157 samples = strtoull(argv[1], NULL, 0); in main()
/linux/tools/testing/selftests/kvm/
A Ddirty_log_perf_test.c352 p.phys_offset = strtoull(optarg, NULL, 0); in main()
A Dkvm_page_table_test.c477 p.phys_offset = strtoull(optarg, NULL, 0); in main()

Completed in 48 milliseconds

12