Home
last modified time | relevance | path

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

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