Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/include/asm/
Ducontext.h76 #define VFP_STORAGE_SIZE sizeof(struct vfp_sigframe) macro
/linux-2.6.39/arch/arm/kernel/
Dsignal.c185 const unsigned long size = VFP_STORAGE_SIZE; in preserve_vfp_context()
227 if (magic != VFP_MAGIC || size != VFP_STORAGE_SIZE) in restore_vfp_context()