Home
last modified time | relevance | path

Searched refs:endflag (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dnmi.c49 static int endflag __initdata;
137 while (endflag == 0) in nmi_cpu_busy()
184 smp_call_function(nmi_cpu_busy, (void *)&endflag, 0); in check_nmi_watchdog()
197 endflag = 1; in check_nmi_watchdog()
/openbmc/qemu/target/m68k/
H A Dsoftfloat.c1223 bool endflag; in floatx80_tan() local
1272 endflag = true; in floatx80_tan()
1275 endflag = false; in floatx80_tan()
1300 if (endflag) { in floatx80_tan()
1434 bool endflag; in floatx80_sin() local
1483 endflag = true; in floatx80_sin()
1486 endflag = false; in floatx80_sin()
1511 if (endflag) { in floatx80_sin()
1674 bool endflag; in floatx80_cos() local
1723 endflag = true; in floatx80_cos()
[all …]