Lines Matching refs:V_P6

49 #define	V_P6	(1u << 2)		/* specific to Pentium II cpus */  macro
59 V_P6, /* CPC_PENTIUM_PRO */
60 V_P6 | V_P6mmx, /* CPC_PENTIUM_PRO_MMX */
170 {V_P6, 0x43, "data_mem_refs"},
171 {V_P6, 0x45, "dcu_lines_in"},
172 {V_P6, 0x46, "dcu_m_lines_in"},
173 {V_P6, 0x47, "dcu_m_lines_out"},
174 {V_P6, 0x48, "dcu_miss_outstanding"},
179 {V_P6, 0x80, "ifu_ifetch"},
180 {V_P6, 0x81, "ifu_ifetch_miss"},
181 {V_P6, 0x85, "itlb_miss"},
182 {V_P6, 0x86, "ifu_mem_stall"},
183 {V_P6, 0x87, "ild_stall"},
188 {V_P6, 0x28, "l2_ifetch"},
189 {V_P6, 0x29, "l2_ld"},
190 {V_P6, 0x2a, "l2_st"},
191 {V_P6, 0x24, "l2_lines_in"},
192 {V_P6, 0x26, "l2_lines_out"},
193 {V_P6, 0x25, "l2_m_lines_inm"},
194 {V_P6, 0x27, "l2_m_lines_outm"},
195 {V_P6, 0x2e, "l2_rqsts"},
196 {V_P6, 0x21, "l2_ads"},
197 {V_P6, 0x22, "l2_dbus_busy"},
198 {V_P6, 0x23, "l2_dbus_busy_rd"},
203 {V_P6, 0x62, "bus_drdy_clocks"},
204 {V_P6, 0x63, "bus_lock_clocks"},
205 {V_P6, 0x60, "bus_req_outstanding"},
206 {V_P6, 0x65, "bus_tran_brd"},
207 {V_P6, 0x66, "bus_tran_rfo"},
208 {V_P6, 0x67, "bus_trans_wb"},
209 {V_P6, 0x68, "bus_tran_ifetch"},
210 {V_P6, 0x69, "bus_tran_inval"},
211 {V_P6, 0x6a, "bus_tran_pwr"},
212 {V_P6, 0x6b, "bus_trans_p"},
213 {V_P6, 0x6c, "bus_trans_io"},
214 {V_P6, 0x6d, "bus_tran_def"},
215 {V_P6, 0x6e, "bus_tran_burst"},
216 {V_P6, 0x70, "bus_tran_any"},
217 {V_P6, 0x6f, "bus_tran_mem"},
218 {V_P6, 0x64, "bus_data_rcv"},
219 {V_P6, 0x61, "bus_bnr_drv"},
220 {V_P6, 0x7a, "bus_hit_drv"},
221 {V_P6, 0x7b, "bus_hitm_drv"},
222 {V_P6, 0x7e, "bus_snoop_stall"},
227 {V_P6, 0xc1, "flops"}, /* 0 only */
228 {V_P6, 0x10, "fp_comp_ops_exe"}, /* 0 only */
229 {V_P6, 0x11, "fp_assist"}, /* 1 only */
230 {V_P6, 0x12, "mul"}, /* 1 only */
231 {V_P6, 0x13, "div"}, /* 1 only */
232 {V_P6, 0x14, "cycles_div_busy"}, /* 0 only */
237 {V_P6, 0x3, "ld_blocks"},
238 {V_P6, 0x4, "sb_drains"},
239 {V_P6, 0x5, "misalign_mem_ref"},
244 {V_P6, 0xc0, "inst_retired"},
245 {V_P6, 0xc2, "uops_retired"},
246 {V_P6, 0xd0, "inst_decoder"},
251 {V_P6, 0xc8, "hw_int_rx"},
252 {V_P6, 0xc6, "cycles_int_masked"},
253 {V_P6, 0xc7, "cycles_int_pending_and_masked"},
258 {V_P6, 0xc4, "br_inst_retired"},
259 {V_P6, 0xc5, "br_miss_pred_retired"},
260 {V_P6, 0xc9, "br_taken_retired"},
261 {V_P6, 0xca, "br_miss_pred_taken_ret"},
262 {V_P6, 0xe0, "br_inst_decoded"},
263 {V_P6, 0xe2, "btb_misses"},
264 {V_P6, 0xe4, "br_bogus"},
265 {V_P6, 0xe6, "baclears"},
270 {V_P6, 0xa2, "resource_stalls"},
271 {V_P6, 0xd2, "partial_rat_stalls"},
276 {V_P6, 0x6, "segment_reg_loads"},
281 {V_P6, 0x79, "cpu_clk_unhalted"},
325 case V_P6: in versionmatch()
326 case V_P6 | V_P6mmx: in versionmatch()
366 case V_P6: in getnametable()
367 case V_P6 | V_P6mmx: in getnametable()
441 case V_P6: in cpc_getcciname()
443 case V_P6 | V_P6mmx: in cpc_getcciname()
461 case V_P6: in cpc_getcpuref()
462 case V_P6 | V_P6mmx: in cpc_getcpuref()