Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/shared/sysdep/
H A 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
/openbmc/linux/arch/arm/include/asm/
H A Dfpstate.h75 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h20 #define FP_SIZE 35 macro