Searched refs:VFP_MAGIC (Results 1 – 3 of 3) sorted by relevance
37 #define VFP_MAGIC 0x56465001 macro98 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()
70 #define VFP_MAGIC 0x56465001 macro
141 kframe.magic = VFP_MAGIC; in preserve_vfp_context()160 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()