Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-ep93xx/
Dcrunch-bits.S74 tst r1, #0x00800000 @ access to crunch enabled?
78 orr r1, r1, #0x00800000 @ enable access to crunch
82 add r0, r10, #TI_CRUNCH_STATE @ get task crunch save area
84 ldr r1, [r3] @ get current crunch owner
85 str r0, [r3] @ this task now owns crunch
219 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area
220 ldr r1, [r3] @ get current crunch owner
227 ldr r5, [r4, #0x80] @ enable access to crunch
239 mov r2, #0xaa @ disable access to crunch
263 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area
[all …]
DMakefile8 obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o
/linux-4.1.27/arch/arm/include/asm/
Ducontext.h88 struct crunch_sigframe crunch; member
/linux-4.1.27/arch/arm/kernel/
Dsignal.c175 err |= restore_crunch_context(&aux->crunch); in restore_sigframe()
286 err |= preserve_crunch_context(&aux->crunch); in setup_sigframe()