OpenOCD
riscv-013_reg.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef OPENOCD_TARGET_RISCV_RISCV_013_REG_H
4
#define OPENOCD_TARGET_RISCV_RISCV_013_REG_H
5
6
#include "
target/target.h
"
7
#include "
gdb_regs.h
"
8
#include "
riscv.h
"
9
20
int
riscv013_reg_examine_all
(
struct
target
*
target
);
21
30
int
riscv013_reg_save
(
struct
target
*
target
,
enum
gdb_regno
regid);
31
32
#endif
/* OPENOCD_TARGET_RISCV_RISCV_013_REG_H */
gdb_regs.h
gdb_regno
gdb_regno
Definition:
gdb_regs.h:10
riscv013_reg_examine_all
int riscv013_reg_examine_all(struct target *target)
This file describes additional register cache interface available to the RISC-V Debug Specification v...
Definition:
riscv-013_reg.c:296
riscv013_reg_save
int riscv013_reg_save(struct target *target, enum gdb_regno regid)
This function is used to save the value of a register in cache.
Definition:
riscv-013_reg.c:352
riscv.h
target
Definition:
target.h:119
target.h
src
target
riscv
riscv-013_reg.h
Generated by
1.9.1