Home
last modified time | relevance | path

Searched refs:vfp_store (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm64/include/
H A Dvfp.h75 void vfp_store(struct vfpstate *);
/freebsd/sys/arm/include/
H A Dvfp.h160 void vfp_store(struct vfp_state *, boolean_t);
/freebsd/sys/arm/arm/
H A Dvfp.c336 vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp) in vfp_store() function
415 vfp_store(pcb->pcb_vfpsaved, true); in vfp_save_state()
H A Dexec_machdep.c106 vfp_store(&pcb->pcb_vfpstate, false); in get_vfpcontext()
/freebsd/sys/arm64/arm64/
H A Dvfp.c184 vfp_store(struct vfpstate *state) in vfp_store() function
556 vfp_store(pcb->pcb_fpusaved); in vfp_save_state_common()
845 vfp_store(fpu_initialstate); in vfp_init()
/freebsd/sys/arm64/vmm/
H A Dvmm.c745 vfp_store(vcpu->guestfpu); in save_guest_fpustate()