Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/arm64/kvm/
H A Dfpsimd.c111 fp_state.to_save = FP_STATE_SVE; in kvm_arch_vcpu_ctxsync_fp()
113 fp_state.to_save = FP_STATE_FPSIMD; in kvm_arch_vcpu_ctxsync_fp()
/linux-6.15/arch/x86/kvm/svm/
H A Dnested.c938 to_save->es = from_save->es; in svm_copy_vmrun_state()
939 to_save->cs = from_save->cs; in svm_copy_vmrun_state()
940 to_save->ss = from_save->ss; in svm_copy_vmrun_state()
941 to_save->ds = from_save->ds; in svm_copy_vmrun_state()
946 to_save->cr0 = from_save->cr0; in svm_copy_vmrun_state()
947 to_save->cr3 = from_save->cr3; in svm_copy_vmrun_state()
948 to_save->cr4 = from_save->cr4; in svm_copy_vmrun_state()
949 to_save->rax = from_save->rax; in svm_copy_vmrun_state()
950 to_save->rsp = from_save->rsp; in svm_copy_vmrun_state()
951 to_save->rip = from_save->rip; in svm_copy_vmrun_state()
[all …]
H A Dsvm.h677 void svm_copy_vmrun_state(struct vmcb_save_area *to_save,
/linux-6.15/arch/arm64/kernel/
H A Dfpsimd.c460 if ((last->to_save == FP_STATE_CURRENT && test_thread_flag(TIF_SVE) && in fpsimd_save_user_state()
462 last->to_save == FP_STATE_SVE) { in fpsimd_save_user_state()
1530 .to_save = FP_STATE_FPSIMD, in fpsimd_save_kernel_state()
1715 last->to_save = FP_STATE_CURRENT; in fpsimd_bind_task_to_cpu()
/linux-6.15/arch/arm64/include/asm/
H A Dfpsimd.h93 enum fp_type to_save; member