Searched refs:to_save (Results 1 – 1 of 1) sorted by relevance
57 const struct boot_params_to_save to_save[] = { in sanitize_boot_params() local81 for (i = 0; i < ARRAY_SIZE(to_save); i++) { in sanitize_boot_params()82 memcpy(save_base + to_save[i].start, in sanitize_boot_params()83 bp_base + to_save[i].start, to_save[i].len); in sanitize_boot_params()