Home
last modified time | relevance | path

Searched refs:SMTE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_bits.h845 #define SMTE_MASK (SMTE_U_PM_ENABLE | SMTE_U_PM_CURRENT | SMTE_U_PM_INSN | \ macro
H A Dcsr.c4431 *val = env->mmte & SMTE_MASK; in write_smte()
4438 target_ulong wpri_val = val & SMTE_MASK; in write_smte()
4451 wpri_val |= (env->mmte & ~SMTE_MASK); in read_umte()