Home
last modified time | relevance | path

Searched refs:to_save (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dbootparam_utils.h57 const struct boot_params_to_save to_save[] = { in sanitize_boot_params() local
82 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()
/linux/arch/arm64/kvm/
H A Dfpsimd.c99 fp_state.to_save = FP_STATE_SVE;
101 fp_state.to_save = FP_STATE_FPSIMD; in kvm_arch_vcpu_put_fp()
/linux/arch/x86/kvm/svm/
H A Dnested.c1203 void svm_copy_vmrun_state(struct vmcb_save_area *to_save,
1206 to_save->es = from_save->es; in nested_svm_vmexit_update_vmcb12()
1207 to_save->cs = from_save->cs; in nested_svm_vmexit_update_vmcb12()
1208 to_save->ss = from_save->ss; in nested_svm_vmexit_update_vmcb12()
1209 to_save->ds = from_save->ds; in nested_svm_vmexit_update_vmcb12()
1210 to_save->gdtr = from_save->gdtr; in nested_svm_vmexit_update_vmcb12()
1211 to_save->idtr = from_save->idtr; in nested_svm_vmexit_update_vmcb12()
1212 to_save->rflags = from_save->rflags | X86_EFLAGS_FIXED; in nested_svm_vmexit_update_vmcb12()
1213 to_save->efer = from_save->efer; in nested_svm_vmexit_update_vmcb12()
1214 to_save in nested_svm_vmexit_update_vmcb12()
1157 svm_copy_vmrun_state(struct vmcb_save_area * to_save,struct vmcb_save_area * from_save) svm_copy_vmrun_state() argument
[all...]
H A Dsvm.h876 void svm_copy_vmrun_state(struct vmcb_save_area *to_save,
/linux/arch/arm64/kernel/
H A Dentry-common.c265 __this_cpu_write(fpsimd_last_state.to_save, FP_STATE_FPSIMD); in fpsimd_syscall_enter()
275 * CPU. The fpsimd_last_state.to_save value is either: in fpsimd_syscall_exit()
285 __this_cpu_write(fpsimd_last_state.to_save, FP_STATE_CURRENT); in fpsimd_syscall_exit()