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

/linux-master/arch/x86/boot/
H A Dstring.h33 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res);
H A Dstring.c353 * boot_kstrtoul - convert a string to an unsigned long
367 int boot_kstrtoul(const char *s, unsigned int base, unsigned long *res) function
/linux-master/arch/x86/boot/compressed/
H A Dacpi.c191 if (boot_kstrtoul(val, 16, &addr))

Completed in 128 milliseconds