Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/include/asm/
Ducontext.h61 struct vfp_sigframe struct
73 #define VFP_STORAGE_SIZE sizeof(struct vfp_sigframe) argument
88 struct vfp_sigframe vfp;
/linux-6.1.9/arch/arm/kernel/
Dsignal.c101 static int preserve_vfp_context(struct vfp_sigframe __user *frame) in preserve_vfp_context()
103 struct vfp_sigframe kframe; in preserve_vfp_context()
119 struct vfp_sigframe frame; in restore_vfp_context()