Home
last modified time | relevance | path

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

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