Searched refs:to_save (Results 1 – 3 of 3) 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()
733 to_save->es = from_save->es; in svm_copy_vmrun_state()734 to_save->cs = from_save->cs; in svm_copy_vmrun_state()735 to_save->ss = from_save->ss; in svm_copy_vmrun_state()736 to_save->ds = from_save->ds; in svm_copy_vmrun_state()741 to_save->cr0 = from_save->cr0; in svm_copy_vmrun_state()742 to_save->cr3 = from_save->cr3; in svm_copy_vmrun_state()743 to_save->cr4 = from_save->cr4; in svm_copy_vmrun_state()744 to_save->rax = from_save->rax; in svm_copy_vmrun_state()745 to_save->rsp = from_save->rsp; in svm_copy_vmrun_state()746 to_save->rip = from_save->rip; in svm_copy_vmrun_state()[all …]
477 void svm_copy_vmrun_state(struct vmcb_save_area *to_save,
Completed in 6 milliseconds