Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/include/asm/
Dfpstate.h23 struct vfp_hard_struct { struct
46 struct vfp_hard_struct hard; argument
/linux-6.1.9/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()
/linux-6.1.9/arch/arm/kernel/
Dptrace.c618 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get()
640 struct vfp_hard_struct new_vfp; in vfp_set()