Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/
Dfpstate.h23 struct vfp_hard_struct { struct
46 struct vfp_hard_struct hard; argument
Dkvm_hyp.h112 asmlinkage void __vfp_save_state(struct vfp_hard_struct *vfp);
113 asmlinkage void __vfp_restore_state(struct vfp_hard_struct *vfp);
Dkvm_host.h139 struct vfp_hard_struct vfp;
/Linux-v5.4/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-v5.4/arch/arm/kernel/
Dptrace.c658 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get()
695 struct vfp_hard_struct new_vfp; in vfp_set()