Home
last modified time | relevance | path

Searched refs:FP_SIZE (Results 1 - 12 of 12) sorted by relevance

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

Completed in 4 milliseconds