Searched refs:FP_SIZE (Results 1 – 6 of 6) sorted by relevance
36 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()
15 #define FP_SIZE ((HOST_FPX_SIZE > HOST_FP_SIZE) ? HOST_FPX_SIZE : HOST_FP_SIZE) macro17 #define FP_SIZE HOST_FP_SIZE macro
75 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) macro
37 static unsigned long exec_fp_regs[FP_SIZE];
26 unsigned long aux_fp_regs[FP_SIZE]; /* auxiliary fp_regs to save/restore
509 static unsigned long thread_fp_regs[FP_SIZE];
Completed in 10 milliseconds