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

/linux-master/arch/x86/include/asm/
H A Dbootparam_utils.h57 const struct boot_params_to_save to_save[] = { local
82 for (i = 0; i < ARRAY_SIZE(to_save); i++) {
83 memcpy(save_base + to_save[i].start,
84 bp_base + to_save[i].start, to_save[i].len);
/linux-master/arch/arm64/kvm/
H A Dfpsimd.c160 fp_state.to_save = FP_STATE_SVE;
162 fp_state.to_save = FP_STATE_FPSIMD;
/linux-master/arch/x86/kvm/svm/
H A Dnested.c931 void svm_copy_vmrun_state(struct vmcb_save_area *to_save, argument
934 to_save->es = from_save->es;
935 to_save->cs = from_save->cs;
936 to_save->ss = from_save->ss;
937 to_save->ds = from_save->ds;
938 to_save->gdtr = from_save->gdtr;
939 to_save->idtr = from_save->idtr;
940 to_save->rflags = from_save->rflags | X86_EFLAGS_FIXED;
941 to_save->efer = from_save->efer;
942 to_save
[all...]
H A Dsvm.h597 void svm_copy_vmrun_state(struct vmcb_save_area *to_save,
/linux-master/arch/arm64/include/asm/
H A Dfpsimd.h94 enum fp_type to_save; member in struct:cpu_fp_state
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c435 * ensured that the type of registers to save is set in last->to_save.
460 if ((last->to_save == FP_STATE_CURRENT && test_thread_flag(TIF_SVE) &&
462 last->to_save == FP_STATE_SVE) {
1529 .to_save = FP_STATE_FPSIMD,
1718 last->to_save = FP_STATE_CURRENT;

Completed in 137 milliseconds