Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dpmp.c49 if (MSECCFG_RLB_ISSET(env)) { in pmp_is_locked()
97 if (MSECCFG_RLB_ISSET(env)) { in pmp_write_cfg()
582 if (!MSECCFG_RLB_ISSET(env)) { in mseccfg_csr_write()
H A Dpmp.h89 #define MSECCFG_RLB_ISSET(env) get_field(env->mseccfg, MSECCFG_RLB) macro