Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Ducontext.h59 #define VFP_MAGIC 0x56465001 macro
/linux/arch/arm/kernel/
H A Dsignal.c108 kframe.magic = VFP_MAGIC; in preserve_vfp_context()
127 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()