Searched refs:CRUNCH_SIZE (Results 1 – 4 of 4) sorted by relevance
86 #define CRUNCH_SIZE sizeof(struct crunch_state) macro
48 #define CRUNCH_STORAGE_SIZE (CRUNCH_SIZE + 8)
52 #define CRUNCH_SIZE 184 macro269 mov r2, #CRUNCH_SIZE
330 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()