Searched refs:to_save (Results 1 – 4 of 4) sorted by relevance
57 const struct boot_params_to_save to_save[] = { in sanitize_boot_params() local82 for (i = 0; i < ARRAY_SIZE(to_save); i++) { in sanitize_boot_params()83 memcpy(save_base + to_save[i].start, in sanitize_boot_params()84 bp_base + to_save[i].start, to_save[i].len); in sanitize_boot_params()
85 fp_state.to_save = FP_STATE_SVE; in kvm_arch_vcpu_ctxsync_fp()87 fp_state.to_save = FP_STATE_FPSIMD; in kvm_arch_vcpu_ctxsync_fp()
1166 void svm_copy_vmrun_state(struct vmcb_save_area *to_save, in svm_copy_vmrun_state() argument1169 to_save->es = from_save->es; in svm_copy_vmrun_state()1170 to_save->cs = from_save->cs; in svm_copy_vmrun_state()1171 to_save->ss = from_save->ss; in svm_copy_vmrun_state()1172 to_save->ds = from_save->ds; in svm_copy_vmrun_state()1173 to_save->gdtr = from_save->gdtr; in svm_copy_vmrun_state()1174 to_save->idtr = from_save->idtr; in svm_copy_vmrun_state()1175 to_save->rflags = from_save->rflags | X86_EFLAGS_FIXED; in svm_copy_vmrun_state()1176 to_save->efer = from_save->efer; in svm_copy_vmrun_state()1177 to_save->cr0 = from_save->cr0; in svm_copy_vmrun_state()[all …]
851 void svm_copy_vmrun_state(struct vmcb_save_area *to_save,