Home
last modified time | relevance | path

Searched refs:BIT_OFC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dfpmodule.c153 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC)) in float_raise()
154 cumulativeTraps |= BIT_OFC; in float_raise()
H A Dfpsr.h69 #define BIT_OFC 0x00000004 /* overfloat exception flag */ macro
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dfpmodule.c153 if ((!(fpsr & BIT_OFE)) && (flags & BIT_OFC)) in float_raise()
154 cumulativeTraps |= BIT_OFC; in float_raise()
H A Dfpsr.h69 #define BIT_OFC 0x00000004 /* overfloat exception flag */ macro

Completed in 2 milliseconds