Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dfpstate.h26 struct vfp_hard_struct { struct
49 struct vfp_hard_struct hard; argument
Dkvm_hyp.h118 asmlinkage void __vfp_save_state(struct vfp_hard_struct *vfp);
119 asmlinkage void __vfp_restore_state(struct vfp_hard_struct *vfp);
Dkvm_host.h144 struct vfp_hard_struct vfp;
/Linux-v4.19/arch/arm/vfp/
Dvfpmodule.c560 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate()
602 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_restore_user_hwstate()
/Linux-v4.19/arch/arm/kernel/
Dptrace.c668 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get()
705 struct vfp_hard_struct new_vfp; in vfp_set()