Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
DMakefile9 obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o
/Linux-v4.19/arch/arm/include/asm/
Ducontext.h96 struct crunch_sigframe crunch; member
/Linux-v4.19/arch/arm/kernel/
Dsignal.c321 err |= preserve_crunch_context(&aux->crunch); in setup_sigframe()