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

  /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)
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)

Completed in 22 milliseconds