Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dpmp.c68 uint32_t pmp_get_num_rules(CPURISCVState *env) in pmp_get_num_rules() function
146 uint32_t pmp_num = pmp_get_num_rules(env); in pmp_unlock_entries()
317 if (0 == pmp_get_num_rules(env)) { in pmp_hart_has_privs()
644 if (!riscv_cpu_cfg(env)->pmp || !pmp_get_num_rules(env)) { in pmp_get_tlb_size()
H A Dpmp.h84 uint32_t pmp_get_num_rules(CPURISCVState *env);
H A Dop_helper.c339 !pmp_get_num_rules(env) && (prev_priv != PRV_M)) { in helper_mret()