Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dfpstate.h86 #define CRUNCH_SIZE sizeof(struct crunch_state) macro
H A Ducontext.h48 #define CRUNCH_STORAGE_SIZE (CRUNCH_SIZE + 8)
/OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/
H A Dcrunch-bits.S52 #define CRUNCH_SIZE 184 macro
269 mov r2, #CRUNCH_SIZE
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dptrace.c330 return copy_to_user(ufp, &thread->crunchstate, CRUNCH_SIZE) in ptrace_getcrunchregs()
342 return copy_from_user(&thread->crunchstate, ufp, CRUNCH_SIZE) in ptrace_setcrunchregs()