simple_strtoull 71 arch/ia64/kernel/err_inject.c name[cpu] = simple_strtoull(buf, NULL, 16); \ simple_strtoull 85 arch/ia64/kernel/err_inject.c unsigned long call_start = simple_strtoull(buf, NULL, 16); simple_strtoull 142 arch/ia64/kernel/err_inject.c u64 virt_addr=simple_strtoull(buf, NULL, 16); simple_strtoull 272 arch/powerpc/kernel/rtas-proc.c *val = simple_strtoull(buf, &end, 10); simple_strtoull 187 arch/s390/boot/ipl_parm.c val = simple_strtoull(str, &endp, 0); simple_strtoull 193 arch/s390/boot/ipl_parm.c endval = simple_strtoull(str, &endp, 0); simple_strtoull 99 arch/s390/boot/string.c return -simple_strtoull(cp + 1, endp, base); simple_strtoull 101 arch/s390/boot/string.c return simple_strtoull(cp, endp, base); simple_strtoull 330 arch/x86/boot/boot.h unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base); simple_strtoull 236 arch/x86/boot/compressed/kaslr.c max_gb_huge_pages = simple_strtoull(p, &p, 0); simple_strtoull 71 arch/x86/boot/early_serial_console.c port = simple_strtoull(arg + pos, &e, 16); simple_strtoull 92 arch/x86/boot/early_serial_console.c baud = simple_strtoull(arg + pos, &e, 0); simple_strtoull 133 arch/x86/boot/early_serial_console.c port = simple_strtoull(options + 12, &options, 0); simple_strtoull 135 arch/x86/boot/early_serial_console.c port = simple_strtoull(options + 8, &options, 0); simple_strtoull 140 arch/x86/boot/early_serial_console.c baud = simple_strtoull(options + 1, &options, 0); simple_strtoull 149 arch/x86/boot/string.c return -simple_strtoull(cp + 1, endp, base); simple_strtoull 151 arch/x86/boot/string.c return simple_strtoull(cp, endp, base); simple_strtoull 29 arch/x86/boot/string.h extern unsigned long long simple_strtoull(const char *cp, char **endp, simple_strtoull 130 arch/x86/kernel/cpu/mtrr/if.c base = simple_strtoull(line + 5, &ptr, 0); simple_strtoull 136 arch/x86/kernel/cpu/mtrr/if.c size = simple_strtoull(ptr + 5, &ptr, 0); simple_strtoull 948 arch/x86/kernel/e820.c from = simple_strtoull(p + 1, &p, 0); simple_strtoull 950 arch/x86/kernel/e820.c to = simple_strtoull(p + 1, &p, 0); simple_strtoull 180 arch/x86/kernel/early_printk.c baud = simple_strtoull(s, &e, 0); simple_strtoull 1077 block/bfq-cgroup.c v = simple_strtoull(buf, &endp, 0); simple_strtoull 100 drivers/firmware/efi/fake_mem.c attribute = simple_strtoull(p+1, &p, 0); simple_strtoull 319 drivers/pnp/interface.c *start = simple_strtoull(buf, &buf, 0); simple_strtoull 324 drivers/pnp/interface.c *end = simple_strtoull(buf, &buf, 0); simple_strtoull 283 drivers/s390/block/xpram.c size = simple_strtoull(sizes[i], &sizes_end, 0); simple_strtoull 335 drivers/s390/char/sclp_cpi_sys.c level = simple_strtoull(buf, &endp, 16); simple_strtoull 125 drivers/scsi/scsi_sysfs.c *val = simple_strtoull(src, &last, 0); simple_strtoull 2007 drivers/tty/serial/serial_core.c *addr = simple_strtoull(p, NULL, 0); simple_strtoull 478 drivers/usb/misc/yurex.c c = c2 = simple_strtoull(data, NULL, 0); simple_strtoull 172 drivers/xen/xen-balloon.c target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; simple_strtoull 1609 fs/ocfs2/cluster/heartbeat.c tmp = simple_strtoull(p, &p, 0); simple_strtoull 468 include/linux/kernel.h extern unsigned long long simple_strtoull(const char *,char **,unsigned int); simple_strtoull 364 kernel/debug/kdb/kdb_main.c val = simple_strtoull(arg, &endp, 0); simple_strtoull 368 kernel/debug/kdb/kdb_main.c val = simple_strtoull(arg, &endp, 16); simple_strtoull 129 lib/cmdline.c unsigned long long ret = simple_strtoull(ptr, &endptr, 0); simple_strtoull 76 lib/vsprintf.c EXPORT_SYMBOL(simple_strtoull); simple_strtoull 88 lib/vsprintf.c return simple_strtoull(cp, endp, base); simple_strtoull 120 lib/vsprintf.c return -simple_strtoull(cp + 1, endp, base); simple_strtoull 122 lib/vsprintf.c return simple_strtoull(cp, endp, base); simple_strtoull 3352 lib/vsprintf.c simple_strtoull(str, &next, base); simple_strtoull 7434 mm/page_alloc.c coremem = simple_strtoull(p, &endptr, 0); simple_strtoull 82 security/apparmor/procattr.c *token = simple_strtoull(args, &name, 16);