Home
last modified time | relevance | path

Searched refs:VFP_STORAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
Ducontext.h76 #define VFP_STORAGE_SIZE sizeof(struct vfp_sigframe) macro
/linux-4.4.14/arch/arm64/kernel/
Dsignal32.c83 #define VFP_STORAGE_SIZE sizeof(struct compat_vfp_sigframe) macro
238 compat_ulong_t size = VFP_STORAGE_SIZE; in compat_preserve_vfp_context()
287 compat_ulong_t size = VFP_STORAGE_SIZE; in compat_restore_vfp_context()
296 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in compat_restore_vfp_context()
/linux-4.4.14/arch/arm/kernel/
Dsignal.c98 const unsigned long size = VFP_STORAGE_SIZE; in preserve_vfp_context()
121 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in restore_vfp_context()