Searched refs:VFP_MAGIC (Results 1 – 3 of 3) sorted by relevance
70 #define VFP_MAGIC 0x56465001 macro
83 #define VFP_MAGIC 0x56465001 macro154 compat_ulong_t magic = VFP_MAGIC; in compat_preserve_vfp_context()203 compat_ulong_t magic = VFP_MAGIC; in compat_restore_vfp_context()213 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in compat_restore_vfp_context()
138 const unsigned long magic = VFP_MAGIC; in preserve_vfp_context()160 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()