Searched refs:vfp10_uh (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/arm/arm/
H A Dvfp.c52 static struct undefined_handler vfp10_uh, vfp11_uh; variable in typeref:struct:undefined_handler
121 if (vfp10_uh.uh_handler == NULL) {
122 vfp10_uh.uh_handler = vfp_bounce;
124 install_coproc_handler_static(10, &vfp10_uh);

Completed in 168 milliseconds