Searched refs:fpstate (Results 1 – 2 of 2) sorted by relevance
15 static struct fpstate *current_fpstate[SMP_MAX_CPUS];19 struct fpstate *fpstate = &t->arch.fpstate; in arm64_fpu_load_state() local21 if (fpstate == current_fpstate[cpu] && fpstate->current_cpu == cpu) { in arm64_fpu_load_state()26 cpu, t->name, fpstate, fpstate->current_cpu, current_fpstate[cpu]); in arm64_fpu_load_state()27 fpstate->current_cpu = cpu; in arm64_fpu_load_state()28 current_fpstate[cpu] = fpstate; in arm64_fpu_load_state()50 :: "r"(fpstate), "r"(fpstate->fpcr), "r"(fpstate->fpsr)); in arm64_fpu_load_state()54 struct fpstate *fpstate = &t->arch.fpstate; in arm64_fpu_save_state() local73 : "=r"(fpstate->fpcr), "=r"(fpstate->fpsr) in arm64_fpu_save_state()74 : "r"(fpstate)); in arm64_fpu_save_state()[all …]
12 struct fpstate { struct21 struct fpstate fpstate; argument
Completed in 5 milliseconds