Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dmachdep.h34 int arm_get_vfpstate(struct thread *td, void *args);
/f-stack/freebsd/arm/arm/
H A Dsys_machdep.c213 error = arm_get_vfpstate(td, uap->parms); in sysarch()
H A Dmachdep.c399 arm_get_vfpstate(struct thread *td, void *args) in arm_get_vfpstate() function