Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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.h26 extern unsigned long long simple_strtoull(const char *cp, char **endp,
Dboot.h330 unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Dstring.c84 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()
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-5.10/arch/s390/boot/
Dstring.c70 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()
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/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()
/kernel/linux/linux-5.10/security/apparmor/
Dprocattr.c82 *token = simple_strtoull(args, &name, 16); in split_token_from_name()
/kernel/linux/linux-5.10/drivers/firmware/efi/
Dfake_mem.c97 attribute = simple_strtoull(p+1, &p, 0); in setup_fake_mem()
/kernel/linux/linux-5.10/lib/
Dcmdline.c129 unsigned long long ret = simple_strtoull(ptr, &endptr, 0); in memparse()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/pnp/
Dinterface.c319 *start = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
324 *end = simple_strtoull(buf, &buf, 0); in pnp_get_resource_value()
/kernel/linux/linux-5.10/drivers/xen/
Dxen-balloon.c172 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/s390/block/
Dxpram.c284 size = simple_strtoull(sizes[i], &sizes_end, 0); in xpram_setup_sizes()
/kernel/linux/linux-5.10/net/netfilter/
Dxt_quota2.c115 e->quota = simple_strtoull(buf, NULL, 0); in quota_proc_write()
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_cpi_sys.c335 level = simple_strtoull(buf, &endp, 16); in system_level_store()
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Ddeprecated.rst102 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
105 simple_strtoul(), e simple_strtoull() ignorano volutamente
/kernel/linux/linux-5.10/drivers/usb/misc/
Dyurex.c476 c = c2 = simple_strtoull(data, NULL, 0); in yurex_write()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dkaslr.c253 max_gb_huge_pages = simple_strtoull(p, &p, 0); in parse_gb_huge_pages()
/kernel/linux/linux-5.10/Documentation/process/
Ddeprecated.rst97 simple_strtol(), simple_strtoll(), simple_strtoul(), simple_strtoull()
100 simple_strtoul(), and simple_strtoull() functions
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Drtas-proc.c272 *val = simple_strtoull(buf, &end, 10); in parse_number()

12