Searched refs:IWMMXT_SIZE (Results 1 – 3 of 3) sorted by relevance
64 #define IWMMXT_SIZE 0x98 macro67 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)];
49 #define IWMMXT_STORAGE_SIZE (IWMMXT_SIZE + 8)
302 return copy_to_user(ufp, &thread->fpstate.iwmmxt, IWMMXT_SIZE) in ptrace_getwmmxregs()316 return copy_from_user(&thread->fpstate.iwmmxt, ufp, IWMMXT_SIZE) in ptrace_setwmmxregs()
Completed in 6 milliseconds