Home
last modified time | relevance | path

Searched refs:HSTATUS_HUPMM (Results 1 – 3 of 3) sorted by relevance

/qemu/target/riscv/
H A Dcpu_bits.h623 #define HSTATUS_HUPMM 0x3000000000000 macro
H A Dcpu_helper.c190 return get_field(env->hstatus, HSTATUS_HUPMM); in riscv_pm_get_virt_pmm()
H A Dcsr.c4520 get_field(val, HSTATUS_HUPMM) == PMM_FIELD_RESERVED) { in write_hstatus()
4521 mask &= ~HSTATUS_HUPMM; in write_hstatus()