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

/haiku/src/system/boot/platform/atari_m68k/
H A Dcpu.cpp39 uint16 cpu_type, fpu_type, fpu_emul; local
66 fpu_type = (uint16)(c->ivalue >> 16);
70 if (fpu_type & 0x10)
72 else if (fpu_type & 0x8)
74 else if ((fpu_type & 0x6) == 0x6)
76 else if ((fpu_type & 0x6) == 0x4)
78 else if ((fpu_type & 0x6) == 0x2)
80 else if (fpu_type & 0x4) {
84 gKernelArgs.arch_args.fpu_type = fpu;
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_kernel_args.h19 int fpu_type; member in struct:__anon1022
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h19 int fpu_type; // decimal: 68030, ... member in struct:__anon385
/haiku/src/system/boot/platform/amiga_m68k/
H A Dcpu.cpp65 gKernelArgs.arch_args.fpu_type = fpu;
/haiku/src/system/boot/platform/next_m68k/
H A Dcpu.cpp46 gKernelArgs.arch_args.fpu_type = fpu;
/haiku/src/system/kernel/arch/m68k/
H A Darch_cpu.cpp61 arch_fpu_type = args->arch_args.fpu_type;

Completed in 99 milliseconds