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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dfpstate.h67 #define IWMMXT_SIZE 0x98 macro
70 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)];
H A Ducontext.h52 #define IWMMXT_STORAGE_SIZE (IWMMXT_SIZE + 8)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dptrace.c738 return copy_to_user(ufp, &thread->fpstate.iwmmxt, IWMMXT_SIZE)
752 return copy_from_user(&thread->fpstate.iwmmxt, ufp, IWMMXT_SIZE)

Completed in 132 milliseconds