Searched refs:FP_SIZE (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/um/shared/sysdep/
H A Dptrace_user.h14 #define FP_SIZE ((HOST_FPX_SIZE > HOST_FP_SIZE) ? HOST_FPX_SIZE : HOST_FP_SIZE) macro
16 #define FP_SIZE HOST_FP_SIZE macro
/linux-4.4.14/arch/um/os-Linux/
H A Dregisters.c37 static unsigned long exec_fp_regs[FP_SIZE];
/linux-4.4.14/arch/arm/include/asm/
H A Dfpstate.h81 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) macro
/linux-4.4.14/arch/um/os-Linux/skas/
H A Dprocess.c93 unsigned long fpregs[FP_SIZE]; get_skas_faultinfo()
423 static unsigned long thread_fp_regs[FP_SIZE];

Completed in 233 milliseconds