Home
last modified time | relevance | path

Searched refs:PERF_REG_RISCV_MAX (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/arch/riscv/include/
H A Dperf_regs.h11 #define PERF_REGS_MASK ((1ULL << PERF_REG_RISCV_MAX) - 1)
12 #define PERF_REGS_MAX PERF_REG_RISCV_MAX
/openbmc/linux/arch/riscv/kernel/
H A Dperf_regs.c13 if (WARN_ON_ONCE((u32)idx >= PERF_REG_RISCV_MAX)) in perf_reg_value()
19 #define REG_RESERVED (~((1ULL << PERF_REG_RISCV_MAX) - 1))
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dperf_regs.h40 PERF_REG_RISCV_MAX, enumerator
/openbmc/linux/tools/arch/riscv/include/uapi/asm/
H A Dperf_regs.h40 PERF_REG_RISCV_MAX, enumerator
/openbmc/linux/tools/perf/arch/riscv/util/
H A Dunwind-libdw.c56 return dwfl_thread_state_registers(thread, 0, PERF_REG_RISCV_MAX, in libdw__arch_set_initial_registers()