mhpmcounter10

Machine Hardware Performance Counter 10

Programmable hardware performance counter.

Attributes

Defining Extension

  • Smhpm, version >= 0

CSR Address

0xb0a

Length

64-bit

Privilege Mode

M

Format

mhpmcounter10 format
Figure 1. mhpmcounter10 format

Field Summary

Name Location Type Reset Value

COUNT

63:0

RW-H
RO
UNDEFINED_LEGAL
0

Fields

COUNT

Location

63:0

Description

[when="HPM_COUNTER_EN[10] == true"] + — + Performance counter for event selected in mhpmevent10.EVENT.

Increments every time event occurs unless:

  • mcountinhibit.HPM10 is set + — +
    [when="HPM_COUNTER_EN[10] == false"]
    Unimplemented performance counter. Must be read-only 0 (access does not cause trap).

Type
RW-H
RO
Reset value
UNDEFINED_LEGAL
0

Software read

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

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