Searched refs:VFP_MAGIC (Results 1 – 3 of 3) sorted by relevance
59 #define VFP_MAGIC 0x56465001 macro
37 #define VFP_MAGIC 0x56465001 macro96 compat_ulong_t magic = VFP_MAGIC; in compat_preserve_vfp_context()145 compat_ulong_t magic = VFP_MAGIC; in compat_restore_vfp_context()155 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in compat_restore_vfp_context()
107 kframe.magic = VFP_MAGIC; in preserve_vfp_context()126 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()