Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsignal32.c37 #define VFP_MAGIC 0x56465001 macro
98 compat_ulong_t magic = VFP_MAGIC; in compat_preserve_vfp_context()
147 compat_ulong_t magic = VFP_MAGIC; in compat_restore_vfp_context()
157 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in compat_restore_vfp_context()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Ducontext.h70 #define VFP_MAGIC 0x56465001 macro
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsignal.c141 kframe.magic = VFP_MAGIC; in preserve_vfp_context()
160 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()