Home
last modified time | relevance | path

Searched refs:FP_SIZE (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/um/os-Linux/
H A Dregisters.c36 iov.iov_len = FP_SIZE * sizeof(unsigned long); in save_fp_registers()
58 iov.iov_len = FP_SIZE * sizeof(unsigned long); in restore_fp_registers()
132 fp_regs = malloc(FP_SIZE * sizeof(unsigned long)); in arch_init_registers()
137 iov.iov_len = FP_SIZE * sizeof(unsigned long); in arch_init_registers()
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h20 #define FP_SIZE 35 macro
23 unsigned int save[FP_SIZE]; /* as yet undefined */
27 unsigned int save[FP_SIZE]; /* undefined information */
/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/linux/arch/um/os-Linux/
H A Dregisters.c37 static unsigned long exec_fp_regs[FP_SIZE];
/openbmc/linux/arch/um/include/asm/
H A Dthread_info.h26 unsigned long aux_fp_regs[FP_SIZE]; /* auxiliary fp_regs to save/restore
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c509 static unsigned long thread_fp_regs[FP_SIZE];