Searched refs:simple_strtoull (Results 1 – 12 of 12) sorted by relevance
| /arch/x86/boot/ |
| A D | early_serial_console.c | 71 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 D | string.c | 112 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 D | string.h | 27 extern unsigned long long simple_strtoull(const char *cp, char **endp,
|
| A D | boot.h | 308 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
|
| /arch/s390/boot/ |
| A D | alternative.c | 66 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 D | string.c | 99 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 D | ipl_parm.c | 223 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 D | printk.c | 136 start = simple_strtoull(pivot, &endp, 16); in findsym() 137 size = simple_strtoull(endp + 1, &endp, 16); in findsym()
|
| /arch/x86/kernel/cpu/mtrr/ |
| A D | if.c | 125 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 D | early_printk.c | 186 baud = simple_strtoull(s, &e, 0); in early_serial_init()
|
| A D | e820.c | 955 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 D | kaslr.c | 222 max_gb_huge_pages = simple_strtoull(p, &p, 0); in parse_gb_huge_pages()
|
Completed in 19 milliseconds