Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/
Dfpstate.h23 struct vfp_hard_struct { struct
46 struct vfp_hard_struct hard; argument
/kernel/linux/linux-5.10/arch/arm/vfp/
Dvfpmodule.c552 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate()
590 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_restore_user_hwstate()
/kernel/linux/linux-5.10/arch/arm/kernel/
Dptrace.c644 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get()
666 struct vfp_hard_struct new_vfp; in vfp_set()