Home
last modified time | relevance | path

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

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