Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Ducontext.h73 #define VFP_STORAGE_SIZE sizeof(struct vfp_sigframe) macro
/linux/arch/arm/kernel/
H A Dsignal.c109 kframe.size = VFP_STORAGE_SIZE; in preserve_vfp_context()
127 if (frame.magic != VFP_MAGIC || frame.size != VFP_STORAGE_SIZE) in restore_vfp_context()