mhpmcounter13

Machine Hardware Performance Counter 13

Programmable hardware performance counter.

Attributes

CSR Address

0xb0d

Defining extension

  • Smhpm, version >= 0

Length

64-bit

Privilege Mode

M

Format

mhpmcounter13 format
Figure 1. mhpmcounter13 format

Field Summary

Name Location Type Reset Value

COUNT

63:0

RO

0

Fields

COUNT

Location

mhpmcounter13[63:0]

Description

Performance counter for event selected in mhpmevent13.EVENT.

+ Increments every time event occurs unless:

+ * mcountinhibit.HPM13 or its alias scountinhibit.HPM13 is set * mhpmevent13.MINH is set and the current privilege level is M * mhpmevent13.SINH or its alias hpmevent13..SINH is set and the current privilege level is (H)S * mhpmevent13.UINH or its alias hpmevent13.SINH is set and the current privilege level is U * mhpmevent13.VSINH or its alias hpmevent13.SINH is set and the current privilege level is VS * mhpmevent13.VUINH or its alias hpmevent13.SINH is set and the current privilege level is VU

+

Unimplemented performance counter. Must be read-only 0 (access does not cause trap).

Type

RO

Read-Only

Field has a hardwired value that does not change. Writes to an RO field are ignored.

Reset value

0

Software read

This CSR may return a value that is different from what is stored in hardware.

  • Pruned

  • Original

return 0;
if (HPM_COUNTER_EN[13]) {
  return read_hpm_counter(13);
} else {
  return 0;
}