Searched refs:PMCCFILTR (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | arm_pmuv3.h | 29 #define PMCCFILTR __ACCESS_CP15(c14, 0, c15, 7) macro 177 write_sysreg(val, PMCCFILTR); in write_pmccfiltr()
|
/openbmc/linux/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.c | 48 #define PMCCFILTR 0x47C macro 806 u32 offset = PMCCFILTR; in arm_cspmu_set_cc_filter()
|
/openbmc/qemu/target/arm/ |
H A D | internals.h | 1655 #define PMCCFILTR 0xf8000000 macro 1657 #define PMCCFILTR_EL0 (PMCCFILTR | PMCCFILTR_M)
|
H A D | helper.c | 1610 (value & PMCCFILTR); in pmccfiltr_write_a32() 1617 return env->cp15.pmccfiltr_el0 & PMCCFILTR; in pmccfiltr_read_a32() 2179 { .name = "PMCCFILTR", .cp = 15, .opc1 = 0, .crn = 14, .crm = 15, .opc2 = 7,
|