Searched refs:dsemul (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/math-emu/
H A DMakefile13 dsemul.o
/linux-master/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h25 u64 dsemul; member in struct:mips_r2_emulator_stats
H A Dfpu_emulator.h16 #include <asm/dsemul.h>
H A Dmmu_context.h22 #include <asm/dsemul.h>
H A Dprocessor.h22 #include <asm/dsemul.h>
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c290 MIPS_R2_STATS(dsemul);
1040 MIPS_R2_STATS(dsemul);
1089 MIPS_R2_STATS(dsemul);
1166 MIPS_R2_STATS(dsemul);
2275 seq_printf(s, "dsemul\t\t%ld\t%ld\n",
2276 (unsigned long)__this_cpu_read(mipsr2emustats.dsemul),
2277 (unsigned long)__this_cpu_read(mipsr2bdemustats.dsemul));
2330 __this_cpu_write((mipsr2emustats).dsemul, 0);
2331 __this_cpu_write((mipsr2bdemustats).dsemul, 0);
H A Dprocess.c27 #include <asm/dsemul.h>

Completed in 129 milliseconds