Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/
H A Dsignal.c92 #define TARGET_VFP_MAGIC 0x56465001 macro
258 __put_user(TARGET_VFP_MAGIC, &vfpframe->magic); in setup_sigframe_vfp()
418 if (magic != TARGET_VFP_MAGIC || sz != sizeof(*vfpframe)) { in restore_sigframe_vfp()