Home
last modified time | relevance | path

Searched defs:hypcsr (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/riscv/vmm/
H A Driscv.h56 struct hypcsr { struct
57 uint64_t hvip;
58 uint64_t vsstatus;
59 uint64_t vsie;
60 uint64_t vstvec;
61 uint64_t vsscratch;
62 uint64_t vsepc;
63 uint64_t vscause;
87 struct hypcsr guest_csrs; argument