HomeSort by: relevance | last modified time | path
    Searched refs:ci_vfp_id (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/arm/arm/
process_machdep.c 177 if (curcpu()->ci_vfp_id == 0) {
214 if (curcpu()->ci_vfp_id == 0) {
sig_machdep.c 225 && (curcpu()->ci_vfp_id == 0 || (flags & _UC_ARM_VFP) == 0))
undefined.c 226 ci->ci_vfp_id = 0;
  /src/sys/arch/arm/vfp/
vfp_init.c 109 switch (curcpu()->ci_vfp_id) {
133 switch (curcpu()->ci_vfp_id) {
227 ci->ci_vfp_id = 0;
280 ci->ci_vfp_id = 0;
286 ci->ci_vfp_id = -1;
289 if (ci->ci_vfp_id == 0) {
293 ci->ci_vfp_id = fpsid;
305 switch (ci->ci_vfp_id & ~ VFP_FPSID_REV_MSK) {
334 ci->ci_vfp_id);
412 if (ci->ci_vfp_id == 0)
    [all...]
  /src/sys/arch/arm/include/
cpu.h 236 uint32_t ci_vfp_id; member in struct:cpu_info
  /src/sys/arch/arm/arm32/
arm32_machdep.c 476 NULL, 0, &cpu_info_store[0].ci_vfp_id, 0,

Completed in 14 milliseconds