Home
last modified time | relevance | path

Searched refs:fpstate (Results 1 – 2 of 2) sorted by relevance

/lk-master/arch/arm64/
A Dfpu.c15 static struct fpstate *current_fpstate[SMP_MAX_CPUS];
19 struct fpstate *fpstate = &t->arch.fpstate; in arm64_fpu_load_state() local
21 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() local
73 : "=r"(fpstate->fpcr), "=r"(fpstate->fpsr) in arm64_fpu_save_state()
74 : "r"(fpstate)); in arm64_fpu_save_state()
[all …]
/lk-master/arch/arm64/include/arch/
A Darch_thread.h12 struct fpstate { struct
21 struct fpstate fpstate; argument

Completed in 5 milliseconds