fpuemustats       155 arch/mips/include/asm/fpu_emulator.h DECLARE_PER_CPU(struct mips_fpu_emulator_stats, fpuemustats);
fpuemustats       160 arch/mips/include/asm/fpu_emulator.h 	__this_cpu_inc(fpuemustats.M);					\
fpuemustats        12 arch/mips/math-emu/me-debugfs.c DEFINE_PER_CPU(struct mips_fpu_emulator_stats, fpuemustats);
fpuemustats        23 arch/mips/math-emu/me-debugfs.c 		ps = &per_cpu(fpuemustats, cpu);
fpuemustats        54 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).emulated, 0);
fpuemustats        55 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).loads, 0);
fpuemustats        56 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).stores, 0);
fpuemustats        57 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).branches, 0);
fpuemustats        58 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cp1ops, 0);
fpuemustats        59 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cp1xops, 0);
fpuemustats        60 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).errors, 0);
fpuemustats        61 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ieee754_inexact, 0);
fpuemustats        62 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ieee754_underflow, 0);
fpuemustats        63 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ieee754_overflow, 0);
fpuemustats        64 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ieee754_zerodiv, 0);
fpuemustats        65 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ieee754_invalidop, 0);
fpuemustats        66 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ds_emul, 0);
fpuemustats        68 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).abs_s, 0);
fpuemustats        69 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).abs_d, 0);
fpuemustats        70 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).add_s, 0);
fpuemustats        71 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).add_d, 0);
fpuemustats        72 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).bc1eqz, 0);
fpuemustats        73 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).bc1nez, 0);
fpuemustats        74 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ceil_w_s, 0);
fpuemustats        75 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ceil_w_d, 0);
fpuemustats        76 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ceil_l_s, 0);
fpuemustats        77 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).ceil_l_d, 0);
fpuemustats        78 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).class_s, 0);
fpuemustats        79 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).class_d, 0);
fpuemustats        80 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_af_s, 0);
fpuemustats        81 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_af_d, 0);
fpuemustats        82 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_eq_s, 0);
fpuemustats        83 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_eq_d, 0);
fpuemustats        84 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_le_s, 0);
fpuemustats        85 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_le_d, 0);
fpuemustats        86 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_lt_s, 0);
fpuemustats        87 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_lt_d, 0);
fpuemustats        88 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ne_s, 0);
fpuemustats        89 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ne_d, 0);
fpuemustats        90 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_or_s, 0);
fpuemustats        91 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_or_d, 0);
fpuemustats        92 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ueq_s, 0);
fpuemustats        93 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ueq_d, 0);
fpuemustats        94 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ule_s, 0);
fpuemustats        95 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ule_d, 0);
fpuemustats        96 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ult_s, 0);
fpuemustats        97 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_ult_d, 0);
fpuemustats        98 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_un_s, 0);
fpuemustats        99 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_un_d, 0);
fpuemustats       100 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_une_s, 0);
fpuemustats       101 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_une_d, 0);
fpuemustats       102 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_saf_s, 0);
fpuemustats       103 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_saf_d, 0);
fpuemustats       104 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_seq_s, 0);
fpuemustats       105 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_seq_d, 0);
fpuemustats       106 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sle_s, 0);
fpuemustats       107 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sle_d, 0);
fpuemustats       108 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_slt_s, 0);
fpuemustats       109 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_slt_d, 0);
fpuemustats       110 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sne_s, 0);
fpuemustats       111 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sne_d, 0);
fpuemustats       112 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sor_s, 0);
fpuemustats       113 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sor_d, 0);
fpuemustats       114 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sueq_s, 0);
fpuemustats       115 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sueq_d, 0);
fpuemustats       116 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sule_s, 0);
fpuemustats       117 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sule_d, 0);
fpuemustats       118 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sult_s, 0);
fpuemustats       119 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sult_d, 0);
fpuemustats       120 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sun_s, 0);
fpuemustats       121 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sun_d, 0);
fpuemustats       122 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sune_s, 0);
fpuemustats       123 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cmp_sune_d, 0);
fpuemustats       124 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_d_l, 0);
fpuemustats       125 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_d_s, 0);
fpuemustats       126 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_d_w, 0);
fpuemustats       127 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_l_s, 0);
fpuemustats       128 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_l_d, 0);
fpuemustats       129 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_s_d, 0);
fpuemustats       130 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_s_l, 0);
fpuemustats       131 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_s_w, 0);
fpuemustats       132 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_w_s, 0);
fpuemustats       133 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).cvt_w_d, 0);
fpuemustats       134 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).div_s, 0);
fpuemustats       135 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).div_d, 0);
fpuemustats       136 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).floor_w_s, 0);
fpuemustats       137 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).floor_w_d, 0);
fpuemustats       138 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).floor_l_s, 0);
fpuemustats       139 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).floor_l_d, 0);
fpuemustats       140 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).maddf_s, 0);
fpuemustats       141 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).maddf_d, 0);
fpuemustats       142 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).max_s, 0);
fpuemustats       143 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).max_d, 0);
fpuemustats       144 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).maxa_s, 0);
fpuemustats       145 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).maxa_d, 0);
fpuemustats       146 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).min_s, 0);
fpuemustats       147 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).min_d, 0);
fpuemustats       148 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).mina_s, 0);
fpuemustats       149 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).mina_d, 0);
fpuemustats       150 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).mov_s, 0);
fpuemustats       151 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).mov_d, 0);
fpuemustats       152 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).msubf_s, 0);
fpuemustats       153 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).msubf_d, 0);
fpuemustats       154 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).mul_s, 0);
fpuemustats       155 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).mul_d, 0);
fpuemustats       156 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).neg_s, 0);
fpuemustats       157 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).neg_d, 0);
fpuemustats       158 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).recip_s, 0);
fpuemustats       159 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).recip_d, 0);
fpuemustats       160 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).rint_s, 0);
fpuemustats       161 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).rint_d, 0);
fpuemustats       162 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).round_w_s, 0);
fpuemustats       163 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).round_w_d, 0);
fpuemustats       164 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).round_l_s, 0);
fpuemustats       165 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).round_l_d, 0);
fpuemustats       166 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).rsqrt_s, 0);
fpuemustats       167 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).rsqrt_d, 0);
fpuemustats       168 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).sel_s, 0);
fpuemustats       169 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).sel_d, 0);
fpuemustats       170 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).seleqz_s, 0);
fpuemustats       171 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).seleqz_d, 0);
fpuemustats       172 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).selnez_s, 0);
fpuemustats       173 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).selnez_d, 0);
fpuemustats       174 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).sqrt_s, 0);
fpuemustats       175 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).sqrt_d, 0);
fpuemustats       176 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).sub_s, 0);
fpuemustats       177 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).sub_d, 0);
fpuemustats       178 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).trunc_w_s, 0);
fpuemustats       179 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).trunc_w_d, 0);
fpuemustats       180 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).trunc_l_s, 0);
fpuemustats       181 arch/mips/math-emu/me-debugfs.c 	__this_cpu_write((fpuemustats).trunc_l_d, 0);