to_save            57 arch/x86/include/asm/bootparam_utils.h 		const struct boot_params_to_save to_save[] = {
to_save            81 arch/x86/include/asm/bootparam_utils.h 		for (i = 0; i < ARRAY_SIZE(to_save); i++) {
to_save            82 arch/x86/include/asm/bootparam_utils.h 			memcpy(save_base + to_save[i].start,
to_save            83 arch/x86/include/asm/bootparam_utils.h 			       bp_base + to_save[i].start, to_save[i].len);