Searched refs:boot_kstrtoul (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | string.h | 30 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res);
|
H A D | string.c | 367 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res) in boot_kstrtoul() function
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | string.h | 33 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res);
|
H A D | string.c | 353 * boot_kstrtoul - convert a string to an unsigned long 367 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res) in boot_kstrtoul() function
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | acpi.c | 189 if (boot_kstrtoul(val, 16, &addr)) in get_cmdline_acpi_rsdp()
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | acpi.c | 295 if (boot_kstrtoul(val, 16, &addr)) in get_cmdline_acpi_rsdp()
|
Completed in 4 milliseconds