Home
last modified time | relevance | path

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

/arch/arm64/
A Dfpu.c19 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()
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() local
81 : "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 …]
/arch/arm64/include/arch/
A Darch_thread.h12 struct fpstate { struct
21 struct fpstate fpstate; argument

Completed in 5 milliseconds