simple_strtoull
type = simple_strtoull(str, &endp, 0);
val = simple_strtoull(str, &endp, 0);
endval = simple_strtoull(str, &endp, 0);
val = simple_strtoull(str, &endp, 0);
endval = simple_strtoull(str, &endp, 0);
boot_console_loglevel = simple_strtoull(val, NULL, 10);
start = simple_strtoull(pivot, &endp, 16);
size = simple_strtoull(endp + 1, &endp, 16);
return -simple_strtoull(cp + 1, endp, base);
return simple_strtoull(cp, endp, base);
unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
max_gb_huge_pages = simple_strtoull(p, &p, 0);
port = simple_strtoull(options + 12, &options, 0);
port = simple_strtoull(options + 8, &options, 0);
baud = simple_strtoull(options + 1, &options, 0);
port = simple_strtoull(arg + pos, &e, 16);
baud = simple_strtoull(arg + pos, &e, 0);
return -simple_strtoull(cp + 1, endp, base);
return simple_strtoull(cp, endp, base);
extern unsigned long long simple_strtoull(const char *cp, char **endp,
base = simple_strtoull(line + 5, &ptr, 0);
size = simple_strtoull(ptr + 5, &ptr, 0);
from = simple_strtoull(p + 1, &p, 0);
to = simple_strtoull(p + 1, &p, 0);
baud = simple_strtoull(s, &e, 0);
v = simple_strtoull(buf, &endp, 0);
ae = simple_strtoull(str, &end, 10);
m = simple_strtoull(option, &option, 0);
w = simple_strtoull(option, &option, 10);
h = simple_strtoull(option, &option, 10);
d = simple_strtoull(option, &option, 10);
return -simple_strtoull(cp + 1, endp, base);
return simple_strtoull(cp, endp, base);
*start = simple_strtoull(buf, &buf, 0);
*end = simple_strtoull(buf, &buf, 0);
level = simple_strtoull(buf, &endp, 16);
*val = simple_strtoull(src, &last, 0);
*addr = simple_strtoull(p, NULL, 0);
c = c2 = simple_strtoull(data, NULL, 0);
target_bytes = simple_strtoull(buf, &endchar, 0) * 1024;
extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
unsigned long long ret = simple_strtoull(ptr, &endptr, 0);
value = -simple_strtoull(++cur, str, 0);
value = simple_strtoull(cur, str, 0);
test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 10);
test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 0);
test_simple_strtoxx(unsigned long long, simple_strtoull, "%llx", 16);
test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 16);
test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 0);
EXPORT_SYMBOL(simple_strtoull);
return simple_strtoull(cp, endp, base);
coremem = simple_strtoull(p, &endptr, 0);
*token = simple_strtoull(args, &name, 16);