gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:save_fpuctx (0.00 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/cpu_cntl.c - 4.8KB - 183 lines
136:         if (tcb == knl_fpu_ctx) {
137:                 save_fpuctx(fpu);     /* save FPU context */
138:                 knl_fpu_ctx = NULL;
166: if (tcb == knl_fpu_ctx) { 167: save_fpuctx(fpu); /* save FPU context */ 168: }