MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / RISCVCPUState

Class RISCVCPUState

tinyemu/riscv_cpu.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42#define MIP_MEIP (1 << 11)
43
44typedef struct RISCVCPUState RISCVCPUState;
45
46typedef struct {
47 RISCVCPUState *(*riscv_cpu_init)(PhysMemoryMap *mem_map);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected