Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dmachdep.h33 int arm_get_vfpstate(struct thread *td, void *args);
/freebsd/sys/arm/arm/
H A Dsys_machdep.c208 error = arm_get_vfpstate(td, uap->parms); in sysarch()
H A Dexec_machdep.c135 arm_get_vfpstate(struct thread *td, void *args) in arm_get_vfpstate() function