Searched refs:fpexc (Results 1 – 5 of 5) sorted by relevance
55 frame->fpexc |= (1<<30); in arm_fpu_undefined_instruction()62 t->arch.fpexc = (1<<30); in arm_fpu_thread_initialize()75 uint32_t fpexc; in arm_fpu_thread_swap() local76 fpexc = read_fpexc(); in arm_fpu_thread_swap()78 oldthread->arch.fpexc = fpexc; in arm_fpu_thread_swap()107 write_fpexc(newthread->arch.fpexc); in arm_fpu_thread_swap()
38 vmrs \temp1, fpexc44 vmsr fpexc, \temp152 vmsr fpexc, \temp1
16 vmrs \scratchreg, fpexc18 vmsr fpexc, \scratchreg
21 uint32_t fpexc; member
66 uint32_t fpexc; member82 uint32_t fpexc; member
Completed in 7 milliseconds