Searched refs:crunch (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dcrunch-bits.S2 * arch/arm/kernel/crunch-bits.S
59 * Lazy switching of crunch coprocessor context
71 tst r1, #0x00800000 @ access to crunch enabled?
75 orr r1, r1, #0x00800000 @ enable access to crunch
79 add r0, r10, #TI_CRUNCH_STATE @ get task crunch save area
81 ldr r1, [r3] @ get current crunch owner
82 str r0, [r3] @ this task now owns crunch
196 * Back up crunch regs to save area and disable access to them
211 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area
212 ldr r1, [r3] @ get current crunch owne
[all...]
H A DMakefile24 obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o
H A Dsignal.c140 /* the crunch context must be 64 bit aligned */
153 /* the crunch context must be 64 bit aligned */
249 err |= restore_crunch_context(&aux->crunch);
364 err |= preserve_crunch_context(&aux->crunch);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Ducontext.h89 struct crunch_sigframe crunch; member in struct:aux_sigframe

Completed in 25 milliseconds