Searched refs:MSR_FP_AVAILABLE (Results 1 - 5 of 5) sorted by path

/haiku/src/system/kernel/arch/ppc/
H A Darch_cpu.cpp23 set_msr(get_msr() | MSR_FP_AVAILABLE);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h382 MSR_FP_AVAILABLE = 1L << 13, // FP
/haiku/headers/private/kernel/arch/ppc/
H A Darch_cpu.h102 MSR_FP_AVAILABLE = 1L << 13, // FP enumerator in enum:machine_state
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp906 set_msr(MSR_MACHINE_CHECK_ENABLED | MSR_FP_AVAILABLE
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_cpu.cpp238 msr |= MSR_FP_AVAILABLE;
241 if ((msr & MSR_FP_AVAILABLE) == 0) {

Completed in 84 milliseconds