Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dinternals.h1632 #define PMCRD 0x8 macro
1640 #define PMCR_WRITABLE_MASK (PMCRLP | PMCRLC | PMCRDP | PMCRX | PMCRD | PMCRE)
H A Dhelper.c1294 return (env->cp15.c9_pmcr & (PMCRD | PMCRLC)) == PMCRD; in pmccntr_clockdiv_enabled()