Home
last modified time | relevance | path

Searched refs:simple_strtoull (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-5.10/arch/x86/boot/
H 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()
H A Dstring.c115 * simple_strtoull - convert a string to an unsigned long long
120 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()
328 * Used as a replacement for the obsolete simple_strtoull. Return code must
365 * Used as a replacement for the simple_strtoull.
H A Dstring.h26 extern unsigned long long simple_strtoull(const char *cp, char **endp,
/kernel/linux/linux-6.6/arch/x86/boot/
H 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()
H A Dstring.c115 * simple_strtoull - convert a string to an unsigned long long
120 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()
328 * Used as a replacement for the obsolete simple_strtoull. Return code must
365 * Used as a replacement for the simple_strtoull.
H A Dstring.h28 extern unsigned long long simple_strtoull(const char *cp, char **endp,
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dstring.c64 * simple_strtoull - convert a string to an unsigned long long
70 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
99 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
101 return simple_strtoull(cp, endp, base); in simple_strtol()
H A Dipl_parm.c206 val = simple_strtoull(str, &endp, 0); in modify_fac_list()
212 endval = simple_strtoull(str, &endp, 0); in modify_fac_list()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dstring.c78 * simple_strtoull - convert a string to an unsigned long long
84 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base) in simple_strtoull() function
112 return -simple_strtoull(cp + 1, endp, base); in simple_strtol()
114 return simple_strtoull(cp, endp, base); in simple_strtol()
H A 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()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dstring.c65 * simple_strtoull - convert a string to an unsigned long long
71 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()
H A Dpgm_check_info.c44 start = simple_strtoull(pivot, &endp, 16); in findsym()
45 size = simple_strtoull(endp + 1, &endp, 16); in findsym()
H A Dipl_parm.c234 val = simple_strtoull(str, &endp, 0); in modify_fac_list()
240 endval = simple_strtoull(str, &endp, 0); in modify_fac_list()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dstring.c127 * simple_strtoull - convert a string to an unsigned long long
133 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()
H A 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()
/kernel/linux/linux-6.6/lib/
H A 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()
H A 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()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Derr_inject.c71 name[cpu] = simple_strtoull(buf, NULL, 16); \
85 unsigned long call_start = simple_strtoull(buf, NULL, 16); in store_call_start()
142 u64 virt_addr=simple_strtoull(buf, NULL, 16); in store_virtual_to_phys()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Derr_inject.c71 name[cpu] = simple_strtoull(buf, NULL, 16); \
85 unsigned long call_start = simple_strtoull(buf, NULL, 16); in store_call_start()
142 u64 virt_addr=simple_strtoull(buf, NULL, 16); in store_virtual_to_phys()
/kernel/linux/linux-5.10/security/apparmor/
H A Dprocattr.c82 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/kernel/linux/linux-6.6/security/apparmor/
H A Dprocattr.c79 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dfake_mem.c97 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
/kernel/linux/linux-5.10/lib/
H A Dcmdline.c129 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
/kernel/linux/linux-5.10/include/linux/
H A Dkstrtox.h147 extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
/kernel/linux/linux-6.6/drivers/xen/
H A Dxen-balloon.c171 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in target_kb_store()

Completed in 14 milliseconds

123