Home
last modified time | relevance | path

Searched defs:FP_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/x86/um/shared/sysdep/
Dptrace_user.h15 #define FP_SIZE ((HOST_FPX_SIZE > HOST_FP_SIZE) ? HOST_FPX_SIZE : HOST_FP_SIZE) macro
17 #define FP_SIZE HOST_FP_SIZE macro
/linux-6.1.9/arch/arm/include/asm/
Dfpstate.h75 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) macro