Searched refs:last_VFP_context (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpmodule.c32 union vfp_state *last_VFP_context[NR_CPUS]; variable in typeref:union:vfp_state
56 if ((fpexc & FPEXC_ENABLE) && last_VFP_context[cpu]) {
57 vfp_save_state(last_VFP_context[cpu], fpexc);
58 last_VFP_context[cpu]->hard.cpu = cpu;
66 last_VFP_context[cpu] = NULL;
94 if (last_VFP_context[cpu] == vfp)
95 last_VFP_context[cpu] = NULL;
H A Dvfphw.S83 ldr r4, [r3, r11, lsl #2] @ last_VFP_context pointer
115 str r10, [r3, r11, lsl #2] @ update the last_VFP_context pointer
188 .word last_VFP_context

Completed in 92 milliseconds