Searched refs:VFP_MAGIC (Results 1 – 3 of 3) sorted by relevance
62 #define VFP_MAGIC 0x56465001 macro
82 #define VFP_MAGIC 0x56465001 macro237 compat_ulong_t magic = VFP_MAGIC; in compat_preserve_vfp_context()286 compat_ulong_t magic = VFP_MAGIC; in compat_restore_vfp_context()296 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in compat_restore_vfp_context()
97 const unsigned long magic = VFP_MAGIC; in preserve_vfp_context()121 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in restore_vfp_context()