Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dvfp.c167 vfp_save_state(struct thread *td, struct pcb *pcb) in vfp_save_state() function
286 vfp_save_state(curthread, pcb); in fpu_kern_enter()
308 vfp_save_state(curthread, pcb); in fpu_kern_enter()
H A Dswtch.S154 bl vfp_save_state
286 bl vfp_save_state
H A Dvm_machdep.c86 vfp_save_state(td1, td1->td_pcb); in cpu_fork()
H A Dfreebsd32_machdep.c134 vfp_save_state(td, curpcb); in get_fpcontext32()
H A Dmachdep.c290 vfp_save_state(td, pcb); in fill_fpregs()
631 vfp_save_state(td, curpcb); in get_fpcontext()
/f-stack/freebsd/arm64/include/
H A Dvfp.h72 void vfp_save_state(struct thread *, struct pcb *);