Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/x86/boot/
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()
Dstring.c120 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
148 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
150 return simple_strtoull(cp, endp, base); in simple_strtol()
Dstring.h28 extern unsigned long long simple_strtoull(const char *cp, char **endp,
Dboot.h309 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
/linux-6.6.21/arch/s390/boot/
Dstring.c71 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
100 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
102 return simple_strtoull(cp, endp, base); in simple_strtol()
Dpgm_check_info.c44 start = simple_strtoull(pivot, &endp, 16); in findsym()
45 size = simple_strtoull(endp + 1, &endp, 16); in findsym()
Dipl_parm.c234 val = simple_strtoull(str, &endp, 0); in modify_fac_list()
240 endval = simple_strtoull(str, &endp, 0); in modify_fac_list()
/linux-6.6.21/drivers/firmware/efi/libstub/
Dstring.c133 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
161 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
163 return simple_strtoull(cp, endp, base); in simple_strtol()
Dgop.c45 m = simple_strtoull(option, &option, 0); in parse_modenum()
62 w = simple_strtoull(option, &option, 10); in parse_res()
65 h = simple_strtoull(option, &option, 10); in parse_res()
75 d = simple_strtoull(option, &option, 10); in parse_res()
/linux-6.6.21/lib/
Dcmdline.c64 value = -simple_strtoull(++cur, str, 0); in get_option()
66 value = simple_strtoull(cur, str, 0); in get_option()
154 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
Dtest_scanf.c723 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 10); in test_simple_strtoull()
724 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llu", 0); in test_simple_strtoull()
725 test_simple_strtoxx(unsigned long long, simple_strtoull, "%llx", 16); in test_simple_strtoull()
726 test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 16); in test_simple_strtoull()
727 test_simple_strtoxx(unsigned long long, simple_strtoull, "0x%llx", 0); in test_simple_strtoull()
/linux-6.6.21/arch/ia64/kernel/
Derr_inject.c71 name[cpu] = simple_strtoull(buf, NULL, 16); \
85 unsigned long call_start = simple_strtoull(buf, NULL, 16); in show()
142 u64 virt_addr=simple_strtoull(buf, NULL, 16); in store_virtual_to_phys()
/linux-6.6.21/security/apparmor/
Dprocattr.c79 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/linux-6.6.21/arch/x86/kernel/cpu/mtrr/
Dif.c127 base = simple_strtoull(line + 5, &ptr, 0); in mtrr_write()
133 size = simple_strtoull(ptr + 5, &ptr, 0); in mtrr_write()
/linux-6.6.21/drivers/pnp/
Dinterface.c320 *start = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
325 *end = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
/linux-6.6.21/arch/x86/platform/efi/
Dfake_mem.c100 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
/linux-6.6.21/include/linux/
Dkstrtox.h147 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
/linux-6.6.21/drivers/xen/
Dxen-balloon.c171 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in target_kb_store()
/linux-6.6.21/arch/x86/kernel/
Dearly_printk.c177 baud = simple_strtoull(s, &e, 0); in early_serial_init()
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()
/linux-6.6.21/drivers/s390/char/
Dsclp_cpi_sys.c335 level = simple_strtoull(buf, &endp, 16); in system_level_store()
/linux-6.6.21/drivers/usb/misc/
Dyurex.c477 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
/linux-6.6.21/arch/x86/boot/compressed/
Dkaslr.c249 max_gb_huge_pages = simple_strtoull(p, &p, 0); in parse_gb_huge_pages()
/linux-6.6.21/Documentation/process/
Ddeprecated.rst112 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
115 simple_strtoul(), and simple_strtoull() functions
/linux-6.6.21/Documentation/translations/it_IT/process/
Ddeprecated.rst121 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
124 simple_strtoul(), e simple_strtoull() ignorano volutamente

12