Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/um/os-Linux/
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-v4.19/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-v4.19/arch/arm/include/asm/
Dfpstate.h81 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) macro
/Linux-v4.19/arch/um/os-Linux/
Dregisters.c37 static unsigned long exec_fp_regs[FP_SIZE];
/Linux-v4.19/arch/um/include/asm/
Dthread_info.h29 unsigned long aux_fp_regs[FP_SIZE]; /* auxiliary fp_regs to save/restore
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c448 static unsigned long thread_fp_regs[FP_SIZE];