Home
last modified time | relevance | path

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

/arch/arm/mach-ep93xx/
Dcrunch-bits.S71 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
216 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area
217 ldr r1, [r3] @ get current crunch owner
224 ldr r5, [r4, #0x80] @ enable access to crunch
236 mov r2, #0xaa @ disable access to crunch
260 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area
[all …]
DMakefile9 obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o
/arch/arm/include/asm/
Ducontext.h96 struct crunch_sigframe crunch; member
/arch/arm/kernel/
Dsignal.c326 err |= preserve_crunch_context(&aux->crunch); in setup_sigframe()