Searched refs:CRUNCH_SIZE (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dfpstate.h89 #define CRUNCH_SIZE sizeof(struct crunch_state) macro
H A Ducontext.h40 #define CRUNCH_STORAGE_SIZE (CRUNCH_SIZE + 8)
/linux-4.4.14/arch/arm/mach-ep93xx/
H A Dcrunch-bits.S55 #define CRUNCH_SIZE 184 define
272 mov r2, #CRUNCH_SIZE
304 mov r2, #CRUNCH_SIZE
/linux-4.4.14/arch/arm/kernel/
H A Dptrace.c339 return copy_to_user(ufp, &thread->crunchstate, CRUNCH_SIZE) ptrace_getcrunchregs()
351 return copy_from_user(&thread->crunchstate, ufp, CRUNCH_SIZE) ptrace_setcrunchregs()

Completed in 123 milliseconds