data_from_kernel
bool data_from_kernel(const char *sym, void *buf, size_t len);
if (data_from_kernel("boot_params", &bp, sizeof(bp))) {