aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/hsv_h.h
AgeCommit message (Collapse)AuthorFilesLines
2022-10-19Template-ize hypervisor loads and storesAndrew Waterman1-1/+1
2021-09-08Convert hstatus to csr_t familyScott Johnson1-1/+1
2020-09-24Fix priority of virtual vs. illegal instruction exceptions for HLV/HSVAndrew Waterman1-1/+1
Resolves #551
2020-09-20Fix polarity of hstatus.HU fieldAndrew Waterman1-1/+1
2020-07-09Implement new instructions of hypervisor extensionAnup Patel1-0/+4
We add new HFENCE, HLV, and HSV instructions for HS-mode which are defined as part of the RISC-V hypervisor extension. Signed-off-by: Anup Patel <anup.patel@wdc.com>