Home
last modified time | relevance | path

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

/linux/arch/x86/um/os-Linux/
A Dregisters.c35 iov.iov_len = FP_SIZE * sizeof(unsigned long); in save_fp_registers()
57 iov.iov_len = FP_SIZE * sizeof(unsigned long); in restore_fp_registers()
131 fp_regs = malloc(FP_SIZE * sizeof(unsigned long)); in arch_init_registers()
136 iov.iov_len = FP_SIZE * sizeof(unsigned long); in arch_init_registers()
/linux/arch/x86/um/shared/sysdep/
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
/linux/arch/arm/include/asm/
A Dfpstate.h78 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) macro
/linux/arch/um/os-Linux/
A Dregisters.c37 static unsigned long exec_fp_regs[FP_SIZE];
/linux/arch/um/include/asm/
A Dthread_info.h29 unsigned long aux_fp_regs[FP_SIZE]; /* auxiliary fp_regs to save/restore
/linux/arch/um/os-Linux/skas/
A Dprocess.c511 static unsigned long thread_fp_regs[FP_SIZE];

Completed in 16 milliseconds