Searched refs:MSECCFG_MMWP_ISSET (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ | ||
H A D | pmp.h | 89 #define MSECCFG_MMWP_ISSET(env) get_field(env->mseccfg, MSECCFG_MMWP) macro |
H A D | pmp.c | 253 if (MSECCFG_MMWP_ISSET(env)) { in pmp_hart_has_privs_default() |