Searched refs:fpstate (Results 1 – 2 of 2) sorted by relevance
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()53 :: "r"(fpstate), "r"((uint64_t)fpstate->fpcr), "r"((uint64_t)fpstate->fpsr)); in arm64_fpu_load_state()57 struct fpstate *fpstate = &t->arch.fpstate; in arm64_fpu_save_state() local81 : "r"(fpstate)); in arm64_fpu_save_state()82 fpstate->fpcr = (uint32_t)fpcr; in arm64_fpu_save_state()83 fpstate->fpsr = (uint32_t)fpsr; in arm64_fpu_save_state()[all …]
12 struct fpstate { struct21 struct fpstate fpstate; argument
Completed in 5 milliseconds