Searched refs:crunch (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/arm/kernel/ |
D | crunch-bits.S | 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 211 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area 212 ldr r1, [r3] @ get current crunch owner 219 ldr r5, [r4, #0x80] @ enable access to crunch 231 mov r2, #0xaa @ disable access to crunch 255 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area [all …]
|
D | Makefile | 52 obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o
|
D | signal.c | 313 err |= restore_crunch_context(&aux->crunch); in restore_sigframe() 424 err |= preserve_crunch_context(&aux->crunch); in setup_sigframe()
|
/linux-2.6.39/arch/arm/include/asm/ |
D | ucontext.h | 88 struct crunch_sigframe crunch; member
|