Home
last modified time | relevance | path

Searched refs:boot_kstrtoul (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dstring.h33 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res);
H A Dstring.c367 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res) in boot_kstrtoul() function
/openbmc/linux/arch/x86/boot/compressed/
H A Dacpi.c189 if (boot_kstrtoul(val, 16, &addr)) in get_cmdline_acpi_rsdp()