htimedeltah
Hypervisor time delta, upper half
Upper half of the htimedelta CSR.
Fields
DELTA
- Location
-
htimedeltah[31:0]
- Description
-
Signed delta
- Type
RW |
Read-Write Field is writable by software. Any value that fits in the field is acceptable and shall be retained for subsequent reads. |
- Reset value
-
UNDEFINED_LEGAL
- Software write
-
This field has special behavior when written by software (e.g., through csrrw).
When software tries to write
csr_value
, the field will be written with the return value of the function below.CSR[htimedelta].DELTA = {csr_value.DELTA, CSR[htimedelta].DELTA[31:0]}; return csr_value.DELTA;