Home
last modified time | relevance | path

Searched refs:VFP_STORAGE_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsignal32.c38 #define VFP_STORAGE_SIZE sizeof(struct compat_vfp_sigframe) macro
99 compat_ulong_t size = VFP_STORAGE_SIZE; in compat_preserve_vfp_context()
148 compat_ulong_t size = VFP_STORAGE_SIZE; in compat_restore_vfp_context()
157 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in compat_restore_vfp_context()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Ducontext.h73 #define VFP_STORAGE_SIZE sizeof(struct vfp_sigframe) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ducontext.h84 #define VFP_STORAGE_SIZE sizeof(struct vfp_sigframe) macro
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsignal32.c38 #define VFP_STORAGE_SIZE sizeof(struct compat_vfp_sigframe) macro
97 compat_ulong_t size = VFP_STORAGE_SIZE; in compat_preserve_vfp_context()
146 compat_ulong_t size = VFP_STORAGE_SIZE; in compat_restore_vfp_context()
155 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in compat_restore_vfp_context()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsignal.c142 kframe.size = VFP_STORAGE_SIZE; in preserve_vfp_context()
160 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsignal.c109 kframe.size = VFP_STORAGE_SIZE; in preserve_vfp_context()
127 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()

Completed in 5 milliseconds