Home
last modified time | relevance | path

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

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