Lines Matching refs:data
281 char *data;
289 data = (char *)initrd_end - BOOTCONFIG_MAGIC_LEN;
295 if (!memcmp(data, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN)) {
298 data--;
303 hdr = (u32 *)(data - 8);
307 data = ((void *)hdr) - size;
308 if ((unsigned long)data < initrd_start) {
314 initrd_end = (unsigned long)data;
322 return data;
433 char *data, *copy, *err;
436 /* Cut out the bootconfig data even if we have no bootconfig option */
437 data = get_boot_config_from_initrd(&size, &csum);
451 if (!data) {
461 if (boot_config_checksum((unsigned char *)data, size) != csum) {
472 memcpy(copy, data, size);
496 /* Remove bootconfig data from initrd */
1041 * not cause "plain-text" data to be decrypted when accessed.
1193 static __init_or_module void trace_initcall_start_cb(void *data, initcall_t fn)
1195 ktime_t *calltime = (ktime_t *)data;
1201 static __init_or_module void trace_initcall_finish_cb(void *data, initcall_t fn, int ret)
1203 ktime_t *calltime = (ktime_t *)data;