Home
last modified time | relevance | path

Searched refs:simple_strtoull (Results 1 – 12 of 12) sorted by relevance

/arch/x86/boot/
A Dearly_serial_console.c71 port = simple_strtoull(arg + pos, &e, 16); in parse_earlyprintk()
92 baud = simple_strtoull(arg + pos, &e, 0); in parse_earlyprintk()
133 port = simple_strtoull(options + 12, &options, 0); in parse_console_uart8250()
135 port = simple_strtoull(options + 8, &options, 0); in parse_console_uart8250()
140 baud = simple_strtoull(options + 1, &options, 0); in parse_console_uart8250()
A Dstring.c112 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
140 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
142 return simple_strtoull(cp, endp, base); in simple_strtol()
A Dstring.h27 extern unsigned long long simple_strtoull(const char *cp, char **endp,
A Dboot.h308 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
/arch/s390/boot/
A Dalternative.c66 val = simple_strtoull(str, &endp, 0); in alt_debug_parse()
72 endval = simple_strtoull(str, &endp, 0); in alt_debug_parse()
121 type = simple_strtoull(str, &endp, 0); in alt_debug_setup()
A Dstring.c99 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
128 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
130 return simple_strtoull(cp, endp, base); in simple_strtol()
A Dipl_parm.c223 val = simple_strtoull(str, &endp, 0); in modify_fac_list()
229 endval = simple_strtoull(str, &endp, 0); in modify_fac_list()
320 boot_console_loglevel = simple_strtoull(val, NULL, 10); in parse_boot_command_line()
A Dprintk.c136 start = simple_strtoull(pivot, &endp, 16); in findsym()
137 size = simple_strtoull(endp + 1, &endp, 16); in findsym()
/arch/x86/kernel/cpu/mtrr/
A Dif.c125 base = simple_strtoull(line + 5, &ptr, 0); in mtrr_write()
131 size = simple_strtoull(ptr + 5, &ptr, 0); in mtrr_write()
/arch/x86/kernel/
A Dearly_printk.c186 baud = simple_strtoull(s, &e, 0); in early_serial_init()
A De820.c955 from = simple_strtoull(p + 1, &p, 0); in parse_memmap_one()
957 to = simple_strtoull(p + 1, &p, 0); in parse_memmap_one()
/arch/x86/boot/compressed/
A Dkaslr.c222 max_gb_huge_pages = simple_strtoull(p, &p, 0); in parse_gb_huge_pages()

Completed in 19 milliseconds