CSR Bit Fields

RISC-V vsieh CSR Register

Address 0x214Privilege Hypervisor direct / VS aliasAccess HRW / 32-bit RV32 high halfHypervisor and virtualization CSRs

vsieh is the RV32 upper-32-bit CSR for vsie.

Bit Overview
bit 3 = only bit 3; bits 12..11 = bits 12 down to 11
MSBLSB
Field Map

Understand vsieh By Bit Fields

1 key fields
31:0

VSIEH

RW

Upper 32 bits of vsie on RV32. Only officially defined interrupt bits have the 0/1 enable meaning; undefined or reserved bits do not gain that meaning.

VSIEH (bits 31:0) — Upper 32 bits of vsie on RV32. Only officially defined interrupt bits have the 0/1 enable meaning; undefined or reserved bits do not gain that meaning.

What This Field Controls

  • - Upper 32 bits of vsie on RV32. Only officially defined interrupt bits have the 0/1 enable meaning; undefined or reserved bits do not gain that meaning.

Common Values

0Disabled

Only for officially defined RV32 high-half virtual supervisor interrupt bits: 0 means that bit is disabled; undefined, reserved, or read-only-zero bits follow the official rules.

1Enabled

Only for officially defined RV32 high-half virtual supervisor interrupt bits: 1 means that bit is enabled; delivery also depends on vsstatus.SIE and pending state. Undefined or reserved bits have no fixed 1=enabled meaning.

Open Official Manual
Official Basis & Search Notes

vsieh is an RV32 VS interrupt high-half CSR. The separate CSR address is for M/HS-side management; when V=1, guest access to the corresponding supervisor CSR is substituted with VS state unless an extension specifies otherwise.

vsieh address, access class, and width are checked against the official CSR tables: 0x214, HRW, 32-bit RV32 high half.
vsieh is used only on RV32 to access the upper 32 bits of vsie.
When writing, modify only officially defined fields; handle WARL, WLRL, WPRI, and reserved fields according to the official specification and implementation behavior.

What To Check First When Reading This CSR

  • - vsieh's separate CSR address is in the official HRW access class; a VS/VU guest normally reaches VS state through the corresponding supervisor CSR alias.
  • - Before reading it, confirm that the defining extension such as H, AIA, Sstc, Smstateen, or Smcsrind is implemented.

Risk Checks Before Writing

  • - When writing vsieh, modify only officially defined target fields and preserve WPRI, reserved, and unchanged fields.

Put It Back Into A Real Flow

1

M/HS software may access the VS copy through the separate CSR address.

2

When V=1, guest access to the corresponding supervisor CSR aliases to VS state; direct access to the separate VS CSR address raises a virtual-instruction exception.

3

Update only official fields and do not treat VS state as ordinary HS supervisor state.

FAQ

Can VS-mode directly access vsieh's separate CSR address?

No. The H extension substitutes VS state for the corresponding supervisor CSR when V=1; direct access to the separate VS CSR address raises a virtual-instruction exception.

What does vsieh mainly hold?

vsieh holds vsie upper 32 bits, allowing the hypervisor to manage guest-supervisor trap, status, or execution context.