Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dfpstate.h64 #define IWMMXT_SIZE 0x98 macro
67 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)];
H A Ducontext.h60 #define IWMMXT_STORAGE_SIZE (IWMMXT_SIZE + 8)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dfpstate.h61 #define IWMMXT_SIZE 0x98 macro
64 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)];
H A Ducontext.h49 #define IWMMXT_STORAGE_SIZE (IWMMXT_SIZE + 8)
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dptrace.c301 return copy_to_user(ufp, &thread->fpstate.iwmmxt, IWMMXT_SIZE) in ptrace_getwmmxregs()
315 return copy_from_user(&thread->fpstate.iwmmxt, ufp, IWMMXT_SIZE) in ptrace_setwmmxregs()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dptrace.c301 return copy_to_user(ufp, &thread->fpstate.iwmmxt, IWMMXT_SIZE) in ptrace_getwmmxregs()
315 return copy_from_user(&thread->fpstate.iwmmxt, ufp, IWMMXT_SIZE) in ptrace_setwmmxregs()

Completed in 4 milliseconds