Home
last modified time | relevance | path

Searched refs:IWMMXT_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/include/asm/
A Dfpstate.h64 #define IWMMXT_SIZE 0x98 macro
67 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)];
A Ducontext.h49 #define IWMMXT_STORAGE_SIZE (IWMMXT_SIZE + 8)
/linux/arch/arm/kernel/
A Dptrace.c302 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