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

  /src/etc/etc.evbarm/
ld.so.conf 1 libc.so.12 machdep.fpu_present 1:libc_vfp.so.0,libc.so.12
  /src/sys/arch/hppa/hppa/
fpu.c 73 int fpu_present; variable in typeref:typename:int
146 fpu_present = (ccr_enable & HPPA_FPUS) == HPPA_FPUS;
147 if (!fpu_present) {
154 KASSERT(fpu_present);
201 if (!fpu_present)
machdep.h 77 extern int fpu_present;
  /src/sys/arch/hppa/dev/
cpu.c 153 if (fpu_present)

Completed in 14 milliseconds