Searched refs:crunch (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | crunch-bits.S | 3 * arch/arm/kernel/crunch-bits.S 57 * 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 201 * Back up crunch regs to save area and disable access to them 216 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area 217 ldr r1, [r3] @ get current crunch owne [all...] |
H A D | Makefile | 9 obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | ucontext.h | 96 struct crunch_sigframe crunch; member
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | signal.c | 34 /* the crunch context must be 64 bit aligned */ in preserve_crunch_context() 49 /* the crunch context must be 64 bit aligned */ in restore_crunch_context() 326 err |= preserve_crunch_context(&aux->crunch); in setup_sigframe()
|
Completed in 2 milliseconds